diff --git a/calibre/config.json b/calibre/config.json index e7ec881b7..36511c50e 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "description": "e-book manager", "devices": [ "/dev/dri", @@ -103,11 +100,7 @@ "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui", "9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "schema": { "CLI_ARGS": "str?", "PASSWORD": "str?", diff --git a/codex/config.json b/codex/config.json index 676e191e7..2d40d4369 100644 --- a/codex/config.json +++ b/codex/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Web based comic archive browser and reader", "devices": [ @@ -69,11 +66,7 @@ "image": "ghcr.io/alexbelgium/codex-{arch}", "ingress": true, "ingress_stream": true, - "map": [ - "addon_config:rw", - "media:rw", - "share:rw" - ], + "map": ["addon_config:rw", "media:rw", "share:rw"], "name": "Codex", "options": { "PGID": "0", @@ -88,10 +81,7 @@ "ports_description": { "9810/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "CODEX_RESET_ADMIN": "int?", "CODEX_SKIP_INTEGRITY_CHECK": "int?", diff --git a/filebrowser/config.json b/filebrowser/config.json index 15fdc2d9a..bd612acad 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files", "devices": [ @@ -109,10 +105,7 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "NoAuth": "bool", "base_folder": "str?", diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 858939f49..af7db578a 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "A free and open source personal finance manager", "devices": [ @@ -73,10 +70,7 @@ }, "image": "ghcr.io/alexbelgium/fireflyiii-{arch}", "init": false, - "map": [ - "config:rw", - "share:rw" - ], + "map": ["config:rw", "share:rw"], "name": "Firefly iii", "options": { "APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO", @@ -104,9 +98,7 @@ "Updates": "list(|hourly|daily|weekly)?", "silent": "bool?" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "fireflyiii", "startup": "services", "udev": true, diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index 73cb6e0bf..1f24621aa 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Data importer for Firefly III (separate addon)", "devices": [ @@ -73,12 +70,7 @@ }, "image": "ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}", "init": false, - "map": [ - "addon_config:rw", - "homeassistant_config:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl"], "name": "Firefly iii Data Importer", "options": { "CONFIG_LOCATION": "/config" diff --git a/flaresolverr/config.json b/flaresolverr/config.json index 2883daaa6..6bf0c7c10 100644 --- a/flaresolverr/config.json +++ b/flaresolverr/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "Proxy server to bypass Cloudflare protection", "devices": [ diff --git a/flexget/config.json b/flexget/config.json index 572c45bc2..f27803176 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "FlexGet is a multipurpose automation tool for all of your media", "devices": [ @@ -74,11 +71,7 @@ }, "image": "ghcr.io/alexbelgium/flexget-{arch}", "init": false, - "map": [ - "share:rw", - "config:rw", - "media" - ], + "map": ["share:rw", "config:rw", "media"], "name": "Flexget", "options": { "PGID": 0, diff --git a/gitea/config.json b/gitea/config.json index 5626afcd6..48a4a9f51 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Gitea for Home Assistant", "devices": [ @@ -70,11 +67,7 @@ ], "image": "ghcr.io/alexbelgium/gitea-{arch}", "init": false, - "map": [ - "addon_config:rw", - "share:rw", - "ssl:rw" - ], + "map": ["addon_config:rw", "share:rw", "ssl:rw"], "name": "Gitea", "options": { "APP_NAME": "Gitea for Homeassistant", diff --git a/immich/config.json b/immich/config.json index 81a5c6ee7..69aa9cc16 100644 --- a/immich/config.json +++ b/immich/config.json @@ -1,11 +1,6 @@ { - "arch": [ - "aarch64", - "amd64" - ], - "backup_exclude": [ - "**/machine-learning/*" - ], + "arch": ["aarch64", "amd64"], + "backup_exclude": ["**/machine-learning/*"], "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted photo and video backup solution directly from your mobile phone", "devices": [ @@ -116,10 +111,7 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "DB_DATABASE_NAME": "str", "DB_HOSTNAME": "str", @@ -140,9 +132,7 @@ "localdisks": "str?", "networkdisks": "str?" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/immich_cuda/config.json b/immich_cuda/config.json index 938ac49dc..d9b8e0c59 100644 --- a/immich_cuda/config.json +++ b/immich_cuda/config.json @@ -1,11 +1,6 @@ { - "arch": [ - "aarch64", - "amd64" - ], - "backup_exclude": [ - "**/machine-learning/*" - ], + "arch": ["aarch64", "amd64"], + "backup_exclude": ["**/machine-learning/*"], "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted photo and video backup solution directly from your mobile phone", "devices": [ @@ -116,10 +111,7 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "DB_DATABASE_NAME": "str", "DB_HOSTNAME": "str", @@ -140,9 +132,7 @@ "localdisks": "str?", "networkdisks": "str?" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "immich_cuda", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/immich_frame/config.json b/immich_frame/config.json index 47d838e56..8651ec03b 100644 --- a/immich_frame/config.json +++ b/immich_frame/config.json @@ -1,16 +1,11 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Display your immich gallery as a digital photo frame", "hassio_api": true, "image": "ghcr.io/alexbelgium/immich_frame-{arch}", "init": false, - "map": [ - "addon_config:rw" - ], + "map": ["addon_config:rw"], "name": "Immich Frame", "ports": { "8080/tcp": 8171 diff --git a/immich_noml/config.json b/immich_noml/config.json index f7c8654f1..9b1813756 100644 --- a/immich_noml/config.json +++ b/immich_noml/config.json @@ -1,11 +1,6 @@ { - "arch": [ - "aarch64", - "amd64" - ], - "backup_exclude": [ - "**/machine-learning/*" - ], + "arch": ["aarch64", "amd64"], + "backup_exclude": ["**/machine-learning/*"], "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted photo and video backup solution directly from your mobile phone", "devices": [ @@ -116,10 +111,7 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "DB_DATABASE_NAME": "str", "DB_HOSTNAME": "str", @@ -140,9 +132,7 @@ "localdisks": "str?", "networkdisks": "str?" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "immich_noml", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/immich_openvino/config.json b/immich_openvino/config.json index 21687eeef..6f88de5ea 100644 --- a/immich_openvino/config.json +++ b/immich_openvino/config.json @@ -1,11 +1,6 @@ { - "arch": [ - "aarch64", - "amd64" - ], - "backup_exclude": [ - "**/machine-learning/*" - ], + "arch": ["aarch64", "amd64"], + "backup_exclude": ["**/machine-learning/*"], "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted photo and video backup solution directly from your mobile phone", "devices": [ @@ -116,10 +111,7 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "DB_DATABASE_NAME": "str", "DB_HOSTNAME": "str", @@ -140,9 +132,7 @@ "localdisks": "str?", "networkdisks": "str?" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "immich_openvino", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/jackett/config.json b/jackett/config.json index 229e727cc..9756da0c5 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "Translates queries from apps (Sonarr, Sickrage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software", "devices": [ @@ -75,12 +71,7 @@ }, "image": "ghcr.io/alexbelgium/jackett_nas-{arch}", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Jackett NAS", "options": { "PGID": 0, @@ -94,10 +85,7 @@ "8889/tcp": "Alternative port", "9117/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int", diff --git a/jellyseerr/config.json b/jellyseerr/config.json index c981b3963..1bb8934b1 100644 --- a/jellyseerr/config.json +++ b/jellyseerr/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Fork of overseerr for jellyfin support", "devices": [ @@ -72,9 +69,7 @@ "host_network": true, "image": "ghcr.io/alexbelgium/jellyseerr-{arch}", "init": false, - "map": [ - "config:rw" - ], + "map": ["config:rw"], "name": "Jellyseerr", "options": { "TYPE": "emby", diff --git a/netalertx/config.json b/netalertx/config.json index 16f22f223..7cd45a6bc 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector", "environment": { @@ -19,12 +15,7 @@ "ingress_port": 0, "ingress_stream": true, "init": false, - "map": [ - "addon_config:rw", - "media:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "media:rw", "share:rw", "ssl"], "name": "NetAlertX", "panel_icon": "mdi:wifi-check", "ports": { @@ -35,19 +26,12 @@ "20211/tcp": "WebUI port", "20212/tcp": "GraphQL port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN", - "NET_RAW" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN", "NET_RAW"], "schema": { "APP_CONF_OVERRIDE": "str?", "TZ": "str?" }, - "services": [ - "mqtt:want" - ], + "services": ["mqtt:want"], "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/netalertx_fa/config.json b/netalertx_fa/config.json index bc8f53f50..0fbf0cd02 100644 --- a/netalertx_fa/config.json +++ b/netalertx_fa/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector", "environment": { @@ -20,12 +16,7 @@ "ingress_port": 0, "ingress_stream": true, "init": false, - "map": [ - "addon_config:rw", - "media:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "media:rw", "share:rw", "ssl"], "name": "NetAlertX Full Access", "panel_icon": "mdi:wifi-check", "ports": { @@ -36,19 +27,12 @@ "20211/tcp": "WebUI port", "20212/tcp": "GraphQL port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN", - "NET_RAW" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN", "NET_RAW"], "schema": { "APP_CONF_OVERRIDE": "str?", "TZ": "str?" }, - "services": [ - "mqtt:want" - ], + "services": ["mqtt:want"], "slug": "netalertx_fa", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/nzbget/config.json b/nzbget/config.json index 8f7b6f91e..28ae3cb98 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "usenet downloader", "devices": [ @@ -76,12 +72,7 @@ "image": "ghcr.io/alexbelgium/nzbget-{arch}", "ingress": true, "init": false, - "map": [ - "addon_config:rw", - "homeassistant_config:rw", - "share:rw", - "media:rw" - ], + "map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "media:rw"], "name": "Nzbget", "options": { "PGID": 0, @@ -95,10 +86,7 @@ "ports_description": { "6789/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int", diff --git a/openproject/config.json b/openproject/config.json index a8df75fe1..6b08578c3 100644 --- a/openproject/config.json +++ b/openproject/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "amd64", - "aarch64" - ], + "arch": ["amd64", "aarch64"], "codenotary": "alexandrep.github@gmail.com", "description": "Openproject for Home Assistant", "environment": { @@ -14,10 +11,7 @@ }, "image": "ghcr.io/alexbelgium/openproject-{arch}", "init": false, - "map": [ - "addon_config:rw", - "share:rw" - ], + "map": ["addon_config:rw", "share:rw"], "name": "Openproject", "options": { "OPENPROJECT_DEFAULT__LANGUAGE": "en", diff --git a/portainer/config.json b/portainer/config.json index 09cbb5c6a..c55be84e4 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,13 +1,6 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], - "backup_exclude": [ - "backups", - "docker_config/cli-plugins" - ], + "arch": ["aarch64", "amd64", "armv7"], + "backup_exclude": ["backups", "docker_config/cli-plugins"], "codenotary": "alexandrep.github@gmail.com", "description": "Manage your Docker environment with ease", "docker_api": true, @@ -17,11 +10,7 @@ "ingress_port": 1337, "ingress_stream": true, "init": false, - "map": [ - "addon_config:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "share:rw", "ssl"], "name": "Portainer", "options": { "certfile": "fullchain.pem", diff --git a/prowlarr/config.json b/prowlarr/config.json index a90fdcbc6..c4b123b4b 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Torrent Trackers and Usenet indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", "devices": [ @@ -74,12 +71,7 @@ }, "image": "ghcr.io/alexbelgium/prowlarr-{arch}", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Prowlarr NAS", "options": { "PGID": 0, @@ -91,10 +83,7 @@ "ports_description": { "9696/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int", diff --git a/radarr/config.json b/radarr/config.json index 21c422915..887eadbfa 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "A fork of Sonarr to work with movies like Couchpotato", "devices": [ @@ -77,12 +73,7 @@ "ingress": true, "ingress_entry": "radarr", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Radarr", "options": { "PGID": 0, @@ -97,10 +88,7 @@ "ports_description": { "7878/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int", diff --git a/readarr/config.json b/readarr/config.json index ba066eb1a..bdb23a395 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Book manager and automation", "devices": [ @@ -76,11 +73,7 @@ "ingress": true, "ingress_entry": "readarr", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw" - ], + "map": ["config:rw", "share:rw", "media:rw"], "name": "Readarr", "options": { "CONFIG_LOCATION": "/config/addons_config/readarr", @@ -96,10 +89,7 @@ "ports_description": { "8787/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "CONFIG_LOCATION": "str", "PGID": "int", diff --git a/resiliosync/config.json b/resiliosync/config.json index 16b8cdcfb..2f6db0e79 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted file share and collaboration platform on the web", "devices": [ @@ -98,11 +95,7 @@ "55555/tcp": "Sync Port", "8888/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], "schema": { "PGID": "int", "PUID": "int", diff --git a/sonarr/config.json b/sonarr/config.json index 76d905a4c..9037d894c 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them", "devices": [ @@ -77,12 +73,7 @@ "ingress": true, "ingress_entry": "sonarr", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Sonarr", "options": { "PGID": 0, @@ -97,10 +88,7 @@ "ports_description": { "8989/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int", diff --git a/tdarr/config.json b/tdarr/config.json index bbb64e143..a32189ac9 100644 --- a/tdarr/config.json +++ b/tdarr/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "backup": "cold", "backup_exclude": [ "*/cache/", @@ -114,10 +111,7 @@ "8265/tcp": "Web UI port", "8266/tcp": "Server Port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "CONFIG_LOCATION": "str", "TZ": "str?", diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 59cf0e64e..ba632e489 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "audio": true, "codenotary": "alexandrep.github@gmail.com", "description": "Full linux desktop environment accessible via any modern web browser", @@ -79,12 +76,7 @@ "image": "ghcr.io/alexbelgium/webtop_kde-{arch}", "ingress": true, "init": false, - "map": [ - "addon_config:rw", - "media:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "media:rw", "share:rw", "ssl"], "name": "Webtop KDE", "options": { "DNS_server": "8.8.8.8", @@ -122,10 +114,7 @@ "53/tcp": "DNS", "80/tcp": "http" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "DNS_server": "str?", "DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?", diff --git a/zzz_archived_code-server/config.json b/zzz_archived_code-server/config.json index f9fcf901b..e5b7e99c1 100644 --- a/zzz_archived_code-server/config.json +++ b/zzz_archived_code-server/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "Deprecated : Code-server is VS Code running on a remote server, accessible through the browser", "devices": [ @@ -71,13 +67,7 @@ ], "image": "ghcr.io/alexbelgium/code_server-{arch}", "init": false, - "map": [ - "backup:rw", - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"], "name": "zzz_archived : Code-server (VScode)", "options": { "PGID": 0, @@ -89,10 +79,7 @@ "ports_description": { "8443/tcp": "WebUI" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",