add home assistant sofia deployment to dashy [ci skip]
This commit is contained in:
parent
80b4c5cc7d
commit
be638c62b7
3 changed files with 56 additions and 39 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue