Initial commit - existing project files
This commit is contained in:
commit
c49798a9ea
82 changed files with 4304 additions and 0 deletions
23
docs/Configuration.md
Normal file
23
docs/Configuration.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue