mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
First version
This commit is contained in:
23
epicgamesfree/config.json
Normal file
23
epicgamesfree/config.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user