diff --git a/addons_updater/config.json b/addons_updater/config.json index 87eae8f60..4662d4a34 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "manual", + "codenotary": "alexandrep.github@gmail.com", "description": "Automatic addons update by aligning version tag with upstream releases", "environment": { "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" @@ -47,6 +52,5 @@ "slug": "updater", "startup": "once", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", - "codenotary": "alexandrep.github@gmail.com", "version": "2.1" } diff --git a/arpspoof/config.json b/arpspoof/config.json index 76d4a4c40..2bcc53fc6 100644 --- a/arpspoof/config.json +++ b/arpspoof/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "block internet connection for local network devices", "devices": [], "environment": {}, @@ -17,7 +22,10 @@ "ports_description": { "7022/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "INTERFACE_NAME": "str?", "ROUTER_IP": "str" @@ -25,7 +33,6 @@ "slug": "arpspoof", "upstream": "1.0.0", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof", - "codenotary": "alexandrep.github@gmail.com", "version": "1.0.0", "webui": "http://[HOST]:[PORT:7022]" } diff --git a/bazarr/config.json b/bazarr/config.json index 1ed393d14..a96bf40ac 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -1,8 +1,17 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], - "backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "backup_exclude": [ + "**/Backups/*", + "**/logs/*", + "**/MediaCover/*" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Companion application to Sonarr and Radarr to download subtitles", "devices": [ "/dev/sda", @@ -41,7 +50,12 @@ "PUID": "0" }, "ingress": false, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Bazarr NAS", "options": { "PGID": 0, @@ -53,7 +67,10 @@ "ports_description": { "6767/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -66,7 +83,6 @@ "startup": "services", "upstream": "1.0.3", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", - "codenotary": "alexandrep.github@gmail.com", "version": "1.0.3", "webui": "http://[HOST]:[PORT:6767]" } diff --git a/bitwarden/config.json b/bitwarden/config.json index a8790adcf..bee5f0e9e 100644 --- a/bitwarden/config.json +++ b/bitwarden/config.json @@ -1,10 +1,16 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], - + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "Open source password management solution", "init": false, - "map": ["ssl"], + "map": [ + "ssl" + ], "name": "Vaultwarden (Bitwarden)", "options": { "certfile": "fullchain.pem", @@ -28,7 +34,6 @@ "startup": "services", "upstream": "1.24.0", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden", - "codenotary": "alexandrep.github@gmail.com", "version": "1.24.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:7277]" } diff --git a/booksonic_air/config.json b/booksonic_air/config.json index 365b35c33..992084b38 100644 --- a/booksonic_air/config.json +++ b/booksonic_air/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "platform for accessing the audibooks you own wherever you are", "devices": [ "/dev/sda", @@ -39,7 +44,10 @@ "PGID": "0", "PUID": "0" }, - "map": ["share:rw", "media:rw"], + "map": [ + "share:rw", + "media:rw" + ], "name": "Booksonic-air", "options": { "PGID": 0, @@ -54,7 +62,10 @@ "ports_description": { "4040/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -67,7 +78,6 @@ "slug": "booksonic-air_nas", "upstream": "v2201.1.0-ls49", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air", - "codenotary": "alexandrep.github@gmail.com", "version": "v2201.1.0-ls49", "webui": "http://[HOST]:[PORT:4040]" } diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 82733781c..c3a69942e 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -1,6 +1,11 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "Cloud Commander a file manager for the web with console and editor", "devices": [ "/dev/mmcblk0p8", @@ -56,7 +61,10 @@ "ports_description": { "8000/tcp": "Web UI port (required)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "CUSTOM_OPTIONS": "str?", "DROPBOX_TOKEN": "str?", @@ -69,7 +77,6 @@ "slug": "cloudcommander", "upstream": "16.0.0", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "codenotary": "alexandrep.github@gmail.com", "version": "16.0.0", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/code-server/config.json b/code-server/config.json index 0b31e35d8..45846c36d 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Code-server is VS Code running on a remote server, accessible through the browser.", "devices": [ "/dev/sda", @@ -36,7 +41,13 @@ "/dev/nvme2" ], "environment": {}, - "map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "backup:rw", + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "VS code", "options": { "PGID": 0, @@ -45,7 +56,10 @@ "ports": { "8443/tcp": 8443 }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -59,7 +73,6 @@ "startup": "services", "upstream": "4.2.0", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server", - "codenotary": "alexandrep.github@gmail.com", "version": "4.2.0", "webui": "http://[HOST]:[PORT:8443]" } diff --git a/elasticsearch/config.json b/elasticsearch/config.json index ed3e1c8a5..fed960ea8 100644 --- a/elasticsearch/config.json +++ b/elasticsearch/config.json @@ -1,5 +1,9 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "Free and Open, Distributed, RESTful Search Engine", "environment": { "ES_JAVA_OPTS": "-Xms1024M -Xmx1024M", @@ -8,7 +12,9 @@ "discovery.type": "single-node" }, "host_network": true, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Elasticsearch server", "options": {}, "ports": { @@ -23,6 +29,5 @@ "slug": "elasticsearch", "upstream": "7.14.2", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch", - "codenotary": "alexandrep.github@gmail.com", "version": "7.14.2" } diff --git a/emby/config.json b/emby/config.json index 4116895d1..3378e500f 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,14 +1,18 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "backup_exclude": [ "*/cache/", "*/logs/", "*/transcoding-temp/", "*/metadata/" ], - "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "A Free Software Media System that puts you in control of managing and streaming your media.", "devices": [ "/dev/dri", @@ -56,7 +60,12 @@ "/dev/nvme2" ], "host_network": true, - "map": ["config:rw", "share:rw", "media:rw", "ssl:rw"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl:rw" + ], "name": "Emby NAS", "options": { "PGID": 0, @@ -75,7 +84,10 @@ "8096/tcp": "web interface", "8920/tcp": "https web interface (optional)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -92,7 +104,6 @@ "startup": "services", "upstream": "4.7.0.32", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", - "codenotary": "alexandrep.github@gmail.com", "version": "4.7.0.32", "video": true, "webui": "http://[HOST]:[PORT:8096]" diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index 8393eaff4..204e2c729 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -1,7 +1,14 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "use Enedis Gateway API to send data in your MQTT Broker (latest channel)", - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Enedisgateway2mqtt", "options": { "CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml", @@ -15,10 +22,11 @@ "mqtt_autodiscover": "bool", "verbose": "bool" }, - "services": ["mqtt:want"], + "services": [ + "mqtt:want" + ], "slug": "enedisgateway2mqtt", "upstream": "0.7.7", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "0.7.7-3" } diff --git a/enedisgateway2mqtt_dev/config.json b/enedisgateway2mqtt_dev/config.json index ec9a216af..3476a983d 100644 --- a/enedisgateway2mqtt_dev/config.json +++ b/enedisgateway2mqtt_dev/config.json @@ -1,7 +1,14 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "use Enedis Gateway API to send data in your MQTT Broker (latest-dev channel)", - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Enedisgateway2mqtt Dev", "options": { "CONFIG_LOCATION": "/config/enedisgateway2mqtt_dev/config.yaml", @@ -14,6 +21,5 @@ "slug": "enedisgateway2mqtt_dev", "upstream": "0.7.8-dev", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "0.7.8-dev" } diff --git a/filebrowser/config.json b/filebrowser/config.json index 74c6faa68..c84e3d90a 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -1,6 +1,11 @@ { "apparmor": true, - "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": [ "/dev/sda", @@ -64,7 +69,10 @@ "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?", @@ -81,7 +89,6 @@ "startup": "services", "upstream": "2.21.1", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.21.1-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 33d011c27..7041f01df 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -1,13 +1,22 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "A free and open source personal finance manager", "devices": [], "environment": { "TRUSTED_PROXIES": "**" }, - "map": ["config:rw", "share:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "ssl" + ], "name": "Firefly iii", "options": { "APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO", @@ -33,11 +42,12 @@ "Updates": "list(|hourly|daily|weekly)?", "silent": "bool?" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "fireflyiii", "upstream": "5.6.16", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "5.6.16", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index 12e63e746..15a314402 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -1,13 +1,22 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Data importer for Firefly III (separate addon)", "devices": [], "environment": { "TRUSTED_PROXIES": "**" }, - "map": ["config:rw", "share:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "ssl" + ], "name": "Firefly iii Data Importer", "options": { "CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml" @@ -33,7 +42,6 @@ "slug": "fireflyiii_data_importer", "upstream": "version-0.9.0", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "version-0.9.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii_fints_importer/config.json b/fireflyiii_fints_importer/config.json index 330f287ad..ec4f3e09b 100644 --- a/fireflyiii_fints_importer/config.json +++ b/fireflyiii_fints_importer/config.json @@ -1,14 +1,21 @@ { "apparmor": true, - "arch": ["amd64"], + "arch": [ + "amd64" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Import financial transactions from you FinTS enabled bank into Firefly III", "devices": [], "environment": { "TRUSTED_PROXIES": "**" }, "image": "ghcr.io/alexbelgium/fireflyiii_fints_importer-{arch}", - "map": ["config:rw", "share:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "ssl" + ], "name": "Firefly iii FinTS Importer", "options": { "CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml" @@ -26,7 +33,6 @@ "slug": "fireflyiii_fints_importer", "upstream": "1.2", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "1.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/flaresolverr/config.json b/flaresolverr/config.json index 60e294041..79127a199 100644 --- a/flaresolverr/config.json +++ b/flaresolverr/config.json @@ -1,6 +1,11 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "Proxy server to bypass Cloudflare protection ", "environment": {}, "name": "FlareSolverr", @@ -15,7 +20,6 @@ "slug": "flaresolverr", "upstream": "2.2.2", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.2.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8191]" } diff --git a/flexget/config.json b/flexget/config.json index 57e8e1f11..377955d5f 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -1,12 +1,20 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "FlexGet is a multipurpose automation tool for all of your media", "environment": { "FG_PLUGINS": "", "FG_WEBUI_PASSWD": "" }, - "map": ["share:rw", "config:rw"], + "map": [ + "share:rw", + "config:rw" + ], "name": "Flexget", "options": { "PGID": 0, @@ -28,7 +36,6 @@ "slug": "flexget", "upstream": "3.3.3", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "3.3.3", "webui": "http://[HOST]:[PORT:5050]" } diff --git a/gazpar2mqtt/config.json b/gazpar2mqtt/config.json index c79dedcae..12f490d2c 100644 --- a/gazpar2mqtt/config.json +++ b/gazpar2mqtt/config.json @@ -1,7 +1,15 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "fetch GRDF data and publish data to a mqtt broker", - "map": ["config:rw", "share:rw"], + "map": [ + "config:rw", + "share:rw" + ], "name": "gazpar2mqtt", "options": { "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", @@ -15,10 +23,11 @@ "mqtt_autodiscover": "bool", "verbose": "bool" }, - "services": ["mqtt:want"], + "services": [ + "mqtt:want" + ], "slug": "gazpar2mqtt", "upstream": "0.8.1", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "0.8.1-10" } diff --git a/grav/config.json b/grav/config.json index 3e512a43b..f317ed0b1 100644 --- a/grav/config.json +++ b/grav/config.json @@ -1,10 +1,19 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Fast, Simple, and Flexible, file-based Web-platform", "devices": [], "environment": {}, - "map": ["share:rw", "media:rw", "config:rw"], + "map": [ + "share:rw", + "media:rw", + "config:rw" + ], "name": "Grav web server", "options": { "PGID": 1000, @@ -25,7 +34,6 @@ "slug": "grav", "upstream": "1.7.31", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "1.7.31", "webui": "http://[HOST]:[PORT:80]" } diff --git a/inadyn/config.json b/inadyn/config.json index 0b2a8bd09..06318b406 100644 --- a/inadyn/config.json +++ b/inadyn/config.json @@ -1,9 +1,16 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support. A large number of dynamic dns providers are supported (https://github.com/troglobit/inadyn#supported-providers). For those that are not, you can use a custom provider as per this project's documentation (https://github.com/nalipaz/hassio-addons/blob/master/README.md)", "environment": {}, "host_network": true, - "map": ["ssl"], + "map": [ + "ssl" + ], "name": "Inadyn", "options": { "providers": [ @@ -49,6 +56,5 @@ "slug": "inadyn", "upstream": "2.9.1", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.9.1-6" } diff --git a/jackett/config.json b/jackett/config.json index a341911b7..d5f7b1a53 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -6,6 +6,7 @@ "armv7" ], "boot": "auto", + "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", "environment": { "PGID": "0", @@ -45,7 +46,6 @@ "startup": "services", "upstream": "0.20.754", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", - "codenotary": "alexandrep.github@gmail.com", "version": "0.20.754", "webui": "http://[HOST]:[PORT:9117]" } diff --git a/jellyfin/config.json b/jellyfin/config.json index acc00e231..35a9cc2cf 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "A Free Software Media System that puts you in control of managing and streaming your media.", "devices": [ "/dev/dri", @@ -52,7 +57,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 +82,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", @@ -89,7 +103,6 @@ "startup": "services", "upstream": "10.7.7-1-ls155", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "10.7.7-1-ls155-ingress2", "video": true, "webui": "http://[HOST]:[PORT:8096]" diff --git a/joal/config.json b/joal/config.json index 1ac23df84..5fbcd8632 100644 --- a/joal/config.json +++ b/joal/config.json @@ -1,13 +1,20 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "An open source command line RatioMaster with WebUI", "environment": {}, "hassio_api": true, "host_network": false, "ingress": true, "ingress_port": 8099, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Joal", "options": { "run_duration": "12h", @@ -33,7 +40,6 @@ "startup": "services", "upstream": "2.1.29", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.1.29", "webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D" } diff --git a/joplin/config.json b/joplin/config.json index 4c68be55a..58933e5a1 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -1,11 +1,19 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted open source note-taking application", "environment": { "APP_PORT": "22300" }, - "map": ["config:rw", "share:rw"], + "map": [ + "config:rw", + "share:rw" + ], "name": "Joplin Server", "options": { "APP_BASE_URL": "http://your_domain:port", @@ -38,7 +46,6 @@ "slug": "joplin", "upstream": "2.7.4", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.7.4-8", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/lidarr/config.json b/lidarr/config.json index cc98f7950..d61a7c557 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Music collection manager for Usenet and BitTorrent users", "devices": [ "/dev/sda", @@ -39,7 +44,12 @@ "PGID": "0", "PUID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "config:rw"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "config:rw" + ], "name": "Lidarr NAS", "options": { "PGID": 0, @@ -54,7 +64,10 @@ "ports_description": { "8686/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -68,7 +81,6 @@ "startup": "services", "upstream": "0.8.1.2135-ls76", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", - "codenotary": "alexandrep.github@gmail.com", "version": "0.8.1.2135-ls76", "webui": "http://[HOST]:[PORT:8686]" } diff --git a/mealie/config.json b/mealie/config.json index a3a40ca42..c98549dfe 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -1,6 +1,11 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Mealie is a self hosted recipe manager and meal planner built in Vue", "environment": { "APP_PORT": "9925", @@ -8,7 +13,10 @@ }, "ingress": false, "ingress_port": 8099, - "map": ["share:rw", "ssl:rw"], + "map": [ + "share:rw", + "ssl:rw" + ], "name": "Mealie", "options": { "certfile": "fullchain.pem", @@ -31,7 +39,6 @@ "startup": "services", "upstream": "0.5.6", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "0.5.6", "webui": "[PROTO:ssl]://[HOST]:[PORT:9925]" } diff --git a/mylar3/config.json b/mylar3/config.json index 525a3b74b..45dcd1843 100644 --- a/mylar3/config.json +++ b/mylar3/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Automated comic book downloader for use with NZB and torrents", "devices": [ "/dev/sda", @@ -39,7 +44,12 @@ "PGID": "0", "PUID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "config:rw"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "config:rw" + ], "name": "Mylar3", "options": { "PGID": 0, @@ -51,7 +61,10 @@ "ports_description": { "8090/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -64,7 +77,6 @@ "slug": "mylar3", "upstream": "0.6.5.2", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "0.6.5.2", "webui": "http://[HOST]:[PORT:8090]" } diff --git a/nextcloud/config.json b/nextcloud/config.json index 102b090b3..2d048a808 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,6 +1,11 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "manual", + "codenotary": "alexandrep.github@gmail.com", "description": "Nextcloud for Home Assistant", "devices": [ "/dev/sda", @@ -38,7 +43,11 @@ "hassio_api": true, "ingress": false, "ingress_port": 0, - "map": ["share:rw", "media:rw", "ssl:rw"], + "map": [ + "share:rw", + "media:rw", + "ssl:rw" + ], "name": "Nextcloud", "options": { "Full_Text_Search": false, @@ -58,7 +67,10 @@ "443/tcp": 8099, "80/tcp": null }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "Full_Text_Search": "bool?", "OCR": "bool?", @@ -77,12 +89,13 @@ "trusted_domains": "str?", "use_own_certs": "bool" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "nextcloud_ocr", "uart": true, "upstream": "23.0.3", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "codenotary": "alexandrep.github@gmail.com", "version": "23.0.3", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nzbget/config.json b/nzbget/config.json index f7a7ba07b..c749aec13 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "usenet downloader", "devices": [ "/dev/sda", @@ -39,7 +44,12 @@ "PGID": "0", "PUID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "config:rw"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "config:rw" + ], "name": "Nzbget", "options": { "PGID": 0, @@ -51,7 +61,10 @@ "ports_description": { "6789/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -64,7 +77,6 @@ "slug": "nzbget", "upstream": "21.1", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "21.1", "webui": "http://[HOST]:[PORT:6789]" } diff --git a/ombi/config.json b/ombi/config.json index 0f30ddd3c..3baf82016 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -1,10 +1,17 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted Plex Request and user management system", "environment": {}, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Ombi", "options": { "PGID": 0, @@ -24,7 +31,6 @@ "startup": "services", "upstream": "4.10.2", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi", - "codenotary": "alexandrep.github@gmail.com", "version": "4.10.2", "webui": "http://[HOST]:[PORT:3579]" } diff --git a/organizr/config.json b/organizr/config.json index 8f0a50897..edab5ae3c 100644 --- a/organizr/config.json +++ b/organizr/config.json @@ -1,9 +1,17 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "An HTPC/Homelab services organizer that is written in PHP", "environment": {}, - "map": ["config:rw", "ssl"], + "map": [ + "config:rw", + "ssl" + ], "name": "Organizr", "options": { "PGID": "1000", @@ -23,7 +31,6 @@ "startup": "services", "upstream": "1.90", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "1.90", "webui": "http://[HOST]:[PORT:80]" } diff --git a/paperless_ng/config.json b/paperless_ng/config.json index db41bb0cb..c5d460609 100644 --- a/paperless_ng/config.json +++ b/paperless_ng/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "scan, index and archive all your physical documents", "devices": [ "/dev/sda", @@ -39,7 +44,12 @@ "PGID": "0", "PUID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "config:rw"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "config:rw" + ], "name": "Paperless NG", "options": { "CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml", @@ -52,7 +62,10 @@ "ports_description": { "8000/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "CONFIG_LOCATION": "str", "OCRLANG": "str?", @@ -67,7 +80,6 @@ "slug": "paperless_ng", "upstream": "1.5.0", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "1.5.0-8", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/papermerge/config.json b/papermerge/config.json index 0ad4b0dde..2fcaadf38 100644 --- a/papermerge/config.json +++ b/papermerge/config.json @@ -1,9 +1,19 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "Open source document management system (DMS)", "environment": {}, - "map": ["share:rw", "media:rw", "ssl", "config:rw"], + "map": [ + "share:rw", + "media:rw", + "ssl", + "config:rw" + ], "name": "Papermerge", "options": { "CONFIG_LOCATION": "/config/addons_config/papermerge", @@ -19,7 +29,10 @@ "ports_description": { "8000/tcp": "Web UI port (required)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "CONFIG_LOCATION": "str", "PGID": "int", @@ -39,7 +52,6 @@ "slug": "papermerge", "upstream": "v2.0.1-ls40", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "v2.0.1-ls40", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/photoprism/config.json b/photoprism/config.json index b9f4b7d0a..ea88d18fd 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -1,6 +1,10 @@ { "apparmor": true, - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "A server-based application for browsing, organizing and sharing your personal photo collection", "devices": [ "/dev/sda", @@ -39,7 +43,11 @@ "working_dir": "/data/photoprism" }, "homeassistant": "0.92.0b2", - "map": ["media:rw", "share:rw", "config:rw"], + "map": [ + "media:rw", + "share:rw", + "config:rw" + ], "name": "Photoprism", "options": { "BACKUP_PATH": "/share/photoprism/backup", @@ -59,7 +67,10 @@ "ports_description": { "2342/tcp": "Web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "BACKUP_PATH": "str", "CONFIG_LOCATION": "str", @@ -73,11 +84,12 @@ "localdisks": "str?", "networkdisks": "str?" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "photoprism", "upstream": "220302-impish", "url": "https://github.com/alexbelgium/hassio-addons-test", - "codenotary": "alexandrep.github@gmail.com", "version": "220302-impish", "webui": "http://[HOST]:[PORT:2342]" } diff --git a/piwigo/config.json b/piwigo/config.json index a2c32a1b2..a509742dd 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -1,6 +1,11 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Piwigo is a photo gallery software for the web", "devices": [ "/dev/sda", @@ -37,7 +42,11 @@ "environment": { "PWG_LOCAL_DIR": "/data" }, - "map": ["media:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "share:rw", + "ssl" + ], "name": "Piwigo", "options": { "PGID": 1000, @@ -49,7 +58,10 @@ "ports_description": { "80/tcp": "Web UI port" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -64,7 +76,6 @@ "startup": "services", "upstream": "12.2.0", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "12.2.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/plex/config.json b/plex/config.json index a8b604aed..1d9f597b0 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", "devices": [ "/dev/dri", @@ -52,7 +57,11 @@ "version": "docker" }, "host_network": true, - "map": ["share:rw", "media:rw", "ssl"], + "map": [ + "share:rw", + "media:rw", + "ssl" + ], "name": "Plex NAS", "options": { "PGID": 0, @@ -88,7 +97,10 @@ "33443/tcp": "WebTools", "8324/tcp": "Plex for Roku via Plex Companion" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -105,7 +117,6 @@ "startup": "services", "upstream": "1.25.7.5604-980a13e02-ls106", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "codenotary": "alexandrep.github@gmail.com", "version": "1.25.7.5604-980a13e02-ls106", "video": true, "webui": "http://[HOST]:[PORT:32400]/web" diff --git a/plex_meta_manager/config.json b/plex_meta_manager/config.json index 7ee44a422..ad4add1d0 100644 --- a/plex_meta_manager/config.json +++ b/plex_meta_manager/config.json @@ -1,19 +1,29 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections", "devices": [], "environment": {}, "image": "ghcr.io/alexbelgium/plex-media-manager-{arch}", - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Plex meta manager", "options": { "PGID": 1000, "PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml", "PUID": 1000 }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PMM_CONFIG": "str", @@ -27,6 +37,5 @@ "slug": "plex-meta-manager", "upstream": "v1.16.2-ls7", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager", - "codenotary": "alexandrep.github@gmail.com", "version": "v1.16.2-ls7" } diff --git a/portainer/config.json b/portainer/config.json index 32d7a332b..1dac9d27d 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,7 +1,14 @@ { - "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, "hassio_api": true, @@ -9,7 +16,10 @@ "ingress_port": 1337, "ingress_stream": true, "init": false, - "map": ["share:rw", "ssl"], + "map": [ + "share:rw", + "ssl" + ], "name": "Portainer", "options": { "certfile": "fullchain.pem", @@ -36,7 +46,6 @@ "startup": "services", "upstream": "2.11.1", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.11.1-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:9099]" } diff --git a/prowlarr/config.json b/prowlarr/config.json index 4197b27e0..5feb84296 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -1,13 +1,23 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "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", "environment": { "PGID": "0", "PUID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Prowlarr NAS", "options": { "PGID": 0, @@ -22,7 +32,10 @@ "ports_description": { "9696/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -36,7 +49,6 @@ "startup": "services", "upstream": "nightly-0.2.0.1600-ls298", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "nightly-0.2.0.1600-ls298", "webui": "http://[HOST]:[PORT:9696]" } diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 485210af5..6055e8487 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,6 +1,11 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "qBittorrent is a bittorrent client", "devices": [ "/dev/net/tun", @@ -45,7 +50,12 @@ "homeassistant_api": true, "ingress": true, "ingress_port": 8099, - "map": ["media:rw", "config:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "config:rw", + "share:rw", + "ssl" + ], "name": "Qbittorrent", "options": { "DNS_server": "8.8.8.8,1.1.1.1", @@ -70,7 +80,11 @@ "6881/udp": "Peer port", "8080/tcp": "Web UI port (nor required for Ingress)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "schema": { "DNS_server": "str?", "PGID": "int?", @@ -98,7 +112,6 @@ "slug": "qbittorrent", "upstream": "release-4.4.1-ls173", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "release-4.4.1-ls173-9", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/radarr/config.json b/radarr/config.json index 644faf608..c62554ab4 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "A fork of Sonarr to work with movies like Couchpotato", "devices": [ "/dev/sda", @@ -39,7 +44,12 @@ "PGID": "0", "PUID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Radarr NAS", "options": { "PGID": 0, @@ -54,7 +64,10 @@ "ports_description": { "7878/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -69,7 +82,6 @@ "startup": "services", "upstream": "4.0.5.5981", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr", - "codenotary": "alexandrep.github@gmail.com", "version": "4.0.5.5981", "webui": "http://[HOST]:[PORT:7878]" } diff --git a/readarr/config.json b/readarr/config.json index 27b9acb83..8269bf975 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Book Manager and Automation", "devices": [ "/dev/sda", @@ -39,7 +44,12 @@ "PGID": "0", "PUID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "config:rw"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "config:rw" + ], "name": "Readarr NAS", "options": { "CONFIG_LOCATION": "/config/readarr", @@ -52,7 +62,10 @@ "ports_description": { "8787/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "CONFIG_LOCATION": "str", "PGID": "int", @@ -67,7 +80,6 @@ "startup": "services", "upstream": "nightly-0.1.1.1281-ls103", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", - "codenotary": "alexandrep.github@gmail.com", "version": "nightly-0.1.1.1281-ls103", "webui": "http://[HOST]:[PORT:8787]" } diff --git a/requestrr/config.json b/requestrr/config.json index 279a28d3f..995e63db5 100644 --- a/requestrr/config.json +++ b/requestrr/config.json @@ -1,6 +1,11 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat", "environment": { "PGID": "0", @@ -18,7 +23,10 @@ "ports_description": { "4545/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -27,7 +35,6 @@ "slug": "requestrr", "upstream": "2.1.1", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.1.1", "webui": "http://[HOST]:[PORT:4545]" } diff --git a/resiliosync/config.json b/resiliosync/config.json index c3f81d75c..4d4555014 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -5,6 +5,7 @@ "armv7" ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted file share and collaboration platform on the web", "devices": [ "/dev/net/tun", @@ -75,7 +76,6 @@ "slug": "resiliosync", "upstream": "2.7.3.1381", "url": "https://github.com/tyjtyj/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.7.3.1381", "webui": "http://[HOST]:[PORT:8888]" } diff --git a/scrutiny/config.json b/scrutiny/config.json index f5a854328..1c74155de 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -1,7 +1,12 @@ { "apparmor": "true", - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring", "devices": [ "/dev/sda", @@ -62,7 +67,11 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "SYS_RAWIO", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -77,6 +86,5 @@ "udev": "true", "upstream": "0.3.13", "url": "https://github.com/AnalogJ/scrutiny", - "codenotary": "alexandrep.github@gmail.com", "version": "0.3.13-7" } diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 7e69cbc43..707fa6aaa 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -1,7 +1,12 @@ { "apparmor": "true", - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)", "environment": { "SCRUTINY_API_ENDPOINT": "http://localhost:8080", @@ -28,7 +33,11 @@ "ports_description": { "8080/tcp": "Web UI port" }, - "privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "SYS_RAWIO", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -42,6 +51,5 @@ "startup": "services", "upstream": "0.3.13", "url": "https://github.com/AnalogJ/scrutiny", - "codenotary": "alexandrep.github@gmail.com", "version": "0.3.13-16" } diff --git a/sonarr/config.json b/sonarr/config.json index e45dd2c6d..41982aa5e 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "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": [ "/dev/sda", @@ -39,7 +44,12 @@ "PGID": "0", "PUID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Sonarr NAS", "options": { "PGID": 0, @@ -54,7 +64,10 @@ "ports_description": { "8989/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -69,7 +82,6 @@ "startup": "services", "upstream": "3.0.7.1477", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", - "codenotary": "alexandrep.github@gmail.com", "version": "3.0.7.1477", "webui": "http://[HOST]:[PORT:8989]" } diff --git a/spotweb/config.json b/spotweb/config.json index 098a6b3aa..c14ef66fb 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -1,12 +1,21 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "Spotweb is a decentralized usenet community based on the Spotnet protocol", "hassio_api": true, "image": "ghcr.io/alexbelgium/spotweb-{arch}", "ingress": true, "ingress_port": 8099, "init": false, - "map": ["ssl", "config:rw", "backup:rw"], + "map": [ + "ssl", + "config:rw", + "backup:rw" + ], "name": "Spotweb", "options": { "certfile": "fullchain.pem", @@ -32,11 +41,12 @@ "remote_mysql_username": "str?", "ssl": "bool" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "spotweb", "startup": "services", "upstream": "1.5.1", "url": "https://github.com/alexbelgium/hassio-addons/spotweb", - "codenotary": "alexandrep.github@gmail.com", "version": "1.5.1-6" } diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 9c6b281f5..e8a5a280e 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -1,13 +1,20 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "recipe manager", "environment": { "DB_ENGINE": "django.db.backends.sqlite3", "DEBUG": "0", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db" }, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Tandoor recipes", "options": { "ALLOWED_HOSTS": "", @@ -30,11 +37,12 @@ "POSTGRES_USER": "str?", "SECRET_KEY": "str" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "tandoor_recipes", "upstream": "1.1.4", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "1.1.4", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/teamspeak/config.json b/teamspeak/config.json index ef017b0cd..038ebecdf 100644 --- a/teamspeak/config.json +++ b/teamspeak/config.json @@ -1,5 +1,10 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "voice communication for online gaming, education and training", "environment": { "DIST_UPDATE": "1", @@ -9,7 +14,9 @@ "TS3SERVER_LICENSE": "accept", "TS_UPDATE": "1" }, - "map": ["share:rw"], + "map": [ + "share:rw" + ], "name": "Teamspeak server", "ports": { "10011/tcp": "10011", @@ -26,6 +33,5 @@ "slug": "teamspeak", "upstream": "3.13.6", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "3.13.6" } diff --git a/transmission/config.json b/transmission/config.json index 3dc030504..fde41f4f2 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Bittorrent client based on linuxserver image", "devices": [ "/dev/net/tun", @@ -37,7 +42,12 @@ "/dev/nvme2" ], "environment": {}, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Transmission NAS", "options": { "DNS_server": "8.8.8.8,1.1.1.1", @@ -57,7 +67,10 @@ "51413/udp": "Peer port (setup router port forwarding to this port)", "9091/tcp": "Web UI port (required)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "DNS_server": "str?", "PGID": "int", @@ -79,7 +92,6 @@ "startup": "services", "upstream": "3.00-r5-ls116", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "3.00-r5-ls116", "webui": "http://[HOST]:[PORT:9091]" } diff --git a/ubooquity/config.json b/ubooquity/config.json index 65516bae6..c85d3b6d6 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Free, lightweight and easy-to-use home server for your comics and ebooks", "devices": [ "/dev/sda", @@ -36,7 +41,12 @@ "/dev/nvme2" ], "environment": {}, - "map": ["media:rw", "config:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "config:rw", + "share:rw", + "ssl" + ], "name": "Ubooquity", "options": { "PGID": 0, @@ -55,7 +65,10 @@ "2205/tcp": "Library page (to expose)", "2206/tcp": "Admin page (local)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PGID": "int", "PUID": "int", @@ -75,7 +88,6 @@ "startup": "services", "upstream": "2.1.2", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.1.2-8", "webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin" } diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 6ff55bd67..b46ca264d 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -1,7 +1,12 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Full linux desktop environment accessible via any modern web browser", "devices": [ "/dev/fuse", @@ -60,7 +65,11 @@ "host_dbus": true, "image": "ghcr.io/alexbelgium/webtop-kde-{arch}", "ingress": true, - "map": ["media:rw", "share:rw", "ssl"], + "map": [ + "media:rw", + "share:rw", + "ssl" + ], "name": "Webtop Alpine KDE", "options": { "DNS_server": "8.8.8.8", @@ -76,7 +85,11 @@ "ports_description": { "3000/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH", + "NET_ADMIN" + ], "schema": { "DNS_server": "str?", "KEYBOARD": "list(da-dk-qwerty|de-de-qwertz|en-gb-qwerty|en-us-qwerty|es-es-qwerty|fr-ch-qwertz|fr-fr-azerty|it-it-qwerty|ja-jp-qwerty|pt-br-qwerty|sv-se-qwerty|tr-tr-qwerty)?", @@ -98,7 +111,6 @@ "udev": true, "upstream": "4.16-r0-ls48", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "4.16-r0-ls48", "video": true, "webui": "http://[HOST]:[PORT:3000]" diff --git a/webtrees/config.json b/webtrees/config.json index c17b99517..88938f3ae 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -1,6 +1,11 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "web's leading on-line collaborative genealogy application", "devices": [ "/dev/mmcblk0p8", @@ -51,7 +56,11 @@ "WT_PASS": "mybadpassword", "WT_USER": "admin" }, - "map": ["config:rw", "share:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "ssl" + ], "name": "Webtrees", "options": { "BASE_URL": "http://192.168.178.23", @@ -66,7 +75,10 @@ "443/tcp": "Https web interface", "80/tcp": "Web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "BASE_URL": "url", "CONFIG_LOCATION": "str", @@ -76,12 +88,13 @@ "localdisks": "str?", "networkdisks": "str?" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "webtrees", "startup": "services", "upstream": "2.1.0-beta.1", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.1.0-beta.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/wger/config.json b/wger/config.json index 1433ac4c8..7126af4f2 100644 --- a/wger/config.json +++ b/wger/config.json @@ -1,11 +1,18 @@ { - "arch": ["amd64", "aarch64"], + "arch": [ + "amd64", + "aarch64" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "manage your personal workouts, weight and diet plans", "environment": { "DJANGO_DB_DATABASE": "/data/database.sqlite" }, - "map": ["share:rw", "ssl:ro"], + "map": [ + "share:rw", + "ssl:ro" + ], "name": "Wger", "options": {}, "ports": { @@ -19,7 +26,6 @@ "startup": "services", "upstream": "1.9", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "1.9-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" } diff --git a/whoogle/config.json b/whoogle/config.json index f9238249b..6fc8864cc 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -1,11 +1,18 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "Self-hosted, ad-free, privacy-respecting metasearch engine", "devices": [], "environment": {}, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Whoogle Search", "options": { "TZ": "Europe/Amsterdam", @@ -54,7 +61,6 @@ "slug": "whoogle-search", "upstream": "0.7.1", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "codenotary": "alexandrep.github@gmail.com", "version": "0.7.1-2", "webui": "http://[HOST]:[PORT:5000]" } diff --git a/xteve/config.json b/xteve/config.json index 437cad790..00a1edfc4 100644 --- a/xteve/config.json +++ b/xteve/config.json @@ -1,8 +1,16 @@ { - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], + "codenotary": "alexandrep.github@gmail.com", "description": "M3U Proxy for Plex DVR and Emby Live TV", "environment": {}, - "map": ["config:rw", "share:rw"], + "map": [ + "config:rw", + "share:rw" + ], "name": "Xteve", "options": {}, "ports": { @@ -15,7 +23,6 @@ "slug": "xteve", "upstream": "2.2.0.200", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "2.2.0.200", "webui": "http://[HOST]:[PORT:34400]/web" } diff --git a/zoneminder/config.json b/zoneminder/config.json index ff7daf9b9..d15b29529 100644 --- a/zoneminder/config.json +++ b/zoneminder/config.json @@ -1,10 +1,20 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", + "codenotary": "alexandrep.github@gmail.com", "description": "A full-featured, open source, state-of-the-art video surveillance software system", "image": "ghcr.io/alexbelgium/zoneminder-{arch}", - "map": ["config:rw", "media:rw", "share:rw", "ssl"], + "map": [ + "config:rw", + "media:rw", + "share:rw", + "ssl" + ], "name": "Zoneminder", "ports": { "80/tcp": 3778 @@ -12,11 +22,12 @@ "ports_description": { "80/tcp": "web interface" }, - "services": ["mysql:want"], + "services": [ + "mysql:want" + ], "slug": "zoneminder", "upstream": "1.36.12", "url": "https://github.com/alexbelgium/hassio-addons", - "codenotary": "alexandrep.github@gmail.com", "version": "1.36.12", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm" }