Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Docker containers:
The setup is on a bare metal Debian mini PC server with storage on a Synology 2 drive NAS.
Thanks for asking
How did you get kopia running on your server? Even on the kopia github they pretty much just say "use one of the other options like a S3/B2 bucket or one of the file transfer options".
Only local, without certificates for example doesn't even work to test and there is nearly no documentation on hosting it yourself (decent documentation with the rest)
It's running in Docker on my Debian server: https://kopia.io/docs/installation/#docker-images
One HDD in my NAS is dedicated to only have encrypted backup data that Kopia creates. The same Kopia deployment can't upload data to the cloud, so Kopia only makes local backups every night. Then Synology's cloudsync app is scheduled to send the backed up files to a Backblaze bucket online.
Ah so it isn't the kopia server receiving the backup, it is the client making a server backup to a dedicated drive? Not connecting to a different computer's kopia instance
Yup. That's it.
Thank you for sharing 🙂