Koyoto [ES]
Koyoto [ES]
HHomarr
Created by Koyoto [ES] on 5/1/2025 in #💬・get-help
Hi! I have homarr installed on Docker, along with NPM and Authentik. I've enabled OIDC, but I don't
Thank you so much again.
15 replies
HHomarr
Created by Koyoto [ES] on 5/1/2025 in #💬・get-help
Hi! I have homarr installed on Docker, along with NPM and Authentik. I've enabled OIDC, but I don't
Should I add some more variables besides: TZ: Europe/Madrid AUTH_PROVIDERS: oidc,credentials AUTH_OIDC_ISSUER: https://auth.domain.com/application/o/homarr/ AUTH_OIDC_URI: https://auth.domain.com/application/o/authorize/ AUTH_OIDC_CLIENT_ID: xxxxxx AUTH_OIDC_CLIENT_SECRET: xxxxxxx?¿ It also adds the new token variable, but I'm not sure what it's for. SECRET_ENCRYPTION_KEY
15 replies
HHomarr
Created by Koyoto [ES] on 5/1/2025 in #💬・get-help
Hi! I have homarr installed on Docker, along with NPM and Authentik. I've enabled OIDC, but I don't
It seems to be working fine now, thanks a lot for this!
15 replies
HHomarr
Created by Koyoto [ES] on 5/1/2025 in #💬・get-help
Hi! I have homarr installed on Docker, along with NPM and Authentik. I've enabled OIDC, but I don't
Ah, tremendous failure, I didn't know there was a higher version, I'll look into updating, thanks
15 replies
HHomarr
Created by Koyoto [ES] on 5/1/2025 in #💬・get-help
Hi! I have homarr installed on Docker, along with NPM and Authentik. I've enabled OIDC, but I don't
services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped environment: TZ: Europe/Madrid AUTH_PROVIDERS: oidc,credentials AUTH_OIDC_ISSUER: https://auth.domain.com/application/o/homarr/ AUTH_OIDC_URI: https://auth.domain.com/application/o/authorize/ AUTH_OIDC_CLIENT_ID: xxxxxx AUTH_OIDC_CLIENT_SECRET: xxxxxxx volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - ./configs:/app/data/configs - ./icons:/app/public/icons - ./data:/data - /etc/localtime:/etc/localtime:ro networks: default: external: true name: npm_network
15 replies