[GH-ISSUE #30] Deactivate Login step #10

Closed
opened 2026-05-07 00:17:18 +02:00 by BreizhHardware · 6 comments

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.

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.
BreizhHardware 2026-05-07 00:17:18 +02:00
Author
Owner

@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:

version: '3'
services:
  app:
    image: glenndehaan/unifi-voucher-site
    environment:
      # Disables the login/authentication for the portal
      DISABLE_AUTH: 'false'

Don't forget to pull the latest version of the image before restarting.

Kind regards,
Glenn de Haan

<!-- gh-comment-id:1977346743 --> @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: ```yaml version: '3' services: app: image: glenndehaan/unifi-voucher-site environment: # Disables the login/authentication for the portal DISABLE_AUTH: 'false' ``` Don't forget to pull the latest version of the image before restarting. Kind regards, Glenn de Haan
Author
Owner

@tomcatcw1980 commented on GitHub (Mar 4, 2024):

Thank you Glenn. You are amazing.

Greetings.

<!-- gh-comment-id:1977356518 --> @tomcatcw1980 commented on GitHub (Mar 4, 2024): Thank you Glenn. You are amazing. Greetings.
Author
Owner

@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.

<!-- gh-comment-id:1977364291 --> @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.
Author
Owner

@glenndehaan commented on GitHub (Mar 4, 2024):

Did you add this line to you docker container:

DISABLE_AUTH: 'true'

Please note that if you want to disable the login you need to set it to: true

<!-- gh-comment-id:1977391285 --> @glenndehaan commented on GitHub (Mar 4, 2024): Did you add this line to you docker container: ``` DISABLE_AUTH: 'true' ``` Please note that if you want to disable the login you need to set it to: `true`
Author
Owner

@tomcatcw1980 commented on GitHub (Mar 4, 2024):

Sorry, Glenn. That was to late. It works like a charme. Thank you.

<!-- gh-comment-id:1977434812 --> @tomcatcw1980 commented on GitHub (Mar 4, 2024): Sorry, Glenn. That was to late. It works like a charme. Thank you.
Author
Owner

@glenndehaan commented on GitHub (Mar 4, 2024):

Great to hear

<!-- gh-comment-id:1977450642 --> @glenndehaan commented on GitHub (Mar 4, 2024): Great to hear
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/unifi-voucher-site#10
No description provided.