diff --git a/jellyfin/config.json b/jellyfin/config.json index e4060f8cf..16d6c33c8 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -83,8 +83,8 @@ "PUID": 0, "data_location": "/config/addons_config/jellyfin" }, - "panel_icon": "mdi:billiards-rack", "panel_admin": false, + "panel_icon": "mdi:billiards-rack", "ports": { "1900/udp": null, "7359/udp": null, diff --git a/photoprism/config.json b/photoprism/config.json index e58aa65e7..e96c2b757 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -87,8 +87,8 @@ "keyfile": "privkey.pem", "ssl": false }, - "panel_icon": "mdi:camera", "panel_admin": false, + "panel_icon": "mdi:camera", "ports": { "2342/tcp": 2342 }, diff --git a/qbittorrent/config.json b/qbittorrent/config.json index a40d65fa6..9c4b25310 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -60,13 +60,13 @@ "/dev/nvme2" ], "environment": { - "PGID": "0", - "PUID": "0", - "WEBUI_PORT": "8080", "ADDITIONAL_PORTS": "59595,6882", "DOWNLOAD_DIR_CHOWN": "true", + "PGID": "0", + "PUID": "0", + "QBITTORRENTLOGPATH": "/config/qBittorrent/data/logs", "SET_FWMARK": "true", - "QBITTORRENTLOGPATH": "/config/qBittorrent/data/logs" + "WEBUI_PORT": "8080" }, "homeassistant": "2023.12.0", "image": "ghcr.io/alexbelgium/qbittorrent-{arch}", @@ -81,19 +81,19 @@ ], "name": "Qbittorrent", "options": { - "qbit_manage": false, "DNS_server": "8.8.8.8,1.1.1.1", + "LAN_NETWORK": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16", "PGID": "0", "PUID": "0", - "SavePath": "/share/qBittorrent", "QBT_USERNAME": "admin", + "SavePath": "/share/qBittorrent", + "VPN_ENABLED": "yes", "VPN_TYPE": "openvpn", "certfile": "fullchain.pem", "customUI": "vuetorrent", "keyfile": "privkey.pem", - "VPN_ENABLED": "yes", - "ssl": false, - "LAN_NETWORK": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16" + "qbit_manage": false, + "ssl": false }, "panel_icon": "mdi:progress-download", "ports": { @@ -118,12 +118,17 @@ ], "schema": { "DNS_server": "str?", - "qbit_manage": "bool", + "LAN_NETWORK": "str", "PGID": "int?", "PUID": "int?", + "QBT_USERNAME": "str?", "SavePath": "str?", "TZ": "str?", - "QBT_USERNAME": "str?", + "Username": "str?", + "VPN_ENABLED": "list(yes|no)", + "VPN_PASSWORD": "str?", + "VPN_TYPE": "list(openvpn|wireguard)?", + "VPN_USERNAME": "str?", "certfile": "str", "cifsdomain": "str?", "cifspassword": "str?", @@ -132,21 +137,16 @@ "keyfile": "str", "localdisks": "str?", "networkdisks": "str?", - "LAN_NETWORK": "str", - "VPN_ENABLED": "list(yes|no)", - "VPN_PASSWORD": "str?", - "VPN_USERNAME": "str?", - "VPN_TYPE": "list(openvpn|wireguard)?", + "openvpn_config": "str?", + "openvpn_enable": "bool?", + "openvpn_password": "str?", + "openvpn_username": "str?", + "qbit_manage": "bool", "run_duration": "str?", "silent": "bool?", - "ssl": "bool", - "openvpn_enable": "bool?", - "openvpn_username": "str?", - "Username": "str?", - "openvpn_password": "str?", - "whitelist": "str?", "smbv1": "bool?", - "openvpn_config": "str?" + "ssl": "bool", + "whitelist": "str?" }, "slug": "qbittorrent", "udev": true,