add working installation of vikunja todo but disable for now as the app is very broken [ci skip]
This commit is contained in:
parent
dbebc53ee1
commit
f1385357f9
2 changed files with 248 additions and 0 deletions
|
|
@ -400,3 +400,10 @@ module "frigate" {
|
|||
tls_secret_name = var.tls_secret_name
|
||||
valchedrym_camera_credentials = var.frigate_valchedrym_camera_credentials
|
||||
}
|
||||
|
||||
# TODO: Currently very unstable and half of the functionality does not work:
|
||||
# notifications, import from todoist, email
|
||||
# module "vikunja" {
|
||||
# source = "./vikunja"
|
||||
# tls_secret_name = var.tls_secret_name
|
||||
# }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue