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
title: Valchedram Alarm IP150
icon: 📷
url: https://ip150.viktorbarzin.me/
url: http://ip150.viktorbarzin.me:5080/
target: newtab
id: 1_1567_valchedramalarmip
- &ref_12

View file

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

Binary file not shown.