mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
fix: added missing OIDC variables to template
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
|
||||
romm-postgres-dev:
|
||||
image: docker.io/library/postgres:16-alpine
|
||||
container_name: postgresql
|
||||
container_name: romm-postgresql-dev
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
12
env.template
12
env.template
@@ -26,8 +26,20 @@ DB_ROOT_PASSWD=
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PORT=6379
|
||||
|
||||
# Authentik
|
||||
POSTGRES_DB=authentik
|
||||
POSTGRES_USER=authentik
|
||||
POSTGRES_PASSWORD=
|
||||
AUTHENTIK_SECRET_KEY=
|
||||
AUTHENTIK_BOOTSTRAP_PASSWORD=
|
||||
|
||||
# Authentication
|
||||
ROMM_AUTH_SECRET_KEY=
|
||||
OIDC_ENABLED=
|
||||
OIDC_CLIENT_ID=
|
||||
OIDC_CLIENT_SECRET=
|
||||
OIDC_REDIRECT_URI=
|
||||
OIDC_SERVER_APPLICATION_URL=
|
||||
|
||||
# Filesystem watcher (optional)
|
||||
ENABLE_RESCAN_ON_FILESYSTEM_CHANGE=true
|
||||
|
||||
2
frontend/package-lock.json
generated
2
frontend/package-lock.json
generated
@@ -8,7 +8,7 @@
|
||||
"name": "romm",
|
||||
"version": "0.0.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-only",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@mdi/font": "7.0.96",
|
||||
"@ruffle-rs/ruffle": "^0.1.0-nightly.2024.7.29",
|
||||
|
||||
Reference in New Issue
Block a user