kimai
This commit is contained in:
21
docs/kimai.md
Normal file
21
docs/kimai.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Required variables
|
||||
These variables are required by multiple roles. Example values included.
|
||||
|
||||
```
|
||||
timezone: 'Europe/Helsinki'
|
||||
admin_email: 'admin@domain.tld'
|
||||
|
||||
smtp_server: smtp.domain.tld
|
||||
smtp_from: sender@domain.tld
|
||||
```
|
||||
|
||||
# Optional variables
|
||||
These variables are used by multiple roles and have the following default values:
|
||||
|
||||
```
|
||||
reverse_proxy_type: caddy # Allowed values: caddy, traefik, none
|
||||
|
||||
smtp_from: # not defined, no smtp login by default
|
||||
smtp_pw: # not defined, see above
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user