ragingHungryPanda
- 5 Posts
- 22 Comments
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•New(ish) to self-hosting. Question about reverse proxy setupEnglish
2·10 months agothat’s quite a long compose file.
the way that I use cloud flare is with tunnels since my ISP blocks my ports. I have cloudflared running that connects to the cloudflare tunnel, which has a map of domain name to a service name, which is how services are accessed externally.
tailscale connects to tail scales main service and that’s how I access internal systems. at least that’s how I’m running it.
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•New(ish) to self-hosting. Question about reverse proxy setupEnglish
2·10 months agotailscale is a vpn. you don’t need cloudflare for it. you do need to set up the tail scale container with your credentials from tail scale, which they have guides for. after that, log in on your machine and click the connect toggle and you’re in.
the exit node is if you want to look like you’re at your host computer.
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Figured out the IO pressure: Just sharing into the voidEnglish
3·10 months agowhat an experience! thank you for sharing :)
ragingHungryPanda@piefed.keyboardvagabond.comto
Programmer Humor@lemmy.ml•The PowerShell Manifesto Radicalized MeEnglish
9·10 months agothat was a fun read and I appreciate the guy’s sarcasm in all of it. I can only imagine what that meeting with Gates was like.
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Promised myself I will support them after they go stable. They kept their promise and so did IEnglish
411·10 months agoI’ll include mine to show that it’s not unusual to support them! it’s my favorite and most used self hosted project

ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Promised myself I will support them after they go stable. They kept their promise and so did IEnglish
1·10 months agoif you have off-site backup, that could potentially count as the two types, but probably not in the spirit of the backup.
I have two spinning disks, a SATA SSD cache, and off-site backup
ragingHungryPanda@piefed.keyboardvagabond.comto
RPGMemes @ttrpg.network•It's real simpleEnglish
21·10 months agobelieve it or not, inspiration
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Selfhosting Sunday! What's up?English
3·11 months agoI actually just wrote about today’s fun experience! https://gotosocial.michaeldileo.org/@mdileo/statuses/01K7YKQ9584YBY1QTYQ8RMW7SS
ragingHungryPanda@piefed.keyboardvagabond.comto
RPGMemes @ttrpg.network•Turn of the TideEnglish
35·11 months agoI’m disappointed that I can’t find it, but in Iceland I saw a waterfall falling up! It was raining and water was flowing off of a cliff toward the ocean, but the wind was so strong coming up the cliff that it sprayed the water back up.
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Selfhost an LLMEnglish
2·11 months agonot for LLMs. I have a 16GB and even what I can fit in there just isn’t really enough to be useful. It can still do things and quickly enough, but I can’t fit models that large enough to be useful.
I also don’t know if your GPU is compatible with ROCM or not.
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Selfhost an LLMEnglish
32·11 months agoi had to do a particular command to get the AMD GPU properly available in docker. i can’t find that if you need
ragingHungryPanda@piefed.keyboardvagabond.comto
RPGMemes @ttrpg.network•Turns out when you start spying on NPCs, they start spying on you too.English
10·11 months agocongratulations! I wish you both the greatest happiness!
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Cloudflare Tunnel?English
2·11 months agocloudflare happened first and I haven’t been bothered to change it yet
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Cloudflare Tunnel?English
2·11 months agoI switched to it because the ISP blocked ports 80/443. It was good and things actually got a bit faster with them handling SSL certs.
but one thing to note is that the free tier has a 100MB file limit. I got around some of that by using the tail scale vpn with a custom domain entry to point to the local network.
I did these changes (wire guard to tail scale, dns to tunnels, etc) at different times, which is why things aren’t very consistent.
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•Can anyone help me with FreshRSS setup on truenas?English
1·11 months agoif you’re on your home network the address will be the IP address and, if you’re not using a reverse proxy, the port the app runs on.
with reverse proxy: http/s://192.168.8.2 or whatever without: http/s://<IP address>:3000 or whatever the port is
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•2025 Self-Host User Survey: Open for SubmissionsEnglish
9·11 months agofilled! I’m looking forward to the results!
ragingHungryPanda@piefed.keyboardvagabond.comto
Selfhosted@lemmy.world•What external services do you use for your selfhosting setup?English
1·1 year agoCloudflare tunnels - it used to be dynamic dns, but the ISP blocked ports 80/443, so I switched to tunnels.
External DNS on the Gl-Inet router, included with the product
Goodcloud, from Gl-Inet (included and really nice to have another way to get to it)for the home self-hosting, that’s pretty much it.
For the (coming soon TM) fediverse apps in Keyboard Vagabond, add in S3, cloudflare CDN
ragingHungryPanda@piefed.keyboardvagabond.comto
Programmer Humor@lemmy.ml•Abandon all hope of debugging this s*tEnglish
2·1 year agodynamic SQL. I remember those days. I once got criticized by colleagues for “breaking” a dynamic SQL search query - you know the one - because I realized that it wasn’t building most of the query. I have no idea how it worked, but I made it put out actually valid SQL and it took forever. I forget if we rolled that back. We were using MS TFS, so probably not haha
You can find that in the ancient artifacts museum, right?


you already have a cloud flare tunnel, so you can add a new entry for a domain and point it to another service. cloud flare handles the encryption. for docker, I have my reverse proxy on port 80 doing the routing and the docker route is http://localhost/