add working installation of vikunja todo but disable for now as the app is very broken [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-06 19:18:09 +00:00
parent dbebc53ee1
commit f1385357f9
2 changed files with 248 additions and 0 deletions

View file

@ -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
# }