mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
jellyfin_test
This commit is contained in:
59
jellyfin_test/config.json
Normal file
59
jellyfin_test/config.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"boot": "auto",
|
||||
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
||||
"devices": [
|
||||
"/dev/ttyUSB0",
|
||||
"/dev/sda1",
|
||||
"/dev/sdb1",
|
||||
"/dev/sdc1",
|
||||
"/dev/sdd1",
|
||||
"/dev/sde1",
|
||||
"/dev/sdf1",
|
||||
"/dev/sdg1",
|
||||
"/dev/sda2",
|
||||
"/dev/sdb2",
|
||||
"/dev/sdc2",
|
||||
"/dev/sdd2",
|
||||
"/dev/sde2",
|
||||
"/dev/sdf2",
|
||||
"/dev/sdg2"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Jellyfin_test DO NOT USE",
|
||||
"host_dbus": true,
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
"ports": {
|
||||
"8096/tcp": 8096,
|
||||
"8920/tcp": 8920,
|
||||
"7359/udp": null,
|
||||
"1900/udp": null
|
||||
},
|
||||
"ports_description": {
|
||||
"8096/tcp": "web interface",
|
||||
"8920/tcp": "https web interface (optional)",
|
||||
"7359/udp": "udp server discover (optional)",
|
||||
"1900/udp": "dlna (optional)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?",
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"smbv1": "bool?"
|
||||
},
|
||||
"slug": "jellyfin_test",
|
||||
"startup": "services",
|
||||
"upstream": "10.7.7-1-ls130",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "10.7.7-1-ls130-4",
|
||||
"watchdog": "http://[HOST]:[PORT:8096]",
|
||||
"webui": "http://[HOST]:[PORT:8096]"
|
||||
}
|
||||
Reference in New Issue
Block a user