mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
11# Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64"
|
||||||
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Automatically login and redeem promotional free games from Epic Games Store",
|
"description": "Automatically login and redeem promotional free games from Epic Games Store",
|
||||||
"image": "ghcr.io/alexbelgium/epicgamesfree-{arch}",
|
"image": "ghcr.io/alexbelgium/epicgamesfree-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": ["config:rw"],
|
"map": [
|
||||||
|
"config:rw"
|
||||||
|
],
|
||||||
"name": "Epic Games Free",
|
"name": "Epic Games Free",
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 3000
|
"3000/tcp": 3000
|
||||||
@@ -14,6 +19,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "epicgamesfree",
|
"slug": "epicgamesfree",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "ee3dff4b29757e28282cada9bcb3e8f84f1c3041-2022-10-30",
|
"version": "ee3dff4b29757e28282cada9bcb3e8f84f1c3041-2022-10-30-2",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user