mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #18] WebUI Password #2
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#2
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 @irqnet on GitHub (Nov 11, 2022).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/18
Originally assigned to: @glenndehaan on GitHub.
I've just pulled the docker container from hub.docker and created the initial configurations to run the container.
What I'm struggling with is the password, requested on the website to create the voucher? Where can I find the env variable to configure it?
@glenndehaan commented on GitHub (Nov 11, 2022):
Hey,
What you are looking for is the SECURITY_CODE please see: https://github.com/glenndehaan/unifi-voucher-site/blob/master/docker-compose.yml#L13
Hope this solves your problem
@irqnet commented on GitHub (Nov 11, 2022):
Got it ;) Didn't identified env security_code as the web password, working for me now!
Thx a lot