Sorted json

This commit is contained in:
alexbelgium
2022-03-20 00:18:55 +00:00
committed by GitHub
parent fea4330e28
commit 800e309159

View File

@@ -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",