Pi0rre
Pi0rre
HHomarr
Created by Pi0rre on 3/5/2025 in #💬・get-help
Update with docker-compose pull performed but remains blocked in 1.7.0 although it is well pull
No description
17 replies
HHomarr
Created by Pi0rre on 2/15/2025 in #💬・get-help
SSO Synology
Hello, I'm looking to link the sso with my synology nas sso. So it was created on the side of the nas when I click I am well redirected on my nas I authenticate and after I am well redirected on Homarr except that it does not want me login. I have in the browser the error: ?error=Configuration Here is my configuration:
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
cap_add:
- SYS_ADMIN
security_opt:
- seccomp:unconfined
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./appdata:/appdata
ports:
- '7575:7575'
environment:
AUTH_PROVIDERS: "credentials,oidc"
AUTH_OIDC_CLIENT_ID: "...."
AUTH_OIDC_CLIENT_SECRET: "...."
AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE: "pibgd.net"
AUTH_OIDC_CLIENT_NAME: "PIBGD"
AUTH_OIDC_SCOPE_OVERWRITE: "openid"
AUTH_OIDC_PROFILE_ATTRIBUTE: "username"
#AUTH_OIDC_GROUPS_ATTRIBUTE: "groups"
AUTH_OIDC_AUTO_LOGIN: "false"
AUTH_OIDC_ISSUER: "https://sso.pibgd.net/webman/sso"
BASE_URL: "portail.pibgd.net"
TZ: "Europe/Paris"
NEXTAUTH_URL: "https://portail.pibgd.net"
DEFAULT_COLOR_SCHEME: "dark"
DISABLE_ANALYTICS: "true"
SECRET_ENCRYPTION_KEY: "....."
networks:
default:
name: proxy
external: true
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
cap_add:
- SYS_ADMIN
security_opt:
- seccomp:unconfined
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./appdata:/appdata
ports:
- '7575:7575'
environment:
AUTH_PROVIDERS: "credentials,oidc"
AUTH_OIDC_CLIENT_ID: "...."
AUTH_OIDC_CLIENT_SECRET: "...."
AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE: "pibgd.net"
AUTH_OIDC_CLIENT_NAME: "PIBGD"
AUTH_OIDC_SCOPE_OVERWRITE: "openid"
AUTH_OIDC_PROFILE_ATTRIBUTE: "username"
#AUTH_OIDC_GROUPS_ATTRIBUTE: "groups"
AUTH_OIDC_AUTO_LOGIN: "false"
AUTH_OIDC_ISSUER: "https://sso.pibgd.net/webman/sso"
BASE_URL: "portail.pibgd.net"
TZ: "Europe/Paris"
NEXTAUTH_URL: "https://portail.pibgd.net"
DEFAULT_COLOR_SCHEME: "dark"
DISABLE_ANALYTICS: "true"
SECRET_ENCRYPTION_KEY: "....."
networks:
default:
name: proxy
external: true
6 replies