From 3ab7ea1de53d53d744757700f51077ee2c08bb03 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 19 Jan 2022 23:23:46 +0100 Subject: [PATCH] Test --- addons_updater/config.json | 2 +- arpspoof/config.json | 2 +- bazarr/config.json | 2 +- bitwarden/config.json | 2 +- booksonic_air/config.json | 2 +- cloudcommander/config.json | 2 +- code-server/config.json | 2 +- elasticsearch/config.json | 2 +- emby/config.json | 2 +- enedisgateway2mqtt/config.json | 2 +- enedisgateway2mqtt_dev/config.json | 2 +- filebrowser/config.json | 3 +-- fireflyiii/config.json | 2 +- fireflyiii_data_importer/config.json | 2 +- flaresolverr/config.json | 2 +- flexget/config.json | 13 +++---------- gazpar2mqtt/config.json | 17 ++++------------- grav/config.json | 2 +- inadyn/config.json | 2 +- jackett/config.json | 20 ++++---------------- jellyfin/config.json | 2 +- joal/config.json | 2 +- joplin/config.json | 2 +- lidarr/config.json | 2 +- mealie/config.json | 2 +- mylar3/config.json | 2 +- nextcloud/config.json | 2 +- nzbget/config.json | 2 +- ombi/config.json | 2 +- organizr/config.json | 2 +- paperless_ng/config.json | 2 +- papermerge/config.json | 2 +- photoprism/config.json | 17 ++++------------- piwigo/config.json | 2 +- plex/config.json | 2 +- portainer/config.json | 2 +- prowlarr/config.json | 20 ++++---------------- qbittorrent/config.json | 2 +- radarr/config.json | 2 +- readarr/config.json | 20 ++++---------------- requestrr/config.json | 2 +- resiliosync/config.json | 2 +- scrutiny/config.json | 2 +- sonarr/config.json | 2 +- tandoor_recipes/config.json | 2 +- teamspeak/config.json | 2 +- transmission/config.json | 2 +- ubooquity/config.json | 2 +- webtop/config.json | 2 +- webtrees/config.json | 2 +- wger/config.json | 2 +- whoogle/config.json | 2 +- xteve/config.json | 2 +- 53 files changed, 70 insertions(+), 132 deletions(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index 598e88a80..a7d32b14c 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "manual", - "description": "Automatic addons update by aligning version tag with upstream releases", + "description ": "Automatic addons update by aligning version tag with upstream releases", "environment": { "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" }, diff --git a/arpspoof/config.json b/arpspoof/config.json index 14be8eee5..4131c61a2 100644 --- a/arpspoof/config.json +++ b/arpspoof/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "block internet connection for local network devices", + "description ": "block internet connection for local network devices", "devices": [], "environment": {}, "map": [], diff --git a/bazarr/config.json b/bazarr/config.json index 583f3e93b..4a62723ed 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -2,7 +2,7 @@ "name": "Bazarr NAS", "version": "1.0.2", "slug": "bazarr_nas", - "description": "Companion application to Sonarr and Radarr to download subtitles", + "description ": "Companion application to Sonarr and Radarr to download subtitles", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], diff --git a/bitwarden/config.json b/bitwarden/config.json index 4d2acdcc8..de4bdc488 100644 --- a/bitwarden/config.json +++ b/bitwarden/config.json @@ -1,7 +1,7 @@ { "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], - "description": "Open source password management solution", + "description ": "Open source password management solution", "init": false, "map": ["ssl"], "name": "Vaultwarden (Bitwarden)", diff --git a/booksonic_air/config.json b/booksonic_air/config.json index a0e50a370..c352220f6 100644 --- a/booksonic_air/config.json +++ b/booksonic_air/config.json @@ -3,7 +3,7 @@ "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", "image": "ghcr.io/alexbelgium/booksonic_air-{arch}", - "description": "platform for accessing the audibooks you own wherever you are", + "description ": "platform for accessing the audibooks you own wherever you are", "devices": [ "/dev/sda", "/dev/sdb", diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 8721ab030..4904ac8f4 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -1,7 +1,7 @@ { "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], - "description": "Cloud Commander a file manager for the web with console and editor", + "description ": "Cloud Commander a file manager for the web with console and editor", "devices": [ "/dev/mmcblk0p8", "/dev/sda", diff --git a/code-server/config.json b/code-server/config.json index 806eb18e6..51e14f78a 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Code-server is VS Code running on a remote server, accessible through the browser.", + "description ": "Code-server is VS Code running on a remote server, accessible through the browser.", "image": "ghcr.io/alexbelgium/code-server-{arch}", "devices": [ "/dev/sda", diff --git a/elasticsearch/config.json b/elasticsearch/config.json index 04f30459d..812c9b5ff 100644 --- a/elasticsearch/config.json +++ b/elasticsearch/config.json @@ -1,6 +1,6 @@ { "arch": ["aarch64", "amd64"], - "description": "Free and Open, Distributed, RESTful Search Engine", + "description ": "Free and Open, Distributed, RESTful Search Engine", "environment": { "ES_JAVA_OPTS": "-Xms1024M -Xmx1024M", "bootstrap.memory_lock": "true", diff --git a/emby/config.json b/emby/config.json index aad89dcd9..a8d995282 100644 --- a/emby/config.json +++ b/emby/config.json @@ -3,7 +3,7 @@ "name": "Emby NAS", "version": "4.7.0.20-2", "slug": "emby_nas", - "description": "A Free Software Media System that puts you in control of managing and streaming your media.", + "description ": "A Free Software Media System that puts you in control of managing and streaming your media.", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], diff --git a/enedisgateway2mqtt/config.json b/enedisgateway2mqtt/config.json index 96e7eb48e..d6998bfa6 100644 --- a/enedisgateway2mqtt/config.json +++ b/enedisgateway2mqtt/config.json @@ -1,6 +1,6 @@ { "arch": ["aarch64", "amd64", "armv7"], - "description": "use Enedis Gateway API to send data in your MQTT Broker (latest channel)", + "description ": "use Enedis Gateway API to send data in your MQTT Broker (latest channel)", "map": ["config:rw"], "name": "Enedisgateway2mqtt", "options": { diff --git a/enedisgateway2mqtt_dev/config.json b/enedisgateway2mqtt_dev/config.json index 37887f714..3bb4cd424 100644 --- a/enedisgateway2mqtt_dev/config.json +++ b/enedisgateway2mqtt_dev/config.json @@ -1,6 +1,6 @@ { "arch": ["aarch64", "amd64", "armv7"], - "description": "use Enedis Gateway API to send data in your MQTT Broker (latest-dev channel)", + "description ": "use Enedis Gateway API to send data in your MQTT Broker (latest-dev channel)", "map": ["config:rw"], "name": "Enedisgateway2mqtt Dev", "options": { diff --git a/filebrowser/config.json b/filebrowser/config.json index 37aadada5..1784187c4 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -1,7 +1,7 @@ { "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], - "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", + "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", "/dev/sdb", @@ -82,4 +82,3 @@ "version": "2.20.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } - diff --git a/fireflyiii/config.json b/fireflyiii/config.json index daf4bbd9c..a272cdc2a 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "A free and open source personal finance manager", + "description ": "A free and open source personal finance manager", "devices": [], "environment": { "TRUSTED_PROXIES": "**" diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index c12c5b796..661623195 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Data importer for Firefly III (separate addon)", + "description ": "Data importer for Firefly III (separate addon)", "devices": [], "environment": { "TRUSTED_PROXIES": "**" diff --git a/flaresolverr/config.json b/flaresolverr/config.json index 5171d1664..136f1a9d0 100644 --- a/flaresolverr/config.json +++ b/flaresolverr/config.json @@ -3,7 +3,7 @@ "version": "2.1.0", "upstream": "2.1.0", "slug": "flaresolverr", - "description": "Proxy server to bypass Cloudflare protection ", + "description ": "Proxy server to bypass Cloudflare protection ", "url": "https://github.com/alexbelgium/hassio-addons", "webui": "[PROTO:ssl]://[HOST]:[PORT:8191]", "ports": { diff --git a/flexget/config.json b/flexget/config.json index b9d155f10..22b0ddfa5 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -1,19 +1,12 @@ { "apparmor": true, - "arch": [ - "aarch64", - "amd64", - "armv7" - ], - "description": "FlexGet is a multipurpose automation tool for all of your media", + "arch": ["aarch64", "amd64", "armv7"], + "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": { "PUID": 0, diff --git a/gazpar2mqtt/config.json b/gazpar2mqtt/config.json index 8fb3c81d3..a9c0f506f 100644 --- a/gazpar2mqtt/config.json +++ b/gazpar2mqtt/config.json @@ -1,14 +1,7 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], - "description": "fetch GRDF data and publish data to a mqtt broker", - "map": [ - "config:rw", - "share:rw" - ], + "arch": ["aarch64", "amd64", "armv7"], + "description ": "fetch GRDF data and publish data to a mqtt broker", + "map": ["config:rw", "share:rw"], "name": "gazpar2mqtt", "options": { "CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml", @@ -22,9 +15,7 @@ "TZ": "str?", "verbose": "bool" }, - "services": [ - "mqtt:want" - ], + "services": ["mqtt:want"], "slug": "gazpar2mqtt", "upstream": "0.8.0", "url": "https://github.com/alexbelgium/hassio-addons", diff --git a/grav/config.json b/grav/config.json index 10ebee4f3..d34867900 100644 --- a/grav/config.json +++ b/grav/config.json @@ -1,7 +1,7 @@ { "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Fast, Simple, and Flexible, file-based Web-platform", + "description ": "Fast, Simple, and Flexible, file-based Web-platform", "devices": [], "environment": {}, "image": "ghcr.io/alexbelgium/grav-{arch}", diff --git a/inadyn/config.json b/inadyn/config.json index ba210bdef..b2540ecb1 100644 --- a/inadyn/config.json +++ b/inadyn/config.json @@ -1,6 +1,6 @@ { "arch": ["aarch64", "amd64", "armv7"], - "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)", + "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"], diff --git a/jackett/config.json b/jackett/config.json index 60648a103..f3d8bbd0b 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -2,14 +2,10 @@ "name": "Jackett NAS", "version": "0.20.399", "slug": "jackett_nas", - "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", + "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", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", "apparmor": true, - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", "upstream": "0.20.399", "image": "ghcr.io/alexbelgium/jackett-{arch}", @@ -19,12 +15,7 @@ "PUID": "0", "PGID": "0" }, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "options": { "PUID": 0, "PGID": 0 @@ -35,10 +26,7 @@ "ports_description": { "9117/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PUID": "int", "PGID": "int", diff --git a/jellyfin/config.json b/jellyfin/config.json index 0950696c5..958e32230 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -3,7 +3,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "A Free Software Media System that puts you in control of managing and streaming your media.", + "description ": "A Free Software Media System that puts you in control of managing and streaming your media.", "image": "ghcr.io/alexbelgium/jellyfin-{arch}", "devices": [ "/dev/dri", diff --git a/joal/config.json b/joal/config.json index 79b02113c..96d111b67 100644 --- a/joal/config.json +++ b/joal/config.json @@ -1,7 +1,7 @@ { "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "An open source command line RatioMaster with WebUI", + "description ": "An open source command line RatioMaster with WebUI", "environment": {}, "hassio_api": true, "host_network": false, diff --git a/joplin/config.json b/joplin/config.json index 6ac807023..ef3af5b74 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -3,7 +3,7 @@ "version": "2.6.10", "upstream": "2.6.10", "slug": "joplin", - "description": "Self-hosted open source note-taking application", + "description ": "Self-hosted open source note-taking application", "url": "https://github.com/alexbelgium/hassio-addons", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]", "ports": { diff --git a/lidarr/config.json b/lidarr/config.json index d1d6dec7d..2e7cd626f 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -2,7 +2,7 @@ "name": "Lidarr NAS", "version": "0.8.1.2135-ls69", "slug": "lidarr_nas", - "description": "Music collection manager for Usenet and BitTorrent users", + "description ": "Music collection manager for Usenet and BitTorrent users", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], diff --git a/mealie/config.json b/mealie/config.json index 81e77add2..a247aefa0 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -1,7 +1,7 @@ { "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Mealie is a self hosted recipe manager and meal planner built in Vue", + "description ": "Mealie is a self hosted recipe manager and meal planner built in Vue", "environment": { "DB_ENGINE": "sqlite", "APP_PORT": "9925" diff --git a/mylar3/config.json b/mylar3/config.json index 03570ce24..d31034567 100644 --- a/mylar3/config.json +++ b/mylar3/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Automated comic book downloader for use with NZB and torrents", + "description ": "Automated comic book downloader for use with NZB and torrents", "image": "ghcr.io/alexbelgium/mylar3-{arch}", "devices": [ "/dev/sda", diff --git a/nextcloud/config.json b/nextcloud/config.json index 53b7a6fca..b88afd9ef 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -42,7 +42,7 @@ "hassio_api": true, "ingress_port": 0, "arch": ["aarch64", "amd64", "armv7"], - "description": "Nextcloud for Home Assistant", + "description ": "Nextcloud for Home Assistant", "boot": "manual", "uart": true, "map": ["share:rw", "media:rw", "ssl:rw"], diff --git a/nzbget/config.json b/nzbget/config.json index f5ec98ffd..5ba7b159a 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "usenet downloader", + "description ": "usenet downloader", "image": "ghcr.io/alexbelgium/nzbget-{arch}", "devices": [ "/dev/sda", diff --git a/ombi/config.json b/ombi/config.json index b1aae6426..542aacecc 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -2,7 +2,7 @@ "name": "Ombi", "version": "4.3.3-3", "slug": "ombi", - "description": "Self-hosted Plex Request and user management system", + "description ": "Self-hosted Plex Request and user management system", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi", "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], diff --git a/organizr/config.json b/organizr/config.json index dd1aa6f05..52eeb24ae 100644 --- a/organizr/config.json +++ b/organizr/config.json @@ -3,7 +3,7 @@ "version": "1.90", "upstream": "1.90", "slug": "organizr", - "description": "An HTPC/Homelab services organizer that is written in PHP", + "description ": "An HTPC/Homelab services organizer that is written in PHP", "url": "https://github.com/alexbelgium/hassio-addons", "startup": "services", "arch": ["aarch64", "amd64", "armv7"], diff --git a/paperless_ng/config.json b/paperless_ng/config.json index ef45f0489..5c800e30a 100644 --- a/paperless_ng/config.json +++ b/paperless_ng/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "scan, index and archive all your physical documents", + "description ": "scan, index and archive all your physical documents", "image": "ghcr.io/alexbelgium/paperless_ng-{arch}", "devices": [ "/dev/sda", diff --git a/papermerge/config.json b/papermerge/config.json index c2e97ff93..c433241dd 100644 --- a/papermerge/config.json +++ b/papermerge/config.json @@ -1,7 +1,7 @@ { "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], - "description": "Open source document management system (DMS)", + "description ": "Open source document management system (DMS)", "environment": {}, "map": ["share:rw", "media:rw", "ssl", "config:rw"], "name": "Papermerge", diff --git a/photoprism/config.json b/photoprism/config.json index d2422c107..b1cb70386 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -1,10 +1,7 @@ { "apparmor": true, - "arch": [ - "aarch64", - "amd64" - ], - "description": "A server-based application for browsing, organizing and sharing your personal photo collection", + "arch": ["aarch64", "amd64"], + "description ": "A server-based application for browsing, organizing and sharing your personal photo collection", "devices": [ "/dev/sda", "/dev/sdb", @@ -41,10 +38,7 @@ "environment": { "PHOTOPRISM_ADMIN_PASSWORD": "please_change_password" }, - "map": [ - "media:rw", - "share:rw" - ], + "map": ["media:rw", "share:rw"], "name": "Photoprism", "options": { "networkdisks": "//server/share", @@ -63,10 +57,7 @@ "ports_description": { "2342/tcp": "Web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "localdisks": "str?", "networkdisks": "str?", diff --git a/piwigo/config.json b/piwigo/config.json index 470fa3c46..88dccbc81 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -1,7 +1,7 @@ { "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Piwigo is a photo gallery software for the web", + "description ": "Piwigo is a photo gallery software for the web", "image": "ghcr.io/alexbelgium/piwigo-{arch}", "devices": [ "/dev/sda", diff --git a/plex/config.json b/plex/config.json index 25c851204..549595f34 100644 --- a/plex/config.json +++ b/plex/config.json @@ -4,7 +4,7 @@ "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", "image": "ghcr.io/alexbelgium/plex-{arch}", - "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", + "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", "/dev/vchiq", diff --git a/portainer/config.json b/portainer/config.json index f3fe36619..e31edf606 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,6 +1,6 @@ { "arch": ["aarch64", "amd64", "armv7"], - "description": "Manage your Docker environment with ease", + "description ": "Manage your Docker environment with ease", "docker_api": true, "hassio_api": true, "ingress": true, diff --git a/prowlarr/config.json b/prowlarr/config.json index b3cb26cd5..29a858338 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -1,23 +1,14 @@ { "apparmor": true, - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", + "description ": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", "environment": { "PUID": "0", "PGID": "0" }, "image": "ghcr.io/alexbelgium/prowlarr-{arch}", - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Prowlarr NAS", "options": { "PUID": 0, @@ -32,10 +23,7 @@ "ports_description": { "9696/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PUID": "int", "PGID": "int", diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 6d3367f4b..ad7d9332c 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -4,7 +4,7 @@ "backup_exclude": ["image.tar"], "boot": "auto", "image": "ghcr.io/alexbelgium/qbittorrent-{arch}", - "description": "qBittorrent is a bittorrent client", + "description ": "qBittorrent is a bittorrent client", "devices": [ "/dev/net/tun", "/dev/sda", diff --git a/radarr/config.json b/radarr/config.json index 95b5aa831..d3e75abcf 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -2,7 +2,7 @@ "name": "Radarr NAS", "version": "3.2.2.5080-7", "slug": "radarr_nas", - "description": "A fork of Sonarr to work with movies like Couchpotato", + "description ": "A fork of Sonarr to work with movies like Couchpotato", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr", "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], diff --git a/readarr/config.json b/readarr/config.json index 6279e2c81..a0f9aaa19 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -2,14 +2,10 @@ "name": "Readarr NAS", "version": "nightly-alpine-0.1.0.1181-ls14", "slug": "readarr_nas", - "description": "Book Manager and Automation", + "description ": "Book Manager and Automation", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", "apparmor": true, - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", "image": "ghcr.io/alexbelgium/readarr-{arch}", "upstream": "nightly-alpine-0.1.0.1181-ls14", @@ -51,12 +47,7 @@ "PUID": "0", "PGID": "0" }, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "config:rw" - ], + "map": ["config:rw", "share:rw", "media:rw", "config:rw"], "options": { "PUID": 0, "PGID": 0, @@ -68,10 +59,7 @@ "ports_description": { "8787/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PUID": "int", "PGID": "int", diff --git a/requestrr/config.json b/requestrr/config.json index 92ce41d01..8ba3829fe 100644 --- a/requestrr/config.json +++ b/requestrr/config.json @@ -1,7 +1,7 @@ { "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat", + "description ": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat", "environment": { "PUID": "0", "PGID": "0" diff --git a/resiliosync/config.json b/resiliosync/config.json index 88ea779c7..3061fe6f2 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -1,7 +1,7 @@ { "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Self-hosted file share and collaboration platform on the web", + "description ": "Self-hosted file share and collaboration platform on the web", "devices": [ "/dev/net/tun", "/dev/sda", diff --git a/scrutiny/config.json b/scrutiny/config.json index 91c608c75..707ca90dc 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -3,7 +3,7 @@ "version": "0.3.13-6", "upstream": "0.3.13", "slug": "scrutiny", - "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring", + "description ": "Scrutiny WebUI for smartd S.M.A.R.T monitoring", "url": "https://github.com/AnalogJ/scrutiny", "startup": "services", "arch": ["aarch64", "amd64", "armv7"], diff --git a/sonarr/config.json b/sonarr/config.json index 34427f70f..ae2f3fd45 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -2,7 +2,7 @@ "name": "Sonarr NAS", "version": "3.0.6.1342-6", "slug": "sonarr_nas", - "description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ", + "description ": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 7c2c6b26c..6ca0c0d6e 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -1,7 +1,7 @@ { "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "recipe manager", + "description ": "recipe manager", "environment": { "DB_ENGINE": "django.db.backends.sqlite3", "POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db", diff --git a/teamspeak/config.json b/teamspeak/config.json index 25926e626..3728f742d 100644 --- a/teamspeak/config.json +++ b/teamspeak/config.json @@ -1,6 +1,6 @@ { "arch": ["aarch64", "amd64", "armv7"], - "description": "voice communication for online gaming, education and training", + "description ": "voice communication for online gaming, education and training", "environment": { "TS3SERVER_LICENSE": "accept", "PUID": "503", diff --git a/transmission/config.json b/transmission/config.json index 115ad1918..8a2054d15 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Bittorrent client based on linuxserver image", + "description ": "Bittorrent client based on linuxserver image", "image": "ghcr.io/alexbelgium/transmission-{arch}", "devices": [ "/dev/net/tun", diff --git a/ubooquity/config.json b/ubooquity/config.json index 807fb66a7..82c23083a 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -2,7 +2,7 @@ "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "Free, lightweight and easy-to-use home server for your comics and ebooks", + "description ": "Free, lightweight and easy-to-use home server for your comics and ebooks", "image": "ghcr.io/alexbelgium/ubooquity-{arch}", "devices": [ "/dev/sda", diff --git a/webtop/config.json b/webtop/config.json index 532457f56..e521892fb 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -8,7 +8,7 @@ "HOME": "/share/webtop", "shm_size": "1gb" }, - "description": "Full linux desktop environment accessible via any modern web browser", + "description ": "Full linux desktop environment accessible via any modern web browser", "image": "ghcr.io/alexbelgium/webtop-{arch}", "devices": [ "/dev/dri", diff --git a/webtrees/config.json b/webtrees/config.json index 4d5fa87e2..cb8098aa7 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -1,7 +1,7 @@ { "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", - "description": "web's leading on-line collaborative genealogy application", + "description ": "web's leading on-line collaborative genealogy application", "devices": [ "/dev/mmcblk0p8", "/dev/sda", diff --git a/wger/config.json b/wger/config.json index 639d093d6..f37de3d2e 100644 --- a/wger/config.json +++ b/wger/config.json @@ -1,7 +1,7 @@ { "arch": ["amd64", "aarch64"], "boot": "auto", - "description": "manage your personal workouts, weight and diet plans", + "description ": "manage your personal workouts, weight and diet plans", "environment": {}, "map": ["share:rw", "ssl:ro"], "name": "Wger", diff --git a/whoogle/config.json b/whoogle/config.json index c1171b112..f946f7f11 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -2,7 +2,7 @@ "name": "Whoogle Search Test", "version": "0.7.1-2", "slug": "whoogle-search", - "description": "Self-hosted, ad-free, privacy-respecting metasearch engine", + "description ": "Self-hosted, ad-free, privacy-respecting metasearch engine", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", "apparmor": true, "arch": ["aarch64", "amd64", "armv7"], diff --git a/xteve/config.json b/xteve/config.json index 67048f4b3..6a5f224f4 100644 --- a/xteve/config.json +++ b/xteve/config.json @@ -1,6 +1,6 @@ { "arch": ["aarch64", "amd64", "armv7"], - "description": "M3U Proxy for Plex DVR and Emby Live TV", + "description ": "M3U Proxy for Plex DVR and Emby Live TV", "environment": {}, "map": ["config:rw", "share:rw"], "name": "Xteve",