view the rest of the comments
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.
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!
Why not moving to podman and letting it do its magic?
It sucks to migrate to podman if you have been using Docker Compose heavily.
Also, updating is done with
and
every 24h via cronjob
You can use the same compose file with podman for the most part
There's a plugin for compose, but podman itself does have some differences here and there. I'm starting to migrate my own stuff as Docker is getting more money hungry. Womder if they'll try to IPO in a few years. Seems like that's what these kinds of companies do after they start to decline from alienating users. Just wish that portainer and docker hadn't killed all the GUIs for docker and swarm was better supported.
The company i work for has also required us to migrate from Docker as the hub and desktop app are no longer totally free. I expect more and more limitations will show up on the free versions as usually is the case with companies like this.
Yeah I saw that plugin a few years ago and it was not ready for production yet.
I am going a whole different route, but have the same motivation: get rid of docker and improve the security.
I will move from docker compose to Nomad. And I will also not use containers itself anymore. I want/need more security. You can achieve this with MicroVM (Firecracker). However, you would need to build those VM images yourself. But there is a solution to it. Kata-containers. They allow to deploy OCI compliant containers into seperate MicroVM’s. Then you have true isolation from the host kernel, while not losing much of start-up time.
What i read here is concerning. Non that i was getting into the swing of drocker .... :-( Is LXC the future then?
Docker uses LXC. LXC is actually at the core of many container engines.
I hate what I'm reading here... But I have already thought about the possible enshitification of docker and docker-compose...
It really sucks to always have to relearn everything from the beginning... Now that I feel comfortable I have to relearn a new way to keep my homelab up and running.
Kinda understand how Plex people feel when someone tells them to switch over to jellyfin...Can't wait to see Jellyfin or Arr stack going a similar route 😮💨😮💨!
Edit: Similar feeling goes toward Traefik... 😕🫤
Let me stop you right there: the chances of Jellyfin going rogue are much smaller. It's libre software. It's GPL. It's copyleft. We are pretty much safe.
I really hope you're right :/ !!
I take it it only pulls if the image is different/newer?
Yes.
Question please, how would podman alleviate container update woes?
https://docs.podman.io/en/latest/markdown/podman-auto-update.1.html
Today I learnt, thank you.
yes