1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Add jellyfin recipe (thanks @gpulido!)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Gabriel Pulido
2020-08-06 02:33:43 +02:00
committed by GitHub
parent 29fba007d3
commit e69dd421d0
8 changed files with 107 additions and 6 deletions

View File

@@ -139,8 +139,8 @@ If your swarm runs for a long time, you might find yourself running older contai
Create /var/data/config/shepherd/shepherd.env as follows:
```
# Don't auto-update Plex or Emby, I might be watching a movie! (Customize this for the containers you _don't_ want to auto-update)
BLACKLIST_SERVICES="plex_plex emby_emby"
# Don't auto-update Plex or Emby (or Jellyfin), I might be watching a movie! (Customize this for the containers you _don't_ want to auto-update)
BLACKLIST_SERVICES="plex_plex emby_emby jellyfin_jellyfin"
# Run every 24 hours. Note that SLEEP_TIME appears to be in seconds.
SLEEP_TIME=86400
```