Github bot : json sorted

This commit is contained in:
github-actions
2023-12-10 00:24:17 +00:00
parent 50a82f73b5
commit bb680978ce
3 changed files with 25 additions and 25 deletions

View File

@@ -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,

View File

@@ -87,8 +87,8 @@
"keyfile": "privkey.pem",
"ssl": false
},
"panel_icon": "mdi:camera",
"panel_admin": false,
"panel_icon": "mdi:camera",
"ports": {
"2342/tcp": 2342
},

View File

@@ -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,