commit
3a99e19506
2 changed files with 51 additions and 0 deletions
BIN
Images/jellyfin.png
Normal file
BIN
Images/jellyfin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue