issues
search
marcone
/
teslausb
A smart USB drive for Tesla Dashcam - extended storage, auto archive, web viewer
MIT License
1.95k
stars
355
forks
source link
Fix auth_basic to explicitly enable if user requested web auth
#813
Closed
paultran
closed
10 months ago
paultran
commented
10 months ago
A previous
commit
removed the default auth_basic enable in
teslausb.nginx
which broke the configuration for web auth.
The fix is to explicitly enable web auth on
teslausb.nginx
from the
configure-web.sh
script.
marcone
commented
10 months ago
Thanks!
teslausb.nginx
which broke the configuration for web auth.teslausb.nginx
from theconfigure-web.sh
script.