From 13634ee48035fca99d538692d9d839667ad36153 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Feb 2021 09:39:48 +0100 Subject: [PATCH] env as str --- .template/config.json | 59 +++++++++++++++++++++---------------------- nextcloud/config.json | 6 ++--- radarr/config.json | 4 +-- 3 files changed, 34 insertions(+), 35 deletions(-) diff --git a/.template/config.json b/.template/config.json index 0a5e02feb..1744f2ed9 100644 --- a/.template/config.json +++ b/.template/config.json @@ -1,54 +1,53 @@ - { - "name": "Qbittorrent", - "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1-ls113", - "slug": "qbittorrent", - "description": "A Qbittorrent container, brought to you by LinuxServer.io", - "url": "https://github.com/alexbelgium/hassio-addons/tree/master/qbittorrent", - "startup": "services", - "arch": [ + "name": "Qbittorrent", + "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1-ls113", + "slug": "qbittorrent", + "description": "A Qbittorrent container, brought to you by LinuxServer.io", + "url": "https://github.com/alexbelgium/hassio-addons/tree/master/qbittorrent", + "startup": "services", + "arch": [ "aarch64", "amd64", "armv7", "armhf" ], - "ports": { - "8080/tcp": 8081, - "6881/tcp": 6881, - "6881/udp": 6881 - }, - "ports_description": { - "8080/tcp": "Web UI port", - "6881/tcp": "Peer port", - "6881/udp": "Peer port" - }, + "ports": { + "8080/tcp": 8081, + "6881/tcp": 6881, + "6881/udp": 6881 + }, + "ports_description": { + "8080/tcp": "Web UI port", + "6881/tcp": "Peer port", + "6881/udp": "Peer port" + }, "privileged": [ "SYS_ADMIN" ], "full_access": true, - "map":[ - "media:rw", - "config:rw", - "share:rw", - "ssl" + "map": [ + "media:rw", + "config:rw", + "share:rw", + "ssl" ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", - "boot": "auto", + "boot": "auto", "environment": { - "WEBUI_PORT": "8080", - "PUID": 0, - "PGID": 0 + "WEBUI_PORT": "8080", + "PUID": "0", + "PGID": "0" }, "options": { "ssl": false, - "certfile": "/ssl/fullchain.pem", + "certfile": "/ssl/fullchain.pem", "keyfile": "/ssl/privkey.pem", "PUID": 0, "PGID": 0 }, "schema": { "ssl": "bool", - "certfile": "str", + "certfile": "str", "keyfile": "str", "PUID": "int", "PGID": "int", @@ -58,4 +57,4 @@ "cifspassword": "str?", "TZ": "str?" } -} +} \ No newline at end of file diff --git a/nextcloud/config.json b/nextcloud/config.json index e228ce562..b9b7f8aa5 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -12,7 +12,7 @@ ], "description": "Nextcloud for Home Assistant", "boot": "manual", - "auto_uart": true, + "uart": true, "map": [ "share:rw", "media:rw", @@ -23,8 +23,8 @@ "80/tcp": null }, "environment": { - "PUID": 0, - "PGID": 0 + "PUID": "0", + "PGID": "0" }, "webui": "https://[HOST]:[PORT:443]", "panel_icon": "mdi:cloud", diff --git a/radarr/config.json b/radarr/config.json index e23e912da..392b2ebe4 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -31,8 +31,8 @@ "webui": "http://[HOST]:[PORT:7878]", "boot": "auto", "environment": { - "PUID": 0, - "PGID": 0 + "PUID": "0", + "PGID": "0" }, "options": { "PUID": 0,