use external name for ip150 instead going through nginx bc the server is quite shit [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-16 18:06:33 +00:00
parent 73d293d1ba
commit e1f00b43d9
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 14 additions and 13 deletions

View file

@ -151,7 +151,7 @@ sections:
- &ref_11 - &ref_11
title: Valchedram Alarm IP150 title: Valchedram Alarm IP150
icon: 📷 icon: 📷
url: https://ip150.viktorbarzin.me/ url: http://ip150.viktorbarzin.me:5080/
target: newtab target: newtab
id: 1_1567_valchedramalarmip id: 1_1567_valchedramalarmip
- &ref_12 - &ref_12

View file

@ -122,18 +122,19 @@ module "valchedrym" {
} }
# https://ip150.viktorbarzin.me/ # https://ip150.viktorbarzin.me/
# Does not seem to load? - works when auth is down # Server has funky behaviour based on headers; works on some browrsers not others...
module "valchedrym-ip150" { # module "valchedrym-ip150" {
source = "./factory" # source = "./factory"
name = "ip150" # name = "ip150"
external_name = "valchedrym.ddns.net" # external_name = "valchedrym.ddns.net"
port = 5081 // HTTPS port; 5080 is HTTP if needed # # port = 5081 // HTTPS port; 5080 is HTTP if needed
backend_protocol = "HTTPS" # port = 5080 // HTTPS port; 5080 is HTTP if needed
use_proxy_protocol = false # backend_protocol = "HTTP"
tls_secret_name = var.tls_secret_name # use_proxy_protocol = false
protected = false # tls_secret_name = var.tls_secret_name
depends_on = [kubernetes_namespace.reverse-proxy] # protected = false
} # depends_on = [kubernetes_namespace.reverse-proxy]
# }
# https://mladost3.viktorbarzin.me/ # https://mladost3.viktorbarzin.me/
module "mladost3" { module "mladost3" {

Binary file not shown.