Replies: 1 comment
-
Try headless mode: Line 29 in d2587f3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am starting the container automatically on a scheduled basis:
podman run -p 5055:8080 --rm -it -v acishare:/app/data/ -e "PODSYNC_CONFIG_PATH=/app/data/config.toml" ghcr.io/mxpv/podsync:latest
Once it has started, I downloads all new episodes.
Can the container automatically shutdown after it finished downloading? I would prefer that compared to a scheduled forced shutdown. Unfortunately I didn't find a corresponding setting.
Kindest regards
Manuel
Beta Was this translation helpful? Give feedback.
All reactions