D53 with addresses from DiploNAT autodiscovery; diplonat fw opening for tricot

This commit is contained in:
Alex 2023-04-05 16:30:28 +02:00
parent c08bc17cc0
commit 07f50f297a
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ job "core-service" {
config { config {
packages = [ packages = [
"git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=86c255dfeabc60b0ef46ff78bc487c61c9548c79" "git+https://git.deuxfleurs.fr/lx/D53.git?ref=diplonat-autodiscovery&rev=d906a6ebb5d977f44340b157a520477849ced161"
] ]
command = "d53" command = "d53"
} }

View file

@ -140,7 +140,7 @@ EOH
tags = [ tags = [
"d53-aaaa ${meta.site}.site.staging.deuxfleurs.org", "d53-aaaa ${meta.site}.site.staging.deuxfleurs.org",
"d53-aaaa staging.deuxfleurs.org", "d53-aaaa staging.deuxfleurs.org",
# "(diplonat (tcp_port 80))" "(diplonat (tcp_port 80))"
] ]
address_mode = "host" address_mode = "host"
} }
@ -149,7 +149,7 @@ EOH
name = "tricot-https" name = "tricot-https"
port = "https_port" port = "https_port"
tags = [ tags = [
# "(diplonat (tcp_port 443))" "(diplonat (tcp_port 443))"
] ]
address_mode = "host" address_mode = "host"
} }