Config: Refactor OIDC options and report #782

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-06-25 10:07:01 +02:00
parent 8c67fb1fe8
commit a436dc3fd8
12 changed files with 121 additions and 22 deletions

View file

@ -59,7 +59,6 @@ services:
PHOTOPRISM_OIDC_ISSUER: "https://keycloak.localssl.dev/auth/realms/master"
PHOTOPRISM_OIDC_CLIENT: "photoprism-develop"
PHOTOPRISM_OIDC_SECRET: "9d8351a0-ca01-4556-9c37-85eb634869b9"
PHOTOPRISM_OIDC_SCOPES: "openid profile"
PHOTOPRISM_OIDC_INSECURE: "true"
## Site Information
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"