add home assistant sofia deployment to dashy [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-15 00:27:54 +00:00
parent fc217f6941
commit b82746b276
2 changed files with 56 additions and 39 deletions

View file

@ -138,3 +138,12 @@ module "server-switch" {
port = 80
tls_secret_name = var.tls_secret_name
}
# https://ha-sofia.viktorbarzin.me/
module "ha-sofia" {
source = "./factory"
name = "ha-sofia"
external_name = "ha-sofia.viktorbarzin.lan"
port = 8123
tls_secret_name = var.tls_secret_name
}