add frigate setup for rtsp streaming [ci skip]
This commit is contained in:
parent
22edf94910
commit
36a04f69a6
3 changed files with 194 additions and 1 deletions
|
|
@ -393,3 +393,8 @@ module "audiobookshelf" {
|
|||
source = "./audiobookshelf"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
module "frigate" {
|
||||
source = "./frigate"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue