## π Hey Hive Rockstars! π₯³ Ready to level up your tech game, save money, and have some laughs? Grab your favorite beverage, because today we're going on an EPIC ADVENTURE to self-host a MongoDB serverβpowered by Cloudflare Tunnel! All with **pictures, guides, and plenty of emojis**! πβ¨ --- ### π¦ Prerequisites (a.k.a. What you'll need before liftoff!) - π **A domain** (Mine: `sagarkothari88.one`) - βοΈ **Cloudflare account** - π€ **Basic knowledge of Cloudflare Tunnels** --- ## Setup MongoDB Server  Okay. Let's get started. You are in for a treat for saving your costs of mongodb by self-hosting it. ### ποΈ **Step 1: Access Your System** - SSH or use Chrome Remote Desktop (I love Chrome Remote Desktop for all my systems!) - Once you're in, you're golden! π --- ### π³ **Step 2: Install Docker** > Pro-tip: Docker is like giving your MongoDB its personal luxury apartment. - For Ubuntu users β just like me! β here's the cheat code: - You can follow the official Docker docs: https://docs.docker.com/engine/install/ubuntu/ - Feeling lucky? Use my ready-to-copy commands below! #### π― Docker-install-step-1: Remove any old baggage ``` for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done ``` #### π― Docker-install-step-2: Add Dockerβs home to your address book ``` sudo apt-get updateβ¨sudo apt-get install ca-certificates curlβ¨sudo install -m 0755 -d /etc/apt/keyringsβ¨sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.ascβ¨sudo chmod a+r /etc/apt/keyrings/docker.ascβ¨echo βdeb arch=$(dpkg βprint-architecture) signed-by=/etc/apt/keyrings/docker.asc https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo β${UBUNTU_CODENAME:-$VERSION_CODENAME}β) stableβ | sudo tee /etc/apt/sources.list.d/docker.list > /dev/nullβ¨sudo apt-get update ``` #### π― Docker-install-step-3: Give Docker the keys! ``` sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin ``` --- ### π **Step 3: Spin Up MongoDB in Docker!**  Ready? Set. GO! Swap out the username & password, then run: ``` sudo docker run -d \ --name mongodb_custom \ -p 27017:27017 \ -e MONGO_INITDB_ROOT_USERNAME="your-mongo-db-super-admin-username-here" \ -e MONGO_INITDB_ROOT_PASSWORD="your-mongo-db-super-admin-password-here" \ mongo:latest ``` Congratulations! π₯³ Your private MongoDB server is now live. --- ## π©οΈ **Setting up Cloudflare Tunnel (where security meets cool tech)**  Wanna access your MongoDB from *ANYWHERE* but keep it ultra-secure? You need a Cloudflare Tunnel! ππ¦ΈββοΈ ---- #### **Zero Trust Magic** - Open Cloudflare dashboard - Click **Zero Trust** (trust me, click it!)  #### **Tunnels Time!** - Go to **Network > Tunnels**  #### **Create a Tunnelβjust like creating a secret passage!**  #### **Give your Tunnel a cool name** (I called mine `"mongodb"`)  #### **Follow setup instructions for Ubuntu**  Once you see: ``` 2025-08-03T12:32:03Z INF Using Systemd 2025-08-03T12:32:05Z INF Linux service for cloudflared installed successfully ``` celebrate! Your tunnel is ready π₯³ #### **Final Step: Bind your tunnel like a pro** - Bind to `tcp://localhost:27017` (VERY IMPORTANT!) - Click βComplete setupβ  VoilΓ ! Your MongoDB server is world-ready, but only accessible to your secure, trusted peers. (Intruders = Bye Felicia! ππ«) --- ## π¨ **Connecting with MongoDB Client (the fun continues!)** Time to connect to your shiny new MongoDB from another system (βmongodb-clientβ aka party guest system). --- ### π§ **Install Cloudflared on the Client** #### *For macOS users* ``` brew install cloudflared ``` or you can use macPorts ``` sudo port install cloudflared ``` #### *For Ubuntu adventurers* Add GPG & Repo: ``` sudo apt install curl lsb-release curl -L https://pkg.cloudflare.com/cloudflare-main.gpg | sudo tee /usr/share/keyrings/cloudflare-archive-keyring.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/cloudflare-archive-keyring.gpg] https://pkg.cloudflare.com/cloudflared $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflared.list ``` Install: ``` sudo apt update sudo apt install cloudflared ``` --- ### π‘οΈ **Login Cloudflared** ``` cloudflared tunnel login ``` - This opens a browser π¨βπ» - Log into Cloudflare & authorize your domain. (Mine: `sagarkothari88.one`) --- ### π **Start Bridge!** ``` cloudflared access tcp --hostname mongodb.sagarkothari88.one --url localhost:27017 ``` - Bridge created! Your remote server is now accessible *safely* as localhost. --- ### π₯ **Connect with MongoDB!** - For NodeJS: `mongodb://admin-user:admin-password@localhost:27017/` - To test: use MongoDB Compass, start the bridge FIRST, then connect.  --- **Whoa! You did it! π Your own self-hosted MongoDB β secure, portable, AND budget-friendly.** --- ## π¬ Wrapping Up Thanks for joining this fun ride π More power to the Hive Blockchain π More power to all our community members π Until next time, **Happy Coding!** π»β¨ --- ### π Final Note - I asked Perplexity/AI to help optimize this post to make it more readable and viewer-friendly. - Here is the link where you can find both original content & improvements made by AI - https://www.perplexity.ai/search/52724abd-0395-4f79-a8b5-84448b83b5a4 --- ### π My Contributions to β¦οΈ Hive Ecosystem | Contribution | To | Hive | Ecosystem | |--------------|----|------|-----------| | Hive Witness Node | Hive API Node (in progress) | 3Speak Video Encoder Node Operator (highest number of nodes) | 3Speak Mobile App Developer | | 3Speak Podcast App Developer | 3Speak Shorts App Developer | 3Speak Support & Maintenance Team | [Distriator Developer](https://distriator.com/) | | [CheckinWithXYZ](https://checkinwith.xyz/) | [Hive Inbox](https://hive-inbox.the-hive-mobile.app/) | [HiFind](https://hifind.the-hive-mobile.app/) | [Hive Donate App](https://donate.the-hive-mobile.app/) | | Contributed to HiveAuth Mobile App | Ecency β 3Speak Integration | Ecency β InLeo Integration | Ecency β Actifit Integration | | [Hive Stats App](https://stats.the-hive-mobile.app/) | [Vote for Witness App](https://witness.the-hive-mobile.app/) | [HiveFlutterKit](https://hiveflutterkit.sagarkothari88.one/docs/intro) | [New 3Speak App](https://3speak.sagarkothari88.one/#/?tab=home) | --- ### π Support Back β€οΈ **Appreciate my work? Consider supporting @threespeak & @sagarkothari88!** β€οΈ | Vote | For | Witness | |------|-----|---------| | [](https://witness.the-hive-mobile.app/#/witnesses/@sagarkothari88) | [sagarkothari88](https://witness.the-hive-mobile.app/#/witnesses/@sagarkothari88) | @sagarkothari88 | | [](https://witness.the-hive-mobile.app/#/witnesses/@threespeak) | [threespeak](https://witness.the-hive-mobile.app/#/witnesses/@threespeak) | @threespeak | ---
author | sagarkothari88 |
---|---|
permlink | how-to-self-host-a-mongodb-server-with-cloudflare-tunnel-like-a-pro-and-have-fun-doing-it |
category | hive-139531 |
json_metadata | "{"app":"peakd/2025.7.3","format":"markdown","description":"Step-by-step guide to self-host MongoDB with Cloudflare Tunnel, saving costs, boosting security, and having fun! ππ€","tags":["hive","development","selfhosted","docker","mongodb","india","neoxian","waiv","bro","pizza"],"users":["localhost","threespeak","sagarkothari88"],"image":["https://miro.medium.com/v2/resize:fit:1400/1*7y6gwPvQcWO7QqfJ1fJ1vw.png","https://i.ytimg.com/vi/Q5dG8g4-Sx0/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLBY2sp8vY3GtRWX7WHmNqyRtr4pTg","https://files.peakd.com/file/peakd-hive/sagarkothari88/23wMPktAjcYmjNjh2weeLZvRCeM1R5jffErDRxNnnrkMjXi5GS2YVzXPYuA4yi83dyjDS.png","https://files.peakd.com/file/peakd-hive/sagarkothari88/23tv8a5mUZ9DpUGDZWbDHnWeT4zQAVRAB6Z65k7tSA6yhRiiPNkg8zv4jmBy4EX3PxK7W.png","https://files.peakd.com/file/peakd-hive/sagarkothari88/23tbGnc3usmArnRmPr5JmXEqQtGG5vy196FnQuNqcaVfkfMzdz4Qv91qZ3mj8uzUGYMLt.png","https://files.peakd.com/file/peakd-hive/sagarkothari88/23tGTktNUG3juVRnzvGoGLZbd1tsVDQyJKMErvCDCtycRaNFn837h3adWccXa2gxZZbkL.png","https://files.peakd.com/file/peakd-hive/sagarkothari88/23tRt5DwwW73BjtKdczpknJcs7S6EUYkbeEmurzY5vzUsKXAPQma3SKh3oMZr75FTs5f6.png","https://files.peakd.com/file/peakd-hive/sagarkothari88/23tGTgawHVwDuw1iYpmPU9JPzdsvFYMK2KzhimoTc1jsJZEmokxhFFo28Nok6iLgZbRmW.png","https://files.peakd.com/file/peakd-hive/sagarkothari88/23swgSmv6Y8KiUttpHcbMppFCUo3kwTaUxaZBGWXHmrUKrwFCb6se5tT9rHjTq4nSvJYP.png","https://images.hive.blog/u/sagarkothari88/avatar","https://images.hive.blog/u/threespeak/avatar"]}" |
created | 2025-08-07 04:30:00 |
last_update | 2025-08-07 04:30:00 |
depth | 0 |
children | 4 |
last_payout | 2025-08-14 04:30:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 9.782 HBD |
curator_payout_value | 9.764 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,464 |
author_reputation | 561,736,108,464,729 |
root_title | "π How to Self-Host a MongoDB Server (with Cloudflare Tunnel) Like a Pro β And Have Fun Doing It! ππ»" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,763,696 |
net_rshares | 61,571,413,586,863 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ardina | 0 | 23,120,540,740 | 100% | ||
penguinpablo | 0 | 143,044,412,519 | 14% | ||
funnyman | 0 | 1,512,454,908 | 5.6% | ||
gamer00 | 0 | 19,435,433,065 | 5% | ||
ripperone | 0 | 3,800,984,064,511 | 40% | ||
thecrazygm | 0 | 80,545,765,822 | 100% | ||
alphacore | 0 | 7,386,761,673 | 7.12% | ||
joeyarnoldvn | 0 | 448,860,905 | 1.47% | ||
vikbuddy | 0 | 31,813,293,265 | 41.2% | ||
grocko | 0 | 24,170,124,596 | 25% | ||
ksteem | 0 | 944,729,975,655 | 51% | ||
bambukah | 0 | 8,807,246,244 | 10% | ||
oneray | 0 | 64,356,963,102 | 50% | ||
vimukthi | 0 | 582,666,666 | 10% | ||
ahlawat | 0 | 29,282,448,361 | 47% | ||
aafeng | 0 | 224,046,865,020 | 25% | ||
accelerator | 0 | 21,299,909,450 | 60% | ||
smokinglems | 0 | 5,055,823,073 | 15% | ||
steembasicincome | 0 | 3,337,653,829,204 | 100% | ||
cryptonized | 0 | 236,387,893 | 14% | ||
deepresearch | 0 | 644,969,373,164 | 14% | ||
irisworld | 0 | 1,292,226,004 | 7.5% | ||
bengy | 0 | 2,992,992,723 | 3% | ||
aakom | 0 | 452,890,963 | 100% | ||
fireguardian | 0 | 577,102,977 | 20% | ||
anikys3reasure | 0 | 1,800,616,579 | 50% | ||
dumnebari | 0 | 463,387,460 | 25% | ||
abrockman | 0 | 3,114,063,010,675 | 100% | ||
ravenmus1c | 0 | 53,294,654,074 | 2.5% | ||
sbi2 | 0 | 2,169,357,303,313 | 100% | ||
knot | 0 | 41,956,440,822 | 50% | ||
sbi3 | 0 | 1,054,951,552,007 | 100% | ||
sbi4 | 0 | 801,284,644,326 | 100% | ||
gmlgang | 0 | 477,359,074 | 88% | ||
kolkamkwan | 0 | 87,028,834,973 | 100% | ||
frieder | 0 | 1,534,248,166 | 50% | ||
sbi5 | 0 | 542,839,112,398 | 100% | ||
apshamilton | 0 | 925,784,185,830 | 40% | ||
sbi6 | 0 | 413,739,659,200 | 100% | ||
hamismsf | 0 | 297,357,267,170 | 40% | ||
teamvn | 0 | 10,831,343,721 | 7.83% | ||
vixmemon | 0 | 8,882,454,626 | 28.02% | ||
yaelg | 0 | 26,804,793,629 | 36% | ||
sbi7 | 0 | 311,583,522,945 | 100% | ||
cubapl | 0 | 3,811,546,394 | 30% | ||
tdas0 | 0 | 2,029,183,608 | 50% | ||
voxmortis | 0 | 11,122,255,949 | 6% | ||
nareebun | 0 | 6,472,710,135 | 50% | ||
a-bot | 0 | 13,965,633,908 | 30% | ||
ecoinstats | 0 | 219,559,261,591 | 100% | ||
sbi8 | 0 | 226,155,548,415 | 100% | ||
piestrikesback | 0 | 641,396,489 | 100% | ||
sbi9 | 0 | 167,193,366,265 | 100% | ||
brianoflondon | 0 | 5,997,884,252,017 | 80% | ||
sbi10 | 0 | 125,527,348,798 | 100% | ||
jpbliberty | 0 | 463,572,744 | 80% | ||
jacuzzi | 0 | 673,381,486 | 1.4% | ||
slothlydoesit | 0 | 19,433,135,780 | 10% | ||
hungrybear | 0 | 623,737,875 | 14% | ||
sofiag | 0 | 1,172,379,321 | 100% | ||
guysellars | 0 | 2,370,364,751 | 100% | ||
filosof103 | 0 | 96,357,265,022 | 50% | ||
nooblogger | 0 | 2,426,214,011 | 25% | ||
everythingsmgirl | 0 | 7,557,358,247 | 50% | ||
sbi-tokens | 0 | 29,110,783,355 | 49.76% | ||
unpopular | 0 | 215,734,276,826 | 20% | ||
vault.tokens | 0 | 489,415,299 | 25% | ||
davidlionfish | 0 | 12,725,227,705 | 100% | ||
treasure.hoard | 0 | 418,043,146,473 | 100% | ||
hivetrending | 0 | 132,394,113,689 | 37.5% | ||
ykretz | 0 | 1,386,656,725 | 15% | ||
balvinder294 | 0 | 7,484,640,134 | 30% | ||
archon-gov | 0 | 98,734,790,266 | 50% | ||
hiro-hive | 0 | 29,582,601,252 | 15% | ||
goliathus | 0 | 1,095,083,113 | 12.5% | ||
dadspardan | 0 | 19,423,927,924 | 25% | ||
gr33nm4ster | 0 | 442,087,912,341 | 50% | ||
szukamnemo | 0 | 23,822,188,635 | 7% | ||
sweetgemstone | 0 | 3,834,814,906 | 50% | ||
huzzah | 0 | 15,234,162,424 | 50% | ||
emsenn0 | 0 | 1,997,013,307 | 9.95% | ||
azamrai | 0 | 487,839,733,950 | 100% | ||
cooperclub | 0 | 10,149,543,900 | 25% | ||
draygyn | 0 | 3,307,225,947 | 50% | ||
creodas | 0 | 1,299,917,007 | 37.5% | ||
iviaxpow3r | 0 | 7,433,802,603 | 50% | ||
wizzitywillican | 0 | 2,032,318,061 | 25% | ||
hive.pizza | 0 | 2,027,814,055,679 | 50% | ||
pizzabot | 0 | 450,654,161 | 100% | ||
kkingg | 0 | 1,023,530,113 | 50% | ||
zwhammer | 0 | 923,189,480 | 40% | ||
hive.friends | 0 | 875,943,123 | 50% | ||
konchix | 0 | 20,228,679,619 | 50% | ||
keithtaylor | 0 | 3,694,084,453 | 20% | ||
nongkamsailucky | 0 | 5,541,086,520 | 100% | ||
hivehydra | 0 | 699,314,426 | 72% | ||
thecbp-hiver | 0 | 1,619,052,201 | 25% | ||
podping | 0 | 491,662,508,291 | 80% | ||
nastapak | 0 | 815,270,322 | 50% | ||
john9inch | 0 | 878,732,626 | 25% | ||
szmobacsi | 0 | 1,014,334,419 | 45% | ||
cryptoccshow | 0 | 1,110,171,203 | 40% | ||
andriko | 0 | 789,456,403 | 50% | ||
jam728 | 0 | 4,751,681,387 | 100% | ||
curvymosquito83 | 0 | 5,681,967,796 | 100% | ||
onewolfe | 0 | 449,388,919 | 50% | ||
banzafahra | 0 | 4,305,333,760 | 25% | ||
tub3r0 | 0 | 766,970,171 | 10% | ||
iproto | 0 | 20,514,985,082 | 50% | ||
sevatar | 0 | 1,969,990,153 | 100% | ||
techguard | 0 | 453,304,379 | 7% | ||
gr33nsquad | 0 | 6,496,554,820 | 50% | ||
h3m4n7 | 0 | 10,436,001,449 | 45% | ||
spiritverve | 0 | 7,763,684,368 | 50% | ||
thedoc07 | 0 | 2,509,542,866 | 25% | ||
rc-assist | 0 | 17,277,405,397 | 70% | ||
kriang3teejoe | 0 | 38,133,120,236 | 9% | ||
cherute | 0 | 1,421,427,612 | 25% | ||
lothbrox | 0 | 858,983,535 | 100% | ||
highfist | 0 | 2,086,816,360 | 25% | ||
blocktunes | 0 | 471,863,015 | 5% | ||
pravesh0 | 0 | 311,094,484,851 | 100% | ||
the-pockets | 0 | 1,523,488,933 | 25% | ||
djblendah | 0 | 883,501,658 | 100% | ||
ryosai | 0 | 5,973,291,864 | 24% | ||
cryptodive | 0 | 35,674,946,736 | 100% | ||
dalekma | 0 | 881,919,206 | 50% | ||
veryhappyday | 0 | 249,313,141,747 | 100% | ||
hmvf | 0 | 14,814,250,881 | 2.5% | ||
sabajfa | 0 | 4,549,656,124 | 25% | ||
nurfay | 0 | 106,926,149,447 | 100% | ||
mcgi.cares | 0 | 1,782,821,796,250 | 15% | ||
incublus | 0 | 118,860,658,971 | 50% | ||
thoth442 | 0 | 8,492,545,033 | 25% | ||
monsterrerentals | 0 | 30,755,600,572 | 100% | ||
oasiskp2 | 0 | 10,556,404,893 | 50% | ||
gaurav.art | 0 | 7,662,049,659 | 80% | ||
tekraze | 0 | 1,798,543,563 | 60% | ||
masterfarmer | 0 | 739,333,436 | 50% | ||
slothbuzz | 0 | 5,806,782,134 | 10% | ||
threespeakvoter | 0 | 14,967,344,622,183 | 100% | ||
fun.pravesh0 | 0 | 7,443,661,528 | 100% | ||
beauty197 | 0 | 10,605,308,267 | 50% | ||
marajah | 0 | 13,439,243,417 | 20% | ||
sammyhive | 0 | 1,263,371,193 | 50% | ||
empressjay | 0 | 13,894,142,183 | 50% | ||
pof.archon | 0 | 454,467,218 | 50% | ||
slothburn | 0 | 1,197,248,106 | 10% | ||
bemier | 0 | 199,882,894,189 | 100% | ||
mita3 | 0 | 3,053,102,693 | 50% | ||
iamchimary | 0 | 3,438,607,583 | 50% | ||
iaiman | 0 | 5,112,548,111 | 25% | ||
somecallmejake | 0 | 12,361,905,093,919 | 100% | ||
lolz.byte | 0 | 0 | 100% | ||
hiveyucatan | 0 | 15,095,278,504 | 50% | ||
loyo.jorge | 0 | 896,239,390 | 50% | ||
distriator.bene | 0 | 291,253,894,752 | 100% | ||
distriator-voter | 0 | 22,501,509,128 | 100% | ||
vastavikadi | 0 | 5,492,238,111 | 100% | ||
kachy2022 | 0 | 4,041,609,677 | 100% | ||
michael561 | 0 | 2,708,382,642 | 9.95% | ||
iambril | 0 | 483,790,626 | 7.5% | ||
thecrazygm.bank | 0 | 11,386,419,445 | 100% | ||
life7clothing | 0 | 757,210,391 | 25% | ||
magic.byte | 0 | 0 | 100% | ||
threespeakselfie | 0 | 62,883,579,059 | 100% | ||
betoman | 0 | 7,439,901,382 | 100% | ||
hivekr | 0 | 19,305,580,725 | 100% |
You can keep lying as much as you like you own @letusbuyhive so please stop downvoting my original content and comments You have been exposed you haven't sold that account to anyone πππππππ πππππ Blocktrades can you please stop downvoting my original content with your alt accounts thanks ππΎ πππππππππππππ Don't be jealous So sad @themarkymark aka @theycallmemarky Aka @marky @gogreenbuddy Aka @usainvote @buildawhale Aka @punkteam Aka @ipromote @letusbuyhive Aka @sagarkothari88 please explain why you keep downvoting my original content and comments π€ Please explain to everyone why π€ @meno @steevc @crimsonclad @azircon let's not forget blocktrades π please tell your racist friend to stop downvoting my original content How can we we allow a mentally ill person to have so much control on Hive π It's unbelievable you downvoted this [Goodbye Auntie R.I.P ππΎ](https://hive.blog/hive-148441/@kgakakillerg/goodbye-auntie-r-i-p) You fucked up big time it's clear blocktrades is in control π If nothing can be done about your downvote abuse then Hive is a dead project ππΎ It's crazy that the person doing the downvoting is also farming the shit out of Hive ππππ If anyone wants to speak to me privately send me a message on Instagram @kgakakillerg You can never stop the truth with lies ππππππ It's crazy we have a man who pretends to be a millionaire running around Hive downvoting people for fun π€ and nothing has been done π€ It's crazy that someone is trying to bully me on Hive ππππππππ It's unbelievable that no one has came to help as people are afraid to say anything or they get downvoted too ππππππ There's no real freedom on Hive if one person can cause so much harm I feel sorry for you ππΎ One thing you need to remember you can't take anything with you ππππ Go and enjoy your life have a bit of fun let your hair down go out and meet some real people in the flesh π Your actions show that you must own Hive Blockchain π€ why do your actions go unchallenged π€ You are now stalking me ππππ Are you jealous about the DHF ππππ Aren't you farming enough rewards ππππ I heard you were into very young girls ππππππ Is that why you are always online π€ Stalking people No one is scared of you πππππππ You are bad for Hive Power down and go away get a life https://hive.blog/hive-135178/@crimsonclad/re-kgakakillerg-sxllhv https://hive.blog/hive-148441/@hivewatchers/svftu9 https://hive.blog/hive-148441/@hivewatchers/svdjjz https://hive.blog/hive-176853/@steevc/re-kgakakillerg-syyy4x https://hive.blog/dev/@howo/re-kgakakillerg-szhax7 https://hive.blog/hive/@steevc/follow-friday-respect https://hive.blog/hive-127022/@shmoogleosukami/re-kgakakillerg-t0hcxc It's unbelievable that they downvoted this [Goodbye Auntie R.I.P ππΎ](https://hive.blog/hive-148441/@kgakakillerg/goodbye-auntie-r-i-p) It's clear you need help ππΎ Hive is being held down by downvoting whales Do you get a buzz out of downvoting people π€ You should really try to get outside more spend some time in the real world ππ Why are you pushing people away to blurt and steemit You are all definitely going to hell ππππππππ Why do you want to make enemies all over the world π€ Blocktrades stop making a fool of yourself ππππππ Steevc please explain to your friend they have been exposed πππππ Downvotes are weak like you πππππππ Why don't you go and spend your millions of dollar's you have ππππππππππππ Blocktrades please explain why you keep downvoting my original content with your alt accounts π€ You are so sad it's unreal πππππ You must know that you can't hide on Hive πππππππ If you want everyone to leave Hive keep doing what you are doing ππππππππππ Just remembered who started this I'll be here to turn the lights off ππππππ You are still stalking me πππππ it proves you have no life outside of Hive πππππππππΎππΎππΎππΎππΎππΎππΎπππππ Blocktrades please can you stop downvoting my original content with your alt accounts π€ Also is bullying people ok on Hive π€ You are only making Hive look like a big scam Why do you keep stalking me I'm not gay sorry I can't help you ππΎ Just tell me what the issue is π€ You are that stupid you set up an account called letusbuyhive to downvote people and support your farming Hive friend's πππππ and @buildawhale Please get some help ππΎ It's clear who has mental health issues that's why you should really stop pointing fingers at others πππππππππ It's clear blocktrades is behind this πππππ Can you please explain why you keep downvoting my original content I don't want to hear it's because disagreement of rewards I don't make any πππππ Please move on with your life blocktrades and leave me alone thank you ππΎ Please tell everyone why you keep downvoting my original content π€ Still stalking me ππππππ The way you are stalking me it's clear you have no Life outside of Hive πππππππ Keep downvoting people away πππππ Some people never learn ππππππππ€£π€£π€£π€£π€£ Is life that bad πππππ You can't win this πππππππππ
author | kgakakillerg |
---|---|
permlink | t0lzcr |
category | hive-139531 |
json_metadata | {"users":["letusbuyhive","themarkymark","theycallmemarky","marky","gogreenbuddy","usainvote","buildawhale","punkteam","ipromote","sagarkothari88","meno","steevc","crimsonclad","azircon","kgakakillerg"],"links":["https://hive.blog/hive-148441/@kgakakillerg/goodbye-auntie-r-i-p"],"app":"hiveblog/0.1"} |
created | 2025-08-07 05:31:42 |
last_update | 2025-08-07 05:31:42 |
depth | 1 |
children | 0 |
last_payout | 2025-08-14 05:31:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,026 |
author_reputation | 445,172,077,788,515 |
root_title | "π How to Self-Host a MongoDB Server (with Cloudflare Tunnel) Like a Pro β And Have Fun Doing It! ππ»" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,764,603 |
net_rshares | 0 |
Please stop downvoting my original content with your alt account @letusbuyhive you have not sold it to anyone πππππππ If you have sold the account who have you sold it too π€ππππππ
author | kgakakillerg |
---|---|
permlink | t0m4mv |
category | hive-139531 |
json_metadata | {"users":["letusbuyhive"],"app":"hiveblog/0.1"} |
created | 2025-08-07 07:25:48 |
last_update | 2025-08-07 07:25:48 |
depth | 1 |
children | 0 |
last_payout | 2025-08-14 07:25:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 181 |
author_reputation | 445,172,077,788,515 |
root_title | "π How to Self-Host a MongoDB Server (with Cloudflare Tunnel) Like a Pro β And Have Fun Doing It! ππ»" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,766,049 |
net_rshares | 0 |
Blank me as much as you like it just proves your guilt and you won't blank me in real life π―
author | kgakakillerg |
---|---|
permlink | t0m4qf |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2025-08-07 07:27:54 |
last_update | 2025-08-07 07:28:15 |
depth | 1 |
children | 0 |
last_payout | 2025-08-14 07:27:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 445,172,077,788,515 |
root_title | "π How to Self-Host a MongoDB Server (with Cloudflare Tunnel) Like a Pro β And Have Fun Doing It! ππ»" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,766,075 |
net_rshares | 0 |
Best one for me. Got to know something really new and helpful.
author | vastavikadi |
---|---|
permlink | re-sagarkothari88-202587t211846931z |
category | hive-139531 |
json_metadata | {"links":[],"type":"comment","tags":["hive-139531","hive","development","selfhosted","docker","mongodb","india","neoxian","waiv","bro","pizza"],"app":"ecency/3.3.3-mobile","format":"markdown+html"} |
created | 2025-08-07 15:48:48 |
last_update | 2025-08-07 15:48:48 |
depth | 1 |
children | 0 |
last_payout | 2025-08-14 15:48:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 469,291,715,348 |
root_title | "π How to Self-Host a MongoDB Server (with Cloudflare Tunnel) Like a Pro β And Have Fun Doing It! ππ»" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 144,773,396 |
net_rshares | 0 |