inital commit

This commit is contained in:
2022-10-30 14:01:10 -05:00
commit 9506f24bcc
30 changed files with 769 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% if "y" == auth_enabled %}
satisfy any;
allow 127.0.0.1;
allow ::1;
deny all;
auth_basic "Restricted Content";
auth_basic_user_file /etc/nginx/passwdfile;
{% endif %}

2
templates/updateDuckDNS Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
curl -I https://duckdns.org/update/{{ duck_domain }}/{{ duck_token }}