Update config.json

This commit is contained in:
Alexandre
2024-12-07 15:50:26 +01:00
committed by GitHub
parent 2d6f44a3fb
commit 553443e8ac

View File

@@ -70,12 +70,13 @@
"image": "ghcr.io/alexbelgium/free_games_claimer-{arch}", "image": "ghcr.io/alexbelgium/free_games_claimer-{arch}",
"init": false, "init": false,
"map": [ "map": [
"config:rw" "addon_config:rw",
"homeassistant_config:rw"
], ],
"name": "Free Games Claimer (NoVNC not working)", "name": "Free Games Claimer (NoVNC not working)",
"options": { "options": {
"CMD_ARGUMENTS": "node epic-games ; node prime-gaming ; node gog", "CMD_ARGUMENTS": "node epic-games ; node prime-gaming ; node gog",
"CONFIG_LOCATION": "/config/addons_config/free_games_claimer/config.env" "CONFIG_LOCATION": "/config/config.env"
}, },
"ports": { "ports": {
"5900/tcp": null, "5900/tcp": null,
@@ -92,6 +93,6 @@
"slug": "free_games_claimer", "slug": "free_games_claimer",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.6-3", "version": "1.6-4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:6080]"
} }