diff --git a/Images/jellyfin.png b/Images/jellyfin.png new file mode 100644 index 0000000..e269cef Binary files /dev/null and b/Images/jellyfin.png differ diff --git a/Template/template.json b/Template/template.json index 4922b0c..87d3817 100644 --- a/Template/template.json +++ b/Template/template.json @@ -23,6 +23,57 @@ } ] }, + { + "type": 1, + "title": "Jellyfin", + "name": "Jellyfin", + "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png", + "image": "linuxserver/jellyfin:latest", + "categories": [ + "Video", + "Music", + "Photos" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8096:8096/tcp", + "8920:8920/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Jelllyfin" + }, + { + "container": "/data/tvshows", + "bind": "/portainer/TV" + }, + { + "container": "/data/movies", + "bind": "/portainer/Movies" + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "1000", + "preset": true + }, + { + "name": "PGID", + "label": "PGID", + "default": "100", + "preset": true + }, + { + "name": "TZ", + "label": "TZ" + } + ] + }, { "type": 1, "title": "Bitwarden_rs",