From ff279873dea493d093888b1ef82d0a7b069135aa Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 31 Jul 2022 19:55:20 +0200 Subject: [PATCH] Removed Services Startup https://github.com/alexbelgium/hassio-addons/issues/410 --- bazarr/config.json | 3 +-- bitwarden/config.json | 3 +-- code-server/config.json | 3 +-- emby/config.json | 3 +-- filebrowser/config.json | 3 +-- jackett/config.json | 3 +-- jellyfin/config.json | 3 +-- joal/config.json | 3 +-- lidarr/config.json | 3 +-- mealie/config.json | 3 +-- ombi/config.json | 3 +-- organizr/config.json | 3 +-- piwigo/config.json | 3 +-- plex/config.json | 3 +-- portainer/config.json | 3 +-- prowlarr/config.json | 3 +-- radarr/config.json | 3 +-- readarr/config.json | 3 +-- scrutiny/config.json | 3 +-- scrutiny_fa/config.json | 3 +-- sonarr/config.json | 3 +-- spotweb/config.json | 3 +-- transmission/config.json | 3 +-- transmission_openvpn/config.json | 3 +-- ubooquity/config.json | 3 +-- webtrees/config.json | 3 +-- 26 files changed, 26 insertions(+), 52 deletions(-) diff --git a/bazarr/config.json b/bazarr/config.json index 07feb5579..040c16453 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -80,8 +80,7 @@ "networkdisks": "str?" }, "slug": "bazarr_nas", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", "version": "1.1.0", "webui": "http://[HOST]:[PORT:6767]" -} +} \ No newline at end of file diff --git a/bitwarden/config.json b/bitwarden/config.json index 36af419e6..44ba32305 100644 --- a/bitwarden/config.json +++ b/bitwarden/config.json @@ -30,8 +30,7 @@ "ssl": "bool" }, "slug": "bitwarden", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden", "version": "1.25.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:7277]" -} +} \ No newline at end of file diff --git a/code-server/config.json b/code-server/config.json index 744458c4e..afbc1a96c 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -73,8 +73,7 @@ "networkdisks": "str?" }, "slug": "code-server", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server", "version": "4.5.1", "webui": "http://[HOST]:[PORT:8443]" -} +} \ No newline at end of file diff --git a/emby/config.json b/emby/config.json index a11ff58e9..2f9e9aeeb 100644 --- a/emby/config.json +++ b/emby/config.json @@ -106,8 +106,7 @@ "smbv1": "bool?" }, "slug": "emby_nas", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", "version": "4.8.0.7", "video": true -} +} \ No newline at end of file diff --git a/filebrowser/config.json b/filebrowser/config.json index af38c6236..ca215bf6f 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -86,7 +86,6 @@ "ssl": "bool" }, "slug": "filebrowser", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.22.4" -} +} \ No newline at end of file diff --git a/jackett/config.json b/jackett/config.json index b306a6fd9..64a17ff95 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -42,8 +42,7 @@ "networkdisks": "str?" }, "slug": "jackett_nas", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", "version": "0.20.1485", "webui": "http://[HOST]:[PORT:9117]" -} +} \ No newline at end of file diff --git a/jellyfin/config.json b/jellyfin/config.json index 36213ce5c..b4d86ccad 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -102,8 +102,7 @@ "smbv1": "bool?" }, "slug": "jellyfin", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "10.8.1-1-ls171", "video": true -} +} \ No newline at end of file diff --git a/joal/config.json b/joal/config.json index 5c8cbd55d..01cffee68 100644 --- a/joal/config.json +++ b/joal/config.json @@ -33,7 +33,6 @@ "verbose": "bool?" }, "slug": "joal", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.1.30" -} +} \ No newline at end of file diff --git a/lidarr/config.json b/lidarr/config.json index 8f081c690..df62a41fd 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -79,8 +79,7 @@ "networkdisks": "str?" }, "slug": "lidarr_nas", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md", "version": "1.0.2.2592-ls91", "webui": "http://[HOST]:[PORT:8686]" -} +} \ No newline at end of file diff --git a/mealie/config.json b/mealie/config.json index fa8a9421c..eaca18e93 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -39,8 +39,7 @@ "ssl": "bool" }, "slug": "mealie", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.0.0.1-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:9925]" -} +} \ No newline at end of file diff --git a/ombi/config.json b/ombi/config.json index 20f5fd54f..ad861fb8f 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -26,8 +26,7 @@ "PUID": "int" }, "slug": "ombi", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi", "version": "4.16.12", "webui": "http://[HOST]:[PORT:3579]" -} +} \ No newline at end of file diff --git a/organizr/config.json b/organizr/config.json index 89e487f37..705e02be8 100644 --- a/organizr/config.json +++ b/organizr/config.json @@ -26,8 +26,7 @@ "PUID": "int" }, "slug": "organizr", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.90", "webui": "http://[HOST]:[PORT:80]" -} +} \ No newline at end of file diff --git a/piwigo/config.json b/piwigo/config.json index 5ad1e150b..fa07b3ec6 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -75,8 +75,7 @@ }, "slug": "piwigo", "stage": "experimental", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "12.3.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} +} \ No newline at end of file diff --git a/plex/config.json b/plex/config.json index 9b0e66320..2262c19ab 100644 --- a/plex/config.json +++ b/plex/config.json @@ -114,9 +114,8 @@ "smbv1": "bool?" }, "slug": "plex_nas", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "version": "1.27.2.5929-a806c5905-ls125", "video": true, "webui": "http://[HOST]:[PORT:32400]/web" -} +} \ No newline at end of file diff --git a/portainer/config.json b/portainer/config.json index 1cf0d22e3..0c956dc76 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -43,7 +43,6 @@ "ssl": "bool" }, "slug": "portainer", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.14.2" -} +} \ No newline at end of file diff --git a/prowlarr/config.json b/prowlarr/config.json index e03631244..b31734b6e 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -45,8 +45,7 @@ "smbv1": "bool?" }, "slug": "prowlarr", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "nightly-0.4.4.1922-ls390", "webui": "http://[HOST]:[PORT:9696]" -} +} \ No newline at end of file diff --git a/radarr/config.json b/radarr/config.json index 1610d1a56..05facb706 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -80,8 +80,7 @@ "smbv1": "bool?" }, "slug": "radarr_nas", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr", "version": "4.1.0.6175", "webui": "http://[HOST]:[PORT:7878]" -} +} \ No newline at end of file diff --git a/readarr/config.json b/readarr/config.json index 6f163116b..957ffcce4 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -77,8 +77,7 @@ "networkdisks": "str?" }, "slug": "readarr_nas", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", "version": "nightly-0.1.1.1394-ls128", "webui": "http://[HOST]:[PORT:8787]" -} +} \ No newline at end of file diff --git a/scrutiny/config.json b/scrutiny/config.json index 62982a760..d792d40d2 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -82,8 +82,7 @@ "ssl": "bool" }, "slug": "scrutiny", - "startup": "services", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", "version": "2ab714f5-ls35" -} +} \ No newline at end of file diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index e86e48fdf..8a3da789c 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -47,8 +47,7 @@ "ssl": "bool" }, "slug": "scrutiny_fa", - "startup": "services", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", "version": "2ab714f5-ls35-2" -} +} \ No newline at end of file diff --git a/sonarr/config.json b/sonarr/config.json index 48931c8ee..c818bb80d 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -80,8 +80,7 @@ "smbv1": "bool?" }, "slug": "sonarr_nas", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", "version": "3.0.8.1507", "webui": "http://[HOST]:[PORT:8989]" -} +} \ No newline at end of file diff --git a/spotweb/config.json b/spotweb/config.json index 4399c453a..79e867134 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -44,7 +44,6 @@ "mysql:want" ], "slug": "spotweb", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/spotweb", "version": "1.5.1-19" -} +} \ No newline at end of file diff --git a/transmission/config.json b/transmission/config.json index 14f786794..912900e82 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -92,7 +92,6 @@ "whitelist": "str?" }, "slug": "transmission_ls", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "3.00-r5-ls129" -} +} \ No newline at end of file diff --git a/transmission_openvpn/config.json b/transmission_openvpn/config.json index 5d254d445..231c10683 100644 --- a/transmission_openvpn/config.json +++ b/transmission_openvpn/config.json @@ -106,7 +106,6 @@ "user": "str?" }, "slug": "transmission_openvpn", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "4.0-v8" -} +} \ No newline at end of file diff --git a/ubooquity/config.json b/ubooquity/config.json index a6289f209..1d859b81d 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -85,8 +85,7 @@ "theme": "list(default|comixology2|plextheme-master)" }, "slug": "ubooquity", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.1.2-8", "webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin" -} +} \ No newline at end of file diff --git a/webtrees/config.json b/webtrees/config.json index 3c969ebe4..0738becc7 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -95,8 +95,7 @@ "mysql:want" ], "slug": "webtrees", - "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", "version": "v2.1.6", "webui": "http://[HOST]:[PORT:80]" -} +} \ No newline at end of file