BitNotFound
BitNotFound
HHomarr
Created by BitNotFound on 4/24/2025 in #💬・get-help
Authentik SSO not appearing on log-in screen
Created a pull request for the documentation!
9 replies
HHomarr
Created by BitNotFound on 4/24/2025 in #💬・get-help
Authentik SSO not appearing on log-in screen
You should ONLY need to modify anything in the .env file for a basic config, but things like labels, volumes, ports, and networks are all fine to change. Might do a pull request for changing the Homarr documentation later.
9 replies
HHomarr
Created by BitNotFound on 4/24/2025 in #💬・get-help
Authentik SSO not appearing on log-in screen
Ok, so I asked ChatGPT, and I got about 99% of the way there. After tweaking, here are my compose and .env files for those who need something that works!
services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
container_name: homarr
restart: unless-stopped
ports:
- '7575:7575'
volumes:
- ./homarr:/appdata
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TZ=America/Los_Angeles
- BASE_URL=https://${HOMARR_FQDN}
- NEXTAUTH_URL=https://${HOMARR_FQDN}
- SECRET_ENCRYPTION_KEY=${SECRET_ENCRYPTION_KEY}
- AUTH_PROVIDERS=oidc #,credentials # keep local accounts as fallback
- AUTH_OIDC_CLIENT_ID=${OIDC_CLIENT_ID}
- AUTH_OIDC_CLIENT_SECRET=${OIDC_CLIENT_SECRET}
- AUTH_OIDC_ISSUER=https://${AUTH_DOMAIN}/application/o/${OIDC_SLUG}/
- AUTH_OIDC_URI=https://${AUTH_DOMAIN}/application/o/authorize
- AUTH_OIDC_CLIENT_NAME=authentik
- AUTH_OIDC_SCOPE_OVERWRITE=openid email profile groups
- AUTH_OIDC_ADMIN_GROUP=${ADMIN_GROUP}
- AUTH_OIDC_GROUPS_ATTRIBUTE=groups
- AUTH_LOGOUT_REDIRECT_URL=https://${AUTH_DOMAIN}/application/o/${OIDC_SLUG}/end-session/
- AUTH_OIDC_AUTO_LOGIN=true
networks:
- my-network
networks:
my-network:
external: true
services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
container_name: homarr
restart: unless-stopped
ports:
- '7575:7575'
volumes:
- ./homarr:/appdata
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TZ=America/Los_Angeles
- BASE_URL=https://${HOMARR_FQDN}
- NEXTAUTH_URL=https://${HOMARR_FQDN}
- SECRET_ENCRYPTION_KEY=${SECRET_ENCRYPTION_KEY}
- AUTH_PROVIDERS=oidc #,credentials # keep local accounts as fallback
- AUTH_OIDC_CLIENT_ID=${OIDC_CLIENT_ID}
- AUTH_OIDC_CLIENT_SECRET=${OIDC_CLIENT_SECRET}
- AUTH_OIDC_ISSUER=https://${AUTH_DOMAIN}/application/o/${OIDC_SLUG}/
- AUTH_OIDC_URI=https://${AUTH_DOMAIN}/application/o/authorize
- AUTH_OIDC_CLIENT_NAME=authentik
- AUTH_OIDC_SCOPE_OVERWRITE=openid email profile groups
- AUTH_OIDC_ADMIN_GROUP=${ADMIN_GROUP}
- AUTH_OIDC_GROUPS_ATTRIBUTE=groups
- AUTH_LOGOUT_REDIRECT_URL=https://${AUTH_DOMAIN}/application/o/${OIDC_SLUG}/end-session/
- AUTH_OIDC_AUTO_LOGIN=true
networks:
- my-network
networks:
my-network:
external: true
Here is the .env file, redacted of course:
OIDC_CLIENT_ID=identificationid # OIDC client ID here
OIDC_CLIENT_SECRET=secretsecretsecret # OIDC client secret here
OIDC_SLUG=homarr # The slug you gave the 'homarr' application
AUTH_DOMAIN= auth.example.com # The FQDN of your Authentik endpoint
ADMIN_GROUP=homarr-admins # The name of the group in Authentik for Homarr admins. Add yourself to the group!
HOMARR_FQDN=homarr.example.com # FQDN of your homarr instance
SECRET_ENCRYPTION_KEY=encryptencryptencrypt # The Homarr encryption key
OIDC_CLIENT_ID=identificationid # OIDC client ID here
OIDC_CLIENT_SECRET=secretsecretsecret # OIDC client secret here
OIDC_SLUG=homarr # The slug you gave the 'homarr' application
AUTH_DOMAIN= auth.example.com # The FQDN of your Authentik endpoint
ADMIN_GROUP=homarr-admins # The name of the group in Authentik for Homarr admins. Add yourself to the group!
HOMARR_FQDN=homarr.example.com # FQDN of your homarr instance
SECRET_ENCRYPTION_KEY=encryptencryptencrypt # The Homarr encryption key
9 replies
HHomarr
Created by BitNotFound on 4/24/2025 in #💬・get-help
Authentik SSO not appearing on log-in screen
* Ubuntu 24.04 with docker * Homarr version 1.17.0 * I can provide any other information if needed.
9 replies
HHomarr
Created by BitNotFound on 11/13/2023 in #💬・get-help
Unable to change homepage logo
Sorry, I’ve been busy! I’ll give it a shot and let you know.
26 replies
HHomarr
Created by BitNotFound on 11/13/2023 in #💬・get-help
Unable to change homepage logo
Yeah, I've tried many MANY times.
26 replies
HHomarr
Created by BitNotFound on 11/13/2023 in #💬・get-help
Unable to change homepage logo
No luck with that either.
26 replies
HHomarr
Created by BitNotFound on 11/13/2023 in #💬・get-help
Unable to change homepage logo
I’ll give that a shot.
26 replies
HHomarr
Created by BitNotFound on 11/13/2023 in #💬・get-help
Unable to change homepage logo
I'm not using a link to an icon, I'm putting the file in the filesystem directly.
26 replies
HHomarr
Created by BitNotFound on 11/13/2023 in #💬・get-help
Unable to change homepage logo
It seems that it may be the same AI thats on the Homarr documentation site, as it gives the same answer that the site-based one gives. Also, I've tried everything that could apply, but none of that works either.
26 replies