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 80b4c5cc7d
commit be638c62b7
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 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
}