add reverse proxy with a bunch of internal sites exposed behind oauth; also update dashy [ci skip]
This commit is contained in:
parent
c817655e00
commit
4e7752306d
4 changed files with 209 additions and 9 deletions
|
|
@ -307,3 +307,8 @@ module "vaultwarden" {
|
|||
source = "./vaultwarden"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
module "reverse-proxy" {
|
||||
source = "./reverse_proxy"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue