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"
|
@printf "\n=====\n\n"
|
||||||
ansible-playbook ./playbooks/stop-and-backup-unused.yml -t $(TAGS)
|
ansible-playbook ./playbooks/stop-and-backup-unused.yml -t $(TAGS)
|
||||||
ansible-playbook ./playbooks/serguzim.net.yml -t $(TAGS)
|
ansible-playbook ./playbooks/serguzim.net.yml -t $(TAGS)
|
||||||
|
$(MAKE) visualize
|
||||||
|
|
||||||
visualize:
|
visualize:
|
||||||
./visualize.py | d2 - infrastructure.svg
|
./visualize.py | d2 - infrastructure.svg
|
||||||
|
|
|
@ -41,13 +41,6 @@ D("msrg.cc", REG_OVH, DnsProvider(DSP_OVH),
|
||||||
// Matrix
|
// Matrix
|
||||||
SRV("_matrix._tcp", 1, 1, 8448, "matrix.msrg.cc."),
|
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"]),
|
verify_amazon_ses(dkim_ses["msrg.cc"]),
|
||||||
|
|
||||||
// SendGrid DKIM
|
// SendGrid DKIM
|
||||||
|
|
|
@ -82,7 +82,7 @@ forgejo_env:
|
||||||
|
|
||||||
forgejo_compose:
|
forgejo_compose:
|
||||||
watchtower: true
|
watchtower: true
|
||||||
image: codeberg.org/forgejo/forgejo:7.0
|
image: codeberg.org/forgejo/forgejo:9
|
||||||
volumes:
|
volumes:
|
||||||
- data:/data
|
- data:/data
|
||||||
- ./templates:/data/gitea/templates
|
- ./templates:/data/gitea/templates
|
||||||
|
|
|
@ -197,7 +197,7 @@ services = {
|
||||||
},
|
},
|
||||||
|
|
||||||
"influxdb" = {
|
"influxdb" = {
|
||||||
host = "node002"
|
host = "node001"
|
||||||
dns = [{
|
dns = [{
|
||||||
domain = "tick.serguzim.me"
|
domain = "tick.serguzim.me"
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in a new issue