Fix some issues
This commit is contained in:
parent
589677c50a
commit
d73462cd90
4 changed files with 3 additions and 9 deletions
1
Makefile
1
Makefile
|
@ -59,6 +59,7 @@ all:
|
|||
@printf "\n=====\n\n"
|
||||
ansible-playbook ./playbooks/stop-and-backup-unused.yml -t $(TAGS)
|
||||
ansible-playbook ./playbooks/serguzim.net.yml -t $(TAGS)
|
||||
$(MAKE) visualize
|
||||
|
||||
visualize:
|
||||
./visualize.py | d2 - infrastructure.svg
|
||||
|
|
|
@ -41,13 +41,6 @@ D("msrg.cc", REG_OVH, DnsProvider(DSP_OVH),
|
|||
// Matrix
|
||||
SRV("_matrix._tcp", 1, 1, 8448, "matrix.msrg.cc."),
|
||||
|
||||
// XMPP
|
||||
SRV("_xmpp-server._tcp", 0, 1, 5269, "wiuwiu.de."),
|
||||
SRV("_xmpp-client._tcp", 0, 1, 5222, "wiuwiu.de."),
|
||||
SRV("_xmpps-client._tcp", 0, 10, 5223, "xmpps.wiuwiu.de."),
|
||||
SRV("_xmpps-client._tcp", 0, 20, 443, "xmpps.wiuwiu.de."),
|
||||
TXT("xmppconnect", "_xmpp-client-xbosh=https://wiuwiu.de:443/http-bind/"),
|
||||
|
||||
verify_amazon_ses(dkim_ses["msrg.cc"]),
|
||||
|
||||
// SendGrid DKIM
|
||||
|
|
|
@ -82,7 +82,7 @@ forgejo_env:
|
|||
|
||||
forgejo_compose:
|
||||
watchtower: true
|
||||
image: codeberg.org/forgejo/forgejo:7.0
|
||||
image: codeberg.org/forgejo/forgejo:9
|
||||
volumes:
|
||||
- data:/data
|
||||
- ./templates:/data/gitea/templates
|
||||
|
|
|
@ -197,7 +197,7 @@ services = {
|
|||
},
|
||||
|
||||
"influxdb" = {
|
||||
host = "node002"
|
||||
host = "node001"
|
||||
dns = [{
|
||||
domain = "tick.serguzim.me"
|
||||
}]
|
||||
|
|
Loading…
Reference in a new issue