diff --git a/jellyfin/config.json b/jellyfin/config.json index f53434071..88872737e 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -1,6 +1,10 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "description": "A Free Software Media System that puts you in control of managing and streaming your media.", "devices": [ @@ -52,7 +56,12 @@ "host_network": true, "ingress": true, "ingress_stream": true, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Jellyfin NAS", "options": { "PGID": 0, @@ -72,7 +81,11 @@ "8096/tcp": "web interface", "8920/tcp": "https web interface (optional)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "schema": { "PGID": "int", "PUID": "int",