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!
First of all ensure you are on Podman version 5, as otherwise the .pod files will not work as it was just very recently added.
Then it should be
Pod=backup.pod
in the container file.And AFAIK the .pod file also needs an section like this:
After a
systemctl daemon-reload
the corresponding .service file will be calledbackup-pod.service
.If it fails to start you can do a
journalctl -e -u backup-pod.service
to see the error message.This is the most likely issue. Log output is a must, btw.
Apologies for not answering earlier. I have since switched over to
podman generate kube
andpodman play kube
for managing my podman infrastructure. This plays in well with my plans since I can't be dependent on systemd going forward. Thank you for your help.With that said, I wanted to ask another question: when I try to run a container with
podman run debian
, it automatically pulls the debian container without a problem, however how is it that when I typepodman pull docker.io/debian/debian
it requires auth?Exactly what is the auto prompt you see?
Pretty sure that the registry path for official images is "library" (at least it used to be). So it should be "docker.io/library/debian", though I can't double check at the moment.
You're right, except the problem was that I was on an old version of Podman (Debian problems lol) where Quadlet wasn't even available