Check them into Git, but be cautious about credentials that might live in the env files that you don’t want to expose if you end up making the repo publicly available.
- 0 Posts
- 82 Comments
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•Any Kiwis here? Hardware advice?English121·5 months agoTake a look for yourself:
https://www.pbtech.co.nz/ https://www.trademe.co.nz/a/
He says, forgetting what community he is in.
Bring your existing gear, remembering that we use 240v here. Getting used server bits is pretty difficult and expensive because we don’t have anywhere near the density of data centers selling off old stuff. Enterprise switches in particular seem to be hard to get, I’ve previously had to buy on eBay and pay absurd shipping
Yup, this - batteries are consumables. They have a service life of ~2-5 years depending on load. If the manual doesn’t tell you how to replace them then it’s basically ewaste already
Depends on what you need:
- As cheap as possible, but actually want a VM: OCI free tier will be way bigger than you will probably need
- Happy paying money but still want to learn about Linux things: I’ve had good experiences with Scaleway
- I just want something I can set up and not think about: don’t use a VPS. Architect your site as a pure-static site, stick it in an S3 bucket. You’ll probably be within the free tier unless you do absolutely bonkers traffic, and once it’s running you can leave it alone for literal years without worrying about patches or upgrades
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•What do you guys do about usernames / passwords for your local services?English7·11 months agoKeycloak to provide OIDC, although in hindsight I should have gone with
AutheliaAuthentik
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•Please help me stop my baby from crying because kodi keeps bufferingEnglish77·11 months agoThere are very few things more obnoxious than an asshole with unsolicited parenting advice
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•This mini ITX board combines Alder Lake-N processor with 10 Gb and 2.5 GbE networking and up to 8 storage devices (2 x NVMe + 6 x SATA) - LiliputingEnglish4·1 year agohttps://www.servethehome.com/everything-homelab-node-goes-1u-rackmount-qotom-intel-review/ would probably be a better bet for a router
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•PSA: GoDaddy gated their own API. DDNS users warnedEnglish3·1 year agoI moved just about everything to Route53 for registration - I run my own DNS so I don’t need to pay for that, and it’s ~40% cheaper than Gandi for better service.
Now I just need to move my .nz domain (R53 supports .{co,net,org}.nz, but not .nz itself?) and the 2 .xyz domains that are “premium” for some reason so R53 won’t touch
RegalPotoo@lemmy.worldtohomelab@lemmy.ml•Don't get an used Quanta server - I just wanted a cheap Epyc server... | Craft ComputingEnglish7·1 year agoSome Epyc SKUs are firmware locked to specific motherboard vendors - eg if you look on eBay, you’ll see plenty of listings for “Dell locked” CPUs. Afaik they aren’t locked to specific motherboards, just to a specific vendor, and there are plenty of unlocked SKUs as well
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•How do you manage your encryption keys?English12·1 year agoFor anything that is related to my backup scheme, it’s printed out hard copy, put in an envelope in a fire safe in my house. I can tell you from experience there is nothing more stressful than “oh fuck I need my backups but the key to unlock the backups is in the backups fuck fuck fuck”.
And for future reference, anyone thinking about breaking into my house to get access to my backups just DM me, I’m sure we can come to an arrangement that’s less hassle for both of us
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•Should I stick with Docker Swarm for self-hosting?English2·1 year agoI was in the same place as you a few years ago - I liked swarm, and was a bit intimidated by kubernetes - so I’d encourage you to take a stab at kubernetes. Everything you like about swam kubernetes does better, and tools like k3s make it super simple to get set up. There _is& a learning curve, but I’d say it’s worth it. Swarm is more or less a dead end tech at this point, and there are a lot more resources about kubernetes out there.
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•immich: Does a SSD/HDD make a noticable difference?English11·1 year agoThey are, but I think the question was more “does the increased speed of an SSD make a practical difference in user experience for immich specifically”
I suspect that the biggest difference would be running the Postgres DB on an SSD where the fast random access is going to make queries significantly faster (unless you have enough ram that Postgres can keep the entire DB in memory where it makes less of a difference).
Putting the actual image storage on SSD might improve latency slightly, but your hard drive is probably already faster than your internet connection so unless you’ve got lots of concurrent users or other things accessing the hard drive a bunch it’ll probably be fast enough.
These are all Reckons without data to back it up, so maybe do some testing
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•How do y'all backup docker databases with backup programs like Borg/Restic?English2·1 year agoPretty much - I try and time it so the dumps happen ~an hour before restic runs, but it’s not super critical
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•How do y'all backup docker databases with backup programs like Borg/Restic?English16·1 year agopg_dumpall
on a schedule, then restic to backup the dumps. I’m running Zalando Postgres in kubernetes so scheduled tasks and intercontainer networking is a bit simpler, but should be able to run a sidecar container in your compose file
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•[Discussion] Auto-disable Remote Access on Vunerable Selfhosted ServicesEnglish16·1 year agoIf you figure it out, I know several companies that would be more than willing to drop 7 figures a year to license the tech from you
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•What's a good use for an edge TPU?English12·1 year agoYeah, they are mostly designed for classification and inference tasks; given a piece of input data, decide which of these categories it belongs to - the sort of things you are going to want to do in near real time, where it isn’t really practical to ship off to a data centre somewhere for processing.
Seems pretty reasonable. At the end of the day people have to eat, so projects like this either trundle on as hobby-and-spare-time projects for a few years until people get bored and burnt out, or you find a way to make working on the project a paid gig for the core people
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•[Question] If I selfhost a privacy frontend on cloud, wouldn't the original service get my server IP and track back to me?English45·1 year agoThis is an “x-y question” - what are you actually trying to achieve?
Clearly you are concerned about… someone… knowing your home IP address - who, and why?
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•Thoughts on these SATA/M.2-->SATA/2.5" adapters?English8·1 year agoAs in, hardware RAID is a terrible idea and should never be used. Ever.
With hardware RAID, you are moving your single point of failure from your drive to your RAID controller - when the controller fails, and they fail more often then you would expect - you are fucked, your data is gone, nice try, play again some time. In theory you could swap the controller out, but in practice it’s a coin flip if that will actually work unless you can find exactly the same model controller with exactly the same firmware manufactured in the same production line while the moon was in the same phase and even then your odds are still only 2 in 3.
Do yourself a favour, look at an external disk shelf/DAS/drive enclosure that connects over SAS and do RAID in software. Hardware RAID made sense when CPUs were hewn from granite and had clock rates measures in tens of megahertz so offloading things to dedicated silicon made things faster, but that’s not been the case this century.
The license change literally just prevents you from stripping their branding if you have more than 50 users a month - this is more permissive than the MPL that Firefox is licensed under