mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-19 03:17:19 +02:00
Update remaster configuration template
This commit is contained in:
@@ -1,7 +1,39 @@
|
|||||||
HEIGHT=1280
|
# Free Games Claimer Remaster configuration
|
||||||
LOGIN_TIMEOUT=180
|
# Complete option reference:
|
||||||
NOTIFY_TITLE='Free Games Claimer'
|
# https://github.com/P-Adamiec/Free-Games-Claimer-Remaster#configuration
|
||||||
# List of environment variables, see : https://github.com/vogler/free-games-claimer#configuration--options
|
|
||||||
|
# Browser and noVNC
|
||||||
SHOW=1
|
SHOW=1
|
||||||
TIMEOUT=60
|
|
||||||
WIDTH=1280
|
WIDTH=1280
|
||||||
|
HEIGHT=720
|
||||||
|
TIMEOUT=60
|
||||||
|
LOGIN_TIMEOUT=180
|
||||||
|
VNC_LOGIN_TIMEOUT=180
|
||||||
|
NOVNC_PORT=6080
|
||||||
|
|
||||||
|
# Keep the previous add-on's default stores. Add steam or gamerpower if wanted.
|
||||||
|
STORES=epic,prime,gog
|
||||||
|
|
||||||
|
# Used only when RUN_ONCE is disabled in the add-on options.
|
||||||
|
SCHEDULER_HOURS=12
|
||||||
|
|
||||||
|
# Common credentials can be used as fallbacks for all stores.
|
||||||
|
# EMAIL=
|
||||||
|
# PASSWORD=
|
||||||
|
|
||||||
|
# Store-specific credentials take priority over EMAIL/PASSWORD.
|
||||||
|
# EG_EMAIL=
|
||||||
|
# EG_PASSWORD=
|
||||||
|
# EG_OTPKEY=
|
||||||
|
# EG_PARENTALPIN=
|
||||||
|
# PG_EMAIL=
|
||||||
|
# PG_PASSWORD=
|
||||||
|
# PG_OTPKEY=
|
||||||
|
# GOG_EMAIL=
|
||||||
|
# GOG_PASSWORD=
|
||||||
|
# STEAM_USERNAME=
|
||||||
|
# STEAM_PASSWORD=
|
||||||
|
|
||||||
|
# Notifications (Apprise or Discord)
|
||||||
|
# NOTIFY=
|
||||||
|
# DISCORD_WEBHOOK=
|
||||||
|
|||||||
Reference in New Issue
Block a user