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
- 76 Comments
RegalPotoo@lemmy.worldto Selfhosted@lemmy.world•Any Kiwis here? Hardware advice?English121·6 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
RegalPotoo@lemmy.worldto Open Source@lemmy.ml•Which FOSS projects have enough funding that we should donate elsewhere?English109·6 months agoJellyfin has explicitly asked that people find other places to donate to: https://opencollective.com/jellyfin/updates/were-good-seriously
RegalPotoo@lemmy.worldto Programmer Humor@lemmy.ml•Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.English0·9 months agoSomething like
!“A line with exactly 0 or 1 characters, or a line with a sequence of 1 or 3 or more characters, repeated at least twice”!<
RegalPotoo@lemmy.worldto Programmer Humor@lemmy.ml•Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.English0·9 months agoSyntactically valid Perl
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 Programmer Humor@lemmy.ml•question, When were programmers supposed to be obsolete?English0·10 months agoIf only we lived in a world so simple as to allow the whims of managers, customers and third parties to be completely definable in UML
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) - LiliputingEnglish5·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.worldto Selfhosted@lemmy.world•How do you manage your encryption keys?English13·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.
The early twenties intermediate dev on my team was explaining the other week that if you remember a time before smartphones and broadband, you are old
I personally am familiar with 2 organisations with millions of dollars in annual revenue that deploy critical line of business applications like this in 2024
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
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