somenonewho
@somenonewho@feddit.org
- Comment on What's up, selfhosters? - Sunday thread 3 days ago:
Yeah I saw that. It’s definitely intriguing. For now I’m good with the free tailscale but might look into it. What’s your experience with headscale? It’s mostly a broker right so probably not to Ressource excessive? I have a small public VPS for getting to my selfhosted infrastructure so I might just add in headscale there
- Comment on What's up, selfhosters? - Sunday thread 4 days ago:
I kinda shied away from tailscale because “I wanted to do it on my own” but I’ve just set up tailscale (while on a train no less) and it was really simple … Guess I’ll run with it for now :D now I’ll just have to set up the send/receive scripts but that’s just some BASHing my head against a wall ;)
Thanks for the suggestion!
- Comment on Kindle Is Making It Harder to Switch to Rival eReader Brands. 4 days ago:
I love Calibre. I’ve recently broken my E-Reader (Tolino) but all my books are backed up on Calibre so the only loss is the hardware (still sad but not as annoying)
- Comment on What's up, selfhosters? - Sunday thread 6 days ago:
Still haven’t properly set up my backups … Have my Nextcloud on a zfs (single disk sadly) and want to send it to a server at my parents place (also zfs) but both are behind NAT. While I’ve successfully set up wireguard between the two, but the connection won’t stay up so there’s still a ways to go till I got a happy off-site Backup.
- Comment on Help! DNS A Records only ones getting filtered. 1 week ago:
Not sure how technitium works but just from my selfhosting experience are you sure your not hitting dns-rebinding protection somwhere.
In short DNS rebinding stops domains from being resolved to private IP ranges so you don’t end up back in your Network when you seem to be resolving a public domain.
I have to set up any domains that resolve locally in my router (which also does DNS and DHCP) but not sure if that’s necessary with technitium
- Comment on Let's Encrypt is 10 years old today ! 2 months ago:
Damn! That’s definitely a “I’m old” moment for me. I still remember when I first heard about the concept and I remember setting it up the first time on a self hosted project (which seemed harder back then).
Awesome project!
- Comment on What are some self hosted services that you think are essential? 2 months ago:
Nextcloud.
I was hosting nextcloud at home for years. Then when I worked in a Datacenter I got to host some servers there from free so I set up a two-node proxmox with nextcloud and some other stuff. Now I don’t work there anymore and I really felt the hole nextcloud left, no more notes syncing for notes, tasks, calendar, podcasts no more place to upload my photos from my phone … So now I’m hosting nextcloud at home again.
I also host jellyfin which is nice but if I don’t have it doesn’t actively hamper my workflow.
- Comment on Concerns Raised Over Bitwarden Moving Further Away From Open-Source 3 months ago:
This. I have been running it the same way for some time now. Even if you change something on one machine and something else on another nextcloud will just happily inform you of the conflict and then you can open both databases and cherry pick. Never had corruption issues.
- Comment on Some subreddits could be paywalled, hints Reddit CEO 6 months ago:
“Oh pics_free exists let’s quickly ban that community before we loose revenue … I mean because they violated the rules”
- Comment on Why do so many people use NGINX? 6 months ago:
I think a large factor is because so many people use it. A lot of people come to self hosting without much knowledge and just copy configs etc. from a Tutorial. Those tutorials will 90% of the time use Apache or nginx. I remember back when I set up my first servers I mostly followed instructions and copied configs. Years later I understood I had set up Apache with virtual hosts and what that means/how it works but it might as well just have been nginx.
As for why so many people use these two I think it also has to do with “adoption” in another way. Back before nginx Apache was the standard everything else was “different”. Then nginx appeared to solve the Problems of Apache and then there were 2 … These days you can probably do anything you want/need with the 2 servers so no reason to use anything else.
Professionaly I usually use either HAProxy and Apache or Nginx (or sometimes HAProxy and Nginx) but if there are special requirements that might change.