Krispy
Krispy
HHomarr
Created by Krispy on 11/9/2024 in #💬・get-help
Pings and integrations through reverse proxy failing
Don't ask why it affected homarr and not notifarr
8 replies
HHomarr
Created by Krispy on 11/9/2024 in #💬・get-help
Pings and integrations through reverse proxy failing
OK, I think I figured it out 1) OIDC -- Had to remove trailing slash, not sure why that was a new problem 2) Pings-- IT WAS DNS... I have two pihole DNS servers, and previously the first one was in a seperate docker instance, moving everything into the second docker instance caused DNS resolution delays when it uses the one on the same docker instance. Swapping to the other external DNS server fixed the resolution issues. (as configured on Truenas scale network configuration).
8 replies
HHomarr
Created by Krispy on 11/9/2024 in #💬・get-help
Pings and integrations through reverse proxy failing
Compose file (sanitized):
version: "3"
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:0.15.7
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /mnt/data/homearr/config:/app/data/configs
- /mnt/data/homearr/icons:/app/public/icons
- /mnt/data/homearr/data:/data
# ports:
# - '7575:7575'
environment:
AUTH_PROVIDER: credentials
#AUTH_PROVIDER: oidc
AUTH_OIDC_URI: https://auth.domain.cx/application/o/homarr/
BASE_URL: homepage.domain.cx
AUTH_OIDC_CLIENT_ID: CLIENT_ID
AUTH_OIDC_CLIENT_SECRET: SECRET
AUTH_OIDC_CLIENT_NAME: homarr
AUTH_OIDC_ADMIN_GROUP: homarr_admin
AUTH_OIDC_OWNER_GROUP: homarr_owner
AUTH_OIDC_AUTO_LOGIN: false
NEXTAUTH_URL: https://homepage.domain.cx
networks:
- caddy
labels:
- com.caddyserver.http.enable=true
- com.caddyserver.http.network=caddy
- com.caddyserver.http.upstream.port=7575
- com.caddyserver.http.matchers.host=homepage.domain.cx
- wud.tag.include=^\d+\.\d+\.\d+$$
networks:
caddy:
external: true
x-dockge:
urls:
- https://homepage.domain.cx
version: "3"
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:0.15.7
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /mnt/data/homearr/config:/app/data/configs
- /mnt/data/homearr/icons:/app/public/icons
- /mnt/data/homearr/data:/data
# ports:
# - '7575:7575'
environment:
AUTH_PROVIDER: credentials
#AUTH_PROVIDER: oidc
AUTH_OIDC_URI: https://auth.domain.cx/application/o/homarr/
BASE_URL: homepage.domain.cx
AUTH_OIDC_CLIENT_ID: CLIENT_ID
AUTH_OIDC_CLIENT_SECRET: SECRET
AUTH_OIDC_CLIENT_NAME: homarr
AUTH_OIDC_ADMIN_GROUP: homarr_admin
AUTH_OIDC_OWNER_GROUP: homarr_owner
AUTH_OIDC_AUTO_LOGIN: false
NEXTAUTH_URL: https://homepage.domain.cx
networks:
- caddy
labels:
- com.caddyserver.http.enable=true
- com.caddyserver.http.network=caddy
- com.caddyserver.http.upstream.port=7575
- com.caddyserver.http.matchers.host=homepage.domain.cx
- wud.tag.include=^\d+\.\d+\.\d+$$
networks:
caddy:
external: true
x-dockge:
urls:
- https://homepage.domain.cx
8 replies
HHomarr
Created by Krispy on 11/9/2024 in #💬・get-help
Pings and integrations through reverse proxy failing
Logs attached OS: TrueNAS SCALE ElectricEel-24.10.0.2 Homarr: ghcr.io/ajnart/homarr:0.15.7 Reverse proxy is caddy (everything else here seems to work as I said)
8 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
That's for the info
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Confirmed, it doesn't do anything, but it does bring dialog up and allow a non admin to enter tine and submit the form.
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
I'll verify in a moment
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
At least the button is actionable ans dialog comes up. Don't remember if it actually worked.
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Yep, sure can.
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Makes sense, at this point just an inconsistency. Non admin can pause each pihole individually, can't stop them at all, but pause all button not shown. So, in summary, can pause individually, but not pause all.
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Ok, thanks. I'm new to homarr (or should I say recently returned after having been on homepage for while). Is there a roadmap for homarr anywhere?
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Well, pause button still visible, just not "pause all"
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Odd that it still shows the individual pause buttons per server in that case though.
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
No description
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Tried removing the second entry, no difference.
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Lemme try
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Ah
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
3 buttons at top disappear
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
Looks the same for you.
46 replies
HHomarr
Created by Krispy on 9/29/2024 in #💬・get-help
PiHole Widget
No description
46 replies