Configure remaster runtime

This commit is contained in:
Alexandre
2026-07-17 09:01:09 +02:00
parent 476f02924d
commit 4c068c6792

View File

@@ -1,9 +1,9 @@
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
description: description: >-
automatically claims free games on the Epic Games Store, Amazon Prime Automatically claims free games from Epic Games Store, Amazon Prime Gaming,
Gaming and GOG GOG, Steam, and optional GamerPower-supported stores.
devices: devices:
- /dev/dri - /dev/dri
- /dev/dri/card0 - /dev/dri/card0
@@ -73,25 +73,29 @@ init: false
map: map:
- addon_config:rw - addon_config:rw
- homeassistant_config:rw - homeassistant_config:rw
name: Free Games Claimer (NoVNC not working) name: Free Games Claimer
options: options:
env_vars: [] env_vars: []
CMD_ARGUMENTS: node epic-games ; node prime-gaming ; node gog CMD_ARGUMENTS: node epic-games ; node prime-gaming ; node gog
STORES: ""
RUN_ONCE: true
CONFIG_LOCATION: /config/config.env CONFIG_LOCATION: /config/config.env
ports: ports:
5900/tcp: null 5900/tcp: null
6080/tcp: 6080 6080/tcp: 6080
ports_description: ports_description:
5900/tcp: VNC port 5900/tcp: VNC port
6080/tcp: NOVNC port 6080/tcp: noVNC web interface
schema: schema:
env_vars: env_vars:
- name: match(^[A-Za-z0-9_]+$) - name: match(^[A-Za-z0-9_]+$)
value: str? value: str?
CMD_ARGUMENTS: str CMD_ARGUMENTS: str?
STORES: str?
RUN_ONCE: bool
CONFIG_LOCATION: str CONFIG_LOCATION: str
slug: free_games_claimer slug: free_games_claimer
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "1.8" version: "2.0.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:6080]" webui: "[PROTO:ssl]://[HOST]:[PORT:6080]"