prepare for mastodon
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-11-23 15:17:59 +01:00
parent 21f0843995
commit 85e0b9f978
8 changed files with 55 additions and 6 deletions

View File

@ -2,7 +2,11 @@
ansible_host: mastodon.intra.tormakris.dev
webserver:
- domain: "mastodon.tormakristof.eu"
port: 8080
bigrequests: false
port: 3000
bigrequests: true
https: false
additionallocations:
- location: "/api/v1/streaming"
https: false
port: 4000
...

View File

@ -3,10 +3,14 @@ ansible_host: matrix.intra.tormakris.dev
webserver:
- domain: "matrix.tormakristof.eu"
port: 8080
bigrequests: false
bigrequests: true
https: false
- domain: "chat.tormakristof.eu"
port: 8181
bigrequests: false
bigrequests: true
https: false
firewall:
- port: "9000"
proto: tcp
interface: "eth0"
...