glenndehaan / unifi-voucher-site

UniFi Voucher Site is a web-based platform for generating and managing UniFi network guest vouchers
MIT License
60 stars 13 forks source link

WebUI Password #18

Closed irqnet closed 2 years ago

irqnet commented 2 years ago

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 2 years ago

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 2 years ago

Got it ;) Didn't identified env security_code as the web password, working for me now!

Thx a lot