Files
hassio-addons/free_games_claimer/config.json
2023-07-01 09:08:38 +02:00

86 lines
1.8 KiB
JSON

{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG",
"devices": [
"/dev/dri",
"/dev/dri/card0",
"/dev/dri/card1",
"/dev/dri/renderD128",
"/dev/vchiq",
"/dev/video10",
"/dev/video11",
"/dev/video12",
"/dev/video13",
"/dev/video14",
"/dev/video15",
"/dev/video16",
"/dev/ttyUSB0",
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
"/dev/sde",
"/dev/sdf",
"/dev/sdg",
"/dev/nvme",
"/dev/nvme0n1p1",
"/dev/nvme0n1p2",
"/dev/mmcblk",
"/dev/fuse",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2",
"/dev/sda3",
"/dev/sdb3",
"/dev/sda4",
"/dev/sdb4",
"/dev/nvme0",
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {
"TINI_SUBREAPER": "false"
},
"image": "ghcr.io/alexbelgium/free_games_claimer-{arch}",
"init": false,
"map": [
"config:rw"
],
"name": "Free Games Claimer (NoVNC not working)",
"options": {
"CMD_ARGUMENTS": "node epic-games ; node prime-gaming ; node gog",
"CONFIG_LOCATION": "/config/addons_config/free_games_claimer/config.env"
},
"ports": {
"5900/tcp": null,
"6080/tcp": 6080
},
"ports_description": {
"5900/tcp": "VNC port",
"6080/tcp": "NOVNC port"
},
"schema": {
"CMD_ARGUMENTS": "str",
"CONFIG_LOCATION": "str"
},
"slug": "free_games_claimer",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4-test22",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6080]"
}