Initial commit for the project

This commit is contained in:
2023-02-20 21:36:12 +01:00
commit 96e4e659ce
10 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# https://learn.netdata.cloud/docs/agent/running-behind-nginx#enable-authentication
# Putting username and hashed password inside the htpasswd folder of
# jwilder/nginx-proxy activates the Basic auth for the domain you
# use as the filename of this file.
${username}:${hashed-password}