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
Of course, thank you for your responsiveness and your help.
17 replies
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
Do I also need to uninstall docker-compose?
17 replies
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
Oh thank you very much, it works again, so now I have to use docker compose and not docker-compose?
17 replies
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
Here's what you asked me and a little trick I've just seen because I used to do a start and not an up -d and he doesn't like it.
17 replies
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
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:
#NODE_TLS_REJECT_UNAUTHORIZED: 0
AUTH_PROVIDERS: "credentials,oidc"
AUTH_OIDC_CLIENT_ID: "XXXX"
AUTH_OIDC_CLIENT_SECRET: "XXXX"
AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE: "username"
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: "XXXX
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:
#NODE_TLS_REJECT_UNAUTHORIZED: 0
AUTH_PROVIDERS: "credentials,oidc"
AUTH_OIDC_CLIENT_ID: "XXXX"
AUTH_OIDC_CLIENT_SECRET: "XXXX"
AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE: "username"
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: "XXXX
networks:
default:
name: proxy
external: true
Here's my configuration: the VM hosting docker is up to date. My Homarr version is 1.7.0, But it's a good pull on my side, so it should normally be in 1.9.0.
17 replies
HHomarr
Created by Pi0rre on 2/15/2025 in #💬・get-help
SSO Synology
Ah, strangely enough, with what you've given me, it works straight away. Thank you very much for your help and responsiveness
6 replies
HHomarr
Created by Pi0rre on 2/15/2025 in #💬・get-help
SSO Synology
Ah maybe I'll try 😅
6 replies
HHomarr
Created by Pi0rre on 2/15/2025 in #💬・get-help
SSO Synology
Here are the logs returned in docker : https://pastebin.com/XPu0EZat
6 replies