Initial commit - existing project files

This commit is contained in:
W13R 2022-03-16 12:11:30 +01:00
commit c49798a9ea
82 changed files with 4304 additions and 0 deletions

23
docs/Configuration.md Normal file
View file

@ -0,0 +1,23 @@
# Configuration
## Main Configuration
`./config/config.sh`
There is no default configuration available, only a sample configuration with explanations.
## Configuration files for tls certificates
This is the configuration for self-signed local TLS certificate generation.
`./config/tls/cert-config.sh`
This is already configured, but you can modify this for your needs.
## Caddy Server Configuration
`./config/Caddyfile`
The default configuration should work out of the box, don't edit this file unless you know what you're doing.