templating - started integration into docker image

This commit is contained in:
bunkerity
2021-05-26 14:50:50 +02:00
parent ec19f93081
commit a8bc17e836
115 changed files with 511 additions and 2490 deletions

3
confs/site/htpasswd Normal file
View File

@@ -0,0 +1,3 @@
{% if USE_AUTH_BASIC == "yes" %}
{{ AUTH_BASIC_USER }}:{{ sha512_crypt(AUTH_BASIC_PASSWORD) }}
{% endif %}