Update config.json

This commit is contained in:
Alexandre
2023-05-22 18:50:38 +02:00
committed by GitHub
parent b9d1ed36b4
commit 1381f2bfca

View File

@@ -53,7 +53,7 @@
"/dev/nvme1", "/dev/nvme1",
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": { "options": {
"CONFIG_LOCATION": "/config/addons_config/free_games_claimer/config.yaml" "CONFIG_LOCATION": "/config/addons_config/free_games_claimer/config.yaml"
}, },
"image": "ghcr.io/alexbelgium/free_games_claimer-{arch}", "image": "ghcr.io/alexbelgium/free_games_claimer-{arch}",
@@ -70,6 +70,9 @@
"5900/tcp": "VNC port", "5900/tcp": "VNC port",
"6080/tcp": "NOVNC port" "6080/tcp": "NOVNC port"
}, },
"schema": {
"CONFIG_LOCATION": "str"
},
"slug": "free_games_claimer", "slug": "free_games_claimer",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "NOT_WORKING", "version": "NOT_WORKING",