Files
hassio-addons/epicgamesfree/config.json
2022-09-10 12:29:18 +02:00

24 lines
619 B
JSON

{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Automatically login and redeem promotional free games from the Epic Games Store",
"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": "9531608362dc8c1232c1e12005541796610d2af7-2021-12-17",
"webui": "http://[HOST]:[PORT:3000]"
}