readd frigate module with disabled deployment due to high cpu [ci skip]
This commit is contained in:
parent
b5241b1a32
commit
d6002eac77
3 changed files with 29 additions and 117 deletions
|
|
@ -465,11 +465,10 @@ module "audiobookshelf" {
|
|||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
# module "frigate" {
|
||||
# source = "./frigate"
|
||||
# tls_secret_name = var.tls_secret_name
|
||||
# valchedrym_camera_credentials = var.frigate_valchedrym_camera_credentials
|
||||
# }
|
||||
module "frigate" {
|
||||
source = "./frigate"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
# TODO: Currently very unstable and half of the functionality does not work:
|
||||
# notifications, import from todoist, email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue