mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 16:35:33 +02:00
[GH-ISSUE #30] Deactivate Login step #10
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomcatcw1980 on GitHub (Mar 4, 2024).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/30
Originally assigned to: @glenndehaan on GitHub.
Hi Glenn,
is there a way to skip the login step? I would like to implement the login step via SSO (Authentik).
Thank you.
@glenndehaan commented on GitHub (Mar 4, 2024):
Hey,
Good news I just finished a new build that should allow this by setting the following environment variable:
Don't forget to pull the latest version of the image before restarting.
Kind regards,
Glenn de Haan
@tomcatcw1980 commented on GitHub (Mar 4, 2024):
Thank you Glenn. You are amazing.
Greetings.
@tomcatcw1980 commented on GitHub (Mar 4, 2024):
Glenn I pulled the latest version, but it still starts with the login screen. Can you check once more.
Thank you.
@glenndehaan commented on GitHub (Mar 4, 2024):
Did you add this line to you docker container:
Please note that if you want to disable the login you need to set it to:
true@tomcatcw1980 commented on GitHub (Mar 4, 2024):
Sorry, Glenn. That was to late. It works like a charme. Thank you.
@glenndehaan commented on GitHub (Mar 4, 2024):
Great to hear