Results 24 comments of Zoe

> Is there a way to make running the project with Docker optional? Because you can pass in a .env file to docker (and it gets put in env. variables),...

*bump* this is still an issue, just disabling the page alltogether would probably be the best. Im not 100% sure how, but if someone told me i can submit a...

Bump on this, I'm experiencing it too Stack trace: https://gist.github.com/theS1LV3R/d2116fb512368f8e4d089f16012d8dfb

I would love this to be a feature too. May be able to attempt to create a PR, though I haven't worked that much with go before, and never with...

Can reproduce. Had been working fine for a month or so until it just stopped working without me having made any changes (that I can remember at least). Configuration is...

I completely nuked everything I had of my LDAP setup (removed users, groups, integration, etc) and re-configured it, and it somehow worked, so I have no idea what was wrong,...

Apologies for the slow response; I have set up the LDAP outpost with the following docker-compose service: ```yaml ldap_outpost: image: ghcr.io/goauthentik/ldap:$_AUTHENTIK_TAG container_name: authentik_ldap_outpost restart: unless-stopped ports: - 127.0.0.1:3389:3389 - 127.0.0.1:6636:6636...

> Quick question. Do you connect the LDAP outpost via a docker network with the internal docker DNS name or do you connect to the outside? The `AUTHENTIK_HOST` env var...

While that proposal looks good, it would still require me to do something like this for every single component: ```alloy let scrape_interval = "90s" prometheus.scrape "a" { ... scrape_interval =...