mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
env as str
This commit is contained in:
@@ -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?"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
"webui": "http://[HOST]:[PORT:7878]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
},
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
|
||||
Reference in New Issue
Block a user