mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-23 21:33:32 +02:00
40 lines
826 B
Bash
40 lines
826 B
Bash
# Free Games Claimer Remaster configuration
|
|
# Complete option reference:
|
|
# https://github.com/P-Adamiec/Free-Games-Claimer-Remaster#configuration
|
|
|
|
# Browser and noVNC
|
|
SHOW=1
|
|
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=
|