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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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
yes, so something like nextcloud for example. But also I currently am using the machine to stream Qobuz (we have 2 years free is why) and to run VacuumTube. I also want to set up the Arrstack on it.
So basically for things like Nextcloud or Immich, I was wondering if it would be easier to use Cosmos Cloud on a Debian VM than it would you set it up through Podman, such they don't recommend anyhow
I run podman containers on my bazzite machines, basically you convert a docker-compose file to a .container file, here's a bunch of examples, nextcloud is there, drop it in ~/.config/containers and run
systemctl daemon-reloadand it's now a systemd unit that you start stop etc like any other. Updates are withpodman autoupdate.You can use podlet to convert docker-compose files (90% it works, otherwise it gets you 90% of the way there). It's basically the fedora (/redhat) way to run containers.
I have no idea where you got it not being recommended (but adding to the main image sure is discouraged), and it's certainly better than adding a vm for containers, which pretty much defeats the purpose of containers (to run using your main kernel, but contained).
I've been running my arr stack (with gluetun in a pod) etc this way for years now, very trouble free. Here's a immich example.
It's a bit of a learning curve, but it pays off.