env as str

This commit is contained in:
Alexandre
2021-02-11 09:39:48 +01:00
parent a267a35a8c
commit 13634ee480
3 changed files with 34 additions and 35 deletions

View File

@@ -1,54 +1,53 @@
{ {
"name": "Qbittorrent", "name": "Qbittorrent",
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1-ls113", "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1-ls113",
"slug": "qbittorrent", "slug": "qbittorrent",
"description": "A Qbittorrent container, brought to you by LinuxServer.io", "description": "A Qbittorrent container, brought to you by LinuxServer.io",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/qbittorrent", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/qbittorrent",
"startup": "services", "startup": "services",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
"armv7", "armv7",
"armhf" "armhf"
], ],
"ports": { "ports": {
"8080/tcp": 8081, "8080/tcp": 8081,
"6881/tcp": 6881, "6881/tcp": 6881,
"6881/udp": 6881 "6881/udp": 6881
}, },
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port", "8080/tcp": "Web UI port",
"6881/tcp": "Peer port", "6881/tcp": "Peer port",
"6881/udp": "Peer port" "6881/udp": "Peer port"
}, },
"privileged": [ "privileged": [
"SYS_ADMIN" "SYS_ADMIN"
], ],
"full_access": true, "full_access": true,
"map":[ "map": [
"media:rw", "media:rw",
"config:rw", "config:rw",
"share:rw", "share:rw",
"ssl" "ssl"
], ],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"boot": "auto", "boot": "auto",
"environment": { "environment": {
"WEBUI_PORT": "8080", "WEBUI_PORT": "8080",
"PUID": 0, "PUID": "0",
"PGID": 0 "PGID": "0"
}, },
"options": { "options": {
"ssl": false, "ssl": false,
"certfile": "/ssl/fullchain.pem", "certfile": "/ssl/fullchain.pem",
"keyfile": "/ssl/privkey.pem", "keyfile": "/ssl/privkey.pem",
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0
}, },
"schema": { "schema": {
"ssl": "bool", "ssl": "bool",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
@@ -58,4 +57,4 @@
"cifspassword": "str?", "cifspassword": "str?",
"TZ": "str?" "TZ": "str?"
} }
} }

View File

@@ -12,7 +12,7 @@
], ],
"description": "Nextcloud for Home Assistant", "description": "Nextcloud for Home Assistant",
"boot": "manual", "boot": "manual",
"auto_uart": true, "uart": true,
"map": [ "map": [
"share:rw", "share:rw",
"media:rw", "media:rw",
@@ -23,8 +23,8 @@
"80/tcp": null "80/tcp": null
}, },
"environment": { "environment": {
"PUID": 0, "PUID": "0",
"PGID": 0 "PGID": "0"
}, },
"webui": "https://[HOST]:[PORT:443]", "webui": "https://[HOST]:[PORT:443]",
"panel_icon": "mdi:cloud", "panel_icon": "mdi:cloud",

View File

@@ -31,8 +31,8 @@
"webui": "http://[HOST]:[PORT:7878]", "webui": "http://[HOST]:[PORT:7878]",
"boot": "auto", "boot": "auto",
"environment": { "environment": {
"PUID": 0, "PUID": "0",
"PGID": 0 "PGID": "0"
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,