Removed empty files

This commit is contained in:
Patrick Skowronek 2022-03-18 10:56:42 +01:00
parent 3a9ed42327
commit 18cb9f4359
2 changed files with 0 additions and 9 deletions

View File

@ -1,3 +0,0 @@
This directory should contain your basic auth files. For each project you need to create a fil with the name of the project.
Add to the file your users and passwords.
you can generate a a user password combination with this site https://htpasswdgenerator.de/ or use htpasswd https://httpd.apache.org/docs/2.4/programs/htpasswd.html

View File

@ -1,6 +0,0 @@
Drop in directory for certificates.
You can generate the necessary certs with:
``` shell
openssl req -x509 -newkey rsa:4096 -nodes -keyout certs/traefik.key -out certs/traefik.crt -days 365
```