vm-ansible/host_vars/vikunja.yaml
Kristóf Torma 8fb0ebb6fb
Some checks reported errors
continuous-integration/drone/push Build was killed
fix vikunja
2023-08-14 20:23:20 +02:00

13 lines
267 B
YAML

---
ansible_host: vikunja.intra.tormakris.dev
webserver:
- domain: "vikunja.tormakristof.eu"
port: 8081
bigrequests: false
https: false
additionallocations:
- https: true
port: 8080
location: '~* ^/(api|dav|\.well-known)/'
...