First version

This commit is contained in:
Alexandre
2022-07-21 14:59:22 +02:00
parent 627176f84c
commit a08d9788c5
14 changed files with 441 additions and 0 deletions

23
epicgamesfree/config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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": null
},
"ports_description": {
"3000/tcp": "web interface"
},
"slug": "epicgamesfree",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.1.0"
}