feat: add RomM automation trial stack
This commit is contained in:
63
romm-automation.env.example
Normal file
63
romm-automation.env.example
Normal file
@@ -0,0 +1,63 @@
|
||||
# RomM Automation / Intake trial stack example environment
|
||||
# Copy to .env on the Docker host/Portainer stack and fill in real values.
|
||||
# Do not commit real secrets.
|
||||
|
||||
TZ=America/Chicago
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
# Docker-Test trial data root. Keep this staging-only until validated.
|
||||
ROMM_AUTOMATION_DATA=/opt/docker/romm-automation
|
||||
|
||||
# Published ports on the Docker host
|
||||
GGREQUESTZ_PORT=3003
|
||||
ROMARR_PORT=9797
|
||||
|
||||
# GG Requestz support services
|
||||
GGREQUESTZ_POSTGRES_DB=ggrequestz
|
||||
GGREQUESTZ_POSTGRES_USER=ggrequestz
|
||||
GGREQUESTZ_POSTGRES_PASSWORD=change_me_generate_long_random
|
||||
GGREQUESTZ_REDIS_PASSWORD=change_me_generate_long_random
|
||||
GGREQUESTZ_TYPESENSE_API_KEY=change_me_generate_long_random
|
||||
GGREQUESTZ_SESSION_SECRET=change_me_generate_32_plus_chars
|
||||
GGREQUESTZ_AUTH_METHOD=basic
|
||||
GGREQUESTZ_PUBLIC_SITE_URL=http://192.168.20.226:3003
|
||||
|
||||
# Optional Authentik/OIDC later. Leave blank for basic auth first.
|
||||
GGREQUESTZ_AUTHENTIK_CLIENT_ID=
|
||||
GGREQUESTZ_AUTHENTIK_CLIENT_SECRET=
|
||||
GGREQUESTZ_AUTHENTIK_ISSUER=
|
||||
|
||||
# IGDB/Twitch credentials required by GG Requestz and useful for RomM-ComM requests.
|
||||
IGDB_CLIENT_ID=fill_me
|
||||
IGDB_CLIENT_SECRET=fill_me
|
||||
|
||||
# Existing RomM connection. Fill after confirming current RomM URL/account.
|
||||
ROMM_SERVER_URL=http://your-romm-host:port
|
||||
ROMM_USERNAME=fill_me
|
||||
ROMM_PASSWORD=fill_me
|
||||
|
||||
# Romarr image. Upstream docs list romarr/romarr:latest, but the public image was not pullable
|
||||
# when this scaffold was created. Override this if we build/publish a local image.
|
||||
ROMARR_IMAGE=romarr/romarr:latest
|
||||
|
||||
# Existing Arr stack connections for manual configuration inside Romarr/GG Requestz.
|
||||
# These are documented here for setup reference; the apps may store them internally after UI config.
|
||||
PROWLARR_URL=http://your-prowlarr-host:9696
|
||||
QBITTORRENT_URL=http://your-vpn-qbit-host:8080
|
||||
QBITTORRENT_CATEGORY=romarr
|
||||
|
||||
# RomM-ComM / Discord bot. Only needed if starting the discord profile.
|
||||
ROMMCOMM_DISCORD_TOKEN=fill_me
|
||||
ROMMCOMM_GUILD_ID=fill_me
|
||||
ROMMCOMM_ADMIN_ID=
|
||||
ROMMCOMM_DOMAIN=
|
||||
ROMMCOMM_CHANNEL_ID=
|
||||
ROMMCOMM_RECENT_ROMS_CHANNEL_ID=
|
||||
ROMMCOMM_REQUESTS_ENABLED=true
|
||||
ROMMCOMM_RECENT_ROMS_ENABLED=true
|
||||
ROMMCOMM_GGREQUESTZ_ENABLED=true
|
||||
GGREQUESTZ_API_KEY=
|
||||
|
||||
# Production RomM library path. Do not mount until staging/validation is proven.
|
||||
# ROMM_LIBRARY_PATH=/path/to/romm/library
|
||||
Reference in New Issue
Block a user