diff --git a/addons_updater/config.json b/addons_updater/config.json index 4662d4a34..0e2c2dc51 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -1,10 +1,6 @@ { "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", @@ -52,5 +48,5 @@ "slug": "updater", "startup": "once", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", - "version": "2.1" + "version": "2.2" } diff --git a/plex_meta_manager/config.json b/plex_meta_manager/config.json index 8c99e5d3a..30ccbaebb 100644 --- a/plex_meta_manager/config.json +++ b/plex_meta_manager/config.json @@ -1,29 +1,20 @@ { "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", @@ -37,5 +28,5 @@ "slug": "plex-meta-manager", "upstream": "v1.16.3-ls10", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager", - "version": "v1.16.3-ls10" + "version": "v1.16.3-ls10-2" } diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 707fa6aaa..4375350e5 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -1,10 +1,6 @@ { "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)", @@ -33,11 +29,7 @@ "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", @@ -51,5 +43,5 @@ "startup": "services", "upstream": "0.3.13", "url": "https://github.com/AnalogJ/scrutiny", - "version": "0.3.13-16" + "version": "0.3.13-17" } diff --git a/spotweb/config.json b/spotweb/config.json index c14ef66fb..b48de1b50 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -1,9 +1,5 @@ { - "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, @@ -11,11 +7,7 @@ "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", @@ -41,12 +33,10 @@ "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", - "version": "1.5.1-6" + "version": "1.5.1-7" } diff --git a/tdarr/config.json b/tdarr/config.json index 79759e7ff..7f70ae613 100644 --- a/tdarr/config.json +++ b/tdarr/config.json @@ -1,10 +1,6 @@ { "apparmor": true, - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "backup": "cold", "backup_exclude": [ "*/cache/", @@ -83,10 +79,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?", @@ -99,7 +92,7 @@ "slug": "tdarr", "upstream": "2.00.16.3", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.00.16.3-4", + "version": "2.00.16.3-5", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:8265]" } diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 1e15e5a11..335b60809 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -1,10 +1,6 @@ { "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", @@ -64,11 +60,7 @@ "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", diff --git a/webtrees/config.json b/webtrees/config.json index 980e6488d..616794b58 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", "codenotary": "alexandrep.github@gmail.com", "description": "web's leading on-line collaborative genealogy application", @@ -57,11 +53,7 @@ "WT_USER": "admin" }, "image": "ghcr.io/alexbelgium/webtrees-{arch}", - "map": [ - "config:rw", - "share:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "ssl"], "name": "Webtrees", "options": { "BASE_URL": "http://192.168.178.23", @@ -76,10 +68,7 @@ "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", @@ -89,13 +78,11 @@ "localdisks": "str?", "networkdisks": "str?" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "webtrees", "startup": "services", "upstream": "2.1.0-beta.2", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.0-beta.2-2", + "version": "2.1.0-beta.2-3", "webui": "http://[HOST]:[PORT:80]" } diff --git a/whoogle/config.json b/whoogle/config.json index 6fc8864cc..f535234d3 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -1,18 +1,12 @@ { "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", @@ -61,6 +55,6 @@ "slug": "whoogle-search", "upstream": "0.7.1", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "version": "0.7.1-2", + "version": "0.7.1-3", "webui": "http://[HOST]:[PORT:5000]" } diff --git a/zoneminder/config.json b/zoneminder/config.json index 94c3826f6..73384610a 100644 --- a/zoneminder/config.json +++ b/zoneminder/config.json @@ -1,20 +1,11 @@ { "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 @@ -22,12 +13,10 @@ "ports_description": { "80/tcp": "web interface" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "zoneminder", "upstream": "1.36.14", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.36.14", + "version": "1.36.14-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm" }