Files
hassio-addons/epicgamesfree/config.json

28 lines
703 B
JSON

{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Automatically login and redeem promotional free games from Epic Games Store",
"environment": {
"CONFIG_DIR": "/config/addons_config/epicgamesfree"
},
"image": "ghcr.io/alexbelgium/epicgamesfree-{arch}",
"init": false,
"map": [
"config:rw"
],
"name": "Epic Games Free",
"ports": {
"3000/tcp": 3000
},
"ports_description": {
"3000/tcp": "web interface"
},
"slug": "epicgamesfree",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1b77b24e6a42b482af2a95c0c9ce8dc768e7b7d2-2023-02-03",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}