File tree Expand file tree Collapse file tree 6 files changed +6
-27
lines changed
infrastructure2/resources/gateways Expand file tree Collapse file tree 6 files changed +6
-27
lines changed Original file line number Diff line number Diff line change 77 - name : http-gateway
88 namespace : gateways
99 hostnames :
10- - pw.dev.thetillhoff.de # TODO change to pw. thetillhoff.de
10+ - pw.thetillhoff.de
1111 rules :
1212 - filters :
1313 - type : RequestRedirect
Original file line number Diff line number Diff line change 77 - name : https-gateway-thetillhoff-de
88 namespace : gateways
99 hostnames :
10- - pw.dev.thetillhoff.de # TODO change to pw. thetillhoff.de
10+ - pw.thetillhoff.de
1111 rules :
1212 - matches :
1313 - path :
Original file line number Diff line number Diff line change 2525
2626 env :
2727 - name : DOMAIN
28- value : https://pw.dev. thetillhoff.de
29- - name : SIGNUPS_DOMAINS_WHITELIST # Setting this ignores SIGNUPS_ALLOWED
30- value : ' thetillhoff.de'
28+ value : https://pw.thetillhoff.de
29+ # - name: SIGNUPS_DOMAINS_WHITELIST # Setting this ignores SIGNUPS_ALLOWED
30+ # value: 'thetillhoff.de'
3131 - name : SIGNUPS_ALLOWED # This is ignored if SIGNUPS_DOMAINS_WHITELIST is set
3232 value : ' false'
3333 - name : SHOW_PASSWORD_HINT
Original file line number Diff line number Diff line change 4040 mode : Terminate
4141 certificateRefs :
4242 - name : thetillhoff-de-tls-certificate
43- - name : pw-dev-thetillhoff-de
44- hostname : " pw.dev.thetillhoff.de"
45- port : 443
46- protocol : HTTPS
47- allowedRoutes :
48- namespaces :
49- from : All
50- tls :
51- mode : Terminate
52- certificateRefs :
53- - name : thetillhoff-de-tls-certificate
5443 - name : pw-thetillhoff-de
5544 hostname : " pw.thetillhoff.de"
5645 port : 443
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ const dnsNames = [
8080 "link.thetillhoff.de" ,
8181 "analytics.thetillhoff.de" ,
8282 "pw.dev.thetillhoff.de" ,
83+ "pw.thetillhoff.de" ,
8384 // "logs.thetillhoff.de",
8485] ;
8586
Original file line number Diff line number Diff line change @@ -24,17 +24,6 @@ resource "cloudflare_record" "k8s" {
2424 proxied = false
2525}
2626
27- # vaultwarden
28- resource "cloudflare_record" "vaultwarden" {
29- zone_id = var. cloudflare_zone_id
30- type = " A"
31- name = " pw.thetillhoff.de"
32- content = hcloud_server. kubenode . ipv4_address
33- ttl = 3600
34-
35- proxied = false
36- }
37-
3827# m365 config
3928resource "cloudflare_record" "spf" {
4029 zone_id = var. cloudflare_zone_id
You can’t perform that action at this time.
0 commit comments