This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
POSTGRES_PASSWORD=replace-with-a-long-random-password
|
||||
LUDARIUM_ADMIN_TOKEN=replace-with-a-separate-long-random-token
|
||||
TZ=Europe/Brussels
|
||||
LUDARIUM_HTTP_PORT=1230
|
||||
IGDB_CLIENT_ID=
|
||||
IGDB_CLIENT_SECRET="" # optional; leave empty to disable
|
||||
MOBYGAMES_API_KEY="" # optional; leave empty to disable
|
||||
SCREENSCRAPER_DEVID=
|
||||
SCREENSCRAPER_DEVPASSWORD="" # optional; leave empty to disable
|
||||
SCREENSCRAPER_SOFTNAME=Ludarium
|
||||
SCREENSCRAPER_USER=
|
||||
SCREENSCRAPER_PASSWORD="" # optional; leave empty to disable
|
||||
RETROACHIEVEMENTS_API_KEY="" # optional; leave empty to disable
|
||||
RETROACHIEVEMENTS_USERNAME=
|
||||
BROWSERPLAY_MAX_SESSIONS=2
|
||||
LUDARIUM_DATA_ROOT=./data
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
GAMES_LIBRARY=/path/to/games
|
||||
PS4_LIBRARY=/path/to/ps4-games
|
||||
PS5_LIBRARY=/path/to/ps5-games
|
||||
|
||||
# Optional embedded Switch player (use with compose.switch.yml).
|
||||
SWITCH_CONTAINER_NAME=Ludarium-Switch
|
||||
SWITCH_DATA_ROOT=./data/switch
|
||||
SWITCH_LIBRARY=/path/to/switch-games
|
||||
SWITCH_PLAYER_URL=https://switch.example.test/switch-player/
|
||||
SWITCH_PUBLIC_URL=http://[IP]:[PORT:1262]/
|
||||
SWITCH_REMOTE_PORT=1262
|
||||
SWITCH_EMBED_PORT=1231
|
||||
SWITCH_EMBED_ORIGIN=
|
||||
SWITCH_CONTROL_TOKEN=replace-with-a-separate-random-secret
|
||||
SWITCH_CATALOG_PREFIX=roms/switch
|
||||
|
||||
# Optional isolated GameCube/Wii player (compose.dolphin.yml).
|
||||
DOLPHIN_DATA_ROOT=./data/dolphin
|
||||
DOLPHIN_GAMECUBE_LIBRARY=/path/to/gamecube-games
|
||||
DOLPHIN_WII_LIBRARY=/path/to/wii-games
|
||||
DOLPHIN_PLAYER_URL=https://dolphin.example.test/dolphin-player/
|
||||
DOLPHIN_PUBLIC_URL=http://[IP]:[PORT:1263]/
|
||||
DOLPHIN_REMOTE_PORT=1263
|
||||
DOLPHIN_EMBED_PORT=1232
|
||||
DOLPHIN_REMOTE_USER=
|
||||
DOLPHIN_REMOTE_PASSWORD=
|
||||
DOLPHIN_CONTROL_TOKEN=
|
||||
DOLPHIN_PROXY_CERT_SHA256=
|
||||
# Exact SHA-256 of the read-only GameCube/Wii artifact used by the live launch + savestate qualification gate.
|
||||
DOLPHIN_FIXTURE_SHA256=
|
||||
DOLPHIN_GAMECUBE_CATALOG_PREFIX=roms/gamecube
|
||||
DOLPHIN_WII_CATALOG_PREFIX=roms/wii
|
||||
SWITCH_DRI_NODE=/dev/dri/renderD128
|
||||
SWITCH_REMOTE_USER=replace-with-a-local-player-user
|
||||
SWITCH_REMOTE_PASSWORD=replace-with-a-long-random-player-password
|
||||
# SHA-256 of Eden's self-signed TLS certificate, without colons. See deploy/README.md.
|
||||
SWITCH_PROXY_CERT_SHA256=replace-with-64-lowercase-hex-characters
|
||||
Reference in New Issue
Block a user