Earlier quoted context omitted.
Use IPv6. It doesn't have the address exhaustion that caused providers to implement CGNAT, and dynamic IPv4 addresses. No need for VPS management, DynDNS, port forwarding, hold punching. You still need public DNS, but you can use public DNS as your internal zone as well (no need for split DNS). You also still need PKI, so maybe setup a reverse proxy for SSL termination with a wildcard certificate.
I look forward to the day everyone can have IPV6. For now many of us still have to deal with NAT sadly - especially if we're open sourcing our software for users to deploy on any network.
Raspberry Pi as a local server for self hosting applications
291–300 of 321 posts
Re: Raspberry Pi as a local server for self hosting applications
#292Re: Raspberry Pi as a local server for self hosting applications
#293Earlier quoted context omitted.
For me its not the 30$ pc that has issues but the 10$ microsd card the os is on. I had to replace it for the third time in about 6 years now. But this is not something new of course, everybody will tell you to either use good uSD cards or put the os somewhere else, like an external hdd or so.
Go with the high endurance microSD cards. They are only a tiny bit more expensive and last a lot longer. If you’ve got a Pi with USB3 ports, I’d also recommend using an USB3 SSD flash drive for the majority of your writes.
Re: Raspberry Pi as a local server for self hosting applications
#294This is probably way better achieved by a $5/mo VPS. Benefits: - way faster - always on (presumably battery backed) - you're not responsible for disk or hw failures - better internet (faster, redundant connections) - cheaper ($60/year vs $100 upfront) - not fighting architecture differences - comes with a public v4 address - usually comes with a v6 address too Downsides: - data isn't under your control and is subject…
$60/year is not cheaper than $100 one time, unless you plan to run the RPi for one year and then throw it away.
Re: Raspberry Pi as a local server for self hosting applications
#295Earlier quoted context omitted.
My last 'old laptop as a server' dying is actually what prompted me to buy the NUC. It was a chromebook pixel long out of warranty. Until it bit the dust it suited my needs. Being a bit smaller is a nice bonus, it might be silly but I think the NUC is kind of cute.
Seems rather expensive, didn't you have another laptop laying around? I have so many that I don't think I'll ever see the point to them, especially with thinkpads for cheap or free
Re: Raspberry Pi as a local server for self hosting applications
#296This is related because I'm exclusively interested in building a local-network-only media server to serve my firestick and a laptop, but are plex (nice interface, for some reason requires a sign-in to their service, some sort of paid features) or emby (similar) the only options? If I for example wanted to just access my media library through firestick and windows with a kinda neat interface without paying anybody or…
It seems that Kodi[1] would be your perfect choice, and that is indeed what I'm using in a very similar setup. Setup your media (local or remote) library, and the scraper will enrich it with posters, synopsis, actors, etc. [1] https://kodi.tv/
I've had success with Kodi in the past with my laptop but I've also had big performance issues on the firestick. To be fair, it's been a couple years since I tried that so I'll see if the newer versions perform better.
Re: Raspberry Pi as a local server for self hosting applications
#297Earlier quoted context omitted.
Thanks for the shout-out! I wanted to post "we do exactly this!" but didn't want to be an advertisement, so I appreciate it :P (co-founder of KubeSail, if anyone has any questions!)
Cool tech. Does KubeSail integrate domain purchasing? Why should I be required to learn kubernetes just to tunnel a local webserver to a public domain name?
Ideally, you don't need to learn Kubernetes any more than you need to learn Linux in that example - our Repo Builder will do it's best to guess how to host your app on Kubernetes - and ideally the UI makes the rest feel like any other cloud platform. The benefit of not being locked in, and of learning open source tech instead of walled-gardens, is hard to express!
Re: Raspberry Pi as a local server for self hosting applications
#298Earlier quoted context omitted.
I am curious why you would use a fleet of them instead of a larger server.
They only consume a few watts, have a footprint of a few square inches, and cost a few twenties of dollars. It's a sweet spot for doing lots of things. There are a few ways they aren't ideal, but still a great compromise.
Re: Raspberry Pi as a local server for self hosting applications
#299Earlier quoted context omitted.
Isn't tor exceptionally slow though? I haven't used it in a few years - has anything changed?
Most slowness comes from exit nodes which you don't need to access onion services. There're also single-hop onion services, which should be a bit faster while sacrificing server anonymity if i understand correctly
Re: Raspberry Pi as a local server for self hosting applications
#300Earlier quoted context omitted.
Nat:ed ip's are a PITA. But any decent ISP will give you a public IP if you ask. We are running out of ipv4 addresses.
> if you ask And pay ;) Getting a static IP on an internet plan here in Australia will typically cost around $5 a month, and not all ISPs offer it on residential plans.