Login Options #58
Replies: 1 comment 2 replies
-
|
Thanks for the detailed feedback! Authentication flexibility is definitely something we're thinking about, especially for self-hosted deployments where needs vary widely. Let me address each of your suggestions: 1. LDAP / OpenID Connect (OIDC)This is on the roadmap, OIDC integration would cover most SSO scenarios including Authentik, Keycloak, and other identity providers. This would likely come before native LDAP since OIDC is more widely adopted and covers more use cases. 2. Initial Admin via Environment VariablesGreat suggestion and actually quite straightforward to implement. Something like: LOGWARD_ADMIN_EMAIL=admin@example.com
LOGWARD_ADMIN_PASSWORD=secure_password_here
LOGWARD_ADMIN_ORG=DefaultThis would create the initial user on first boot if no users exist. I'll actually prioritize this 3. Disable Sign-upsAbsolutely makes sense, especially for private deployments. An environment variable like: LOGWARD_DISABLE_SIGNUPS=true4. Auth-free Mode for Home LabsInteresting idea! While I understand the convenience for single-user home labs, I'm a bit hesitant about this one for a few reasons:
Alternative approach: Or, if you're on a completely isolated network, you could potentially run LogWard behind a reverse proxy (Traefik, Nginx) with basic auth at the proxy level and keep LogWard auth disabled via feature flag. Would either of those approaches work for your use case? Thanks again for the thoughtful suggestions , this kind of feedback is incredibly valuable! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know what your roadmap for this project looks like, but I thought I'd share my feedback on login methods.
Here's a few options that would be nice to have:
Beta Was this translation helpful? Give feedback.
All reactions