Passwortschutz

This commit is contained in:
Denys Konovalov 2020-07-09 18:04:54 +02:00
parent ccf1981a47
commit 81be92261c
2 changed files with 5 additions and 0 deletions

1
.htpasswd Normal file

@ -0,0 +1 @@
admin:$2y$10$JmET.FCeLoUu26obV9fuw.i2BUWU6VH6yF2PAcXF1gSlgxEpoCogG

4
static/.htaccess Normal file

@ -0,0 +1,4 @@
AuthType Basic
AuthName "Protected Site"
AuthUserFile ../.htpasswd
require valid-user