feat: add linkwarden

This commit is contained in:
Yuris Cakranegara
2025-06-07 16:55:09 +10:00
parent e91d1730f6
commit 6f5965b71a
4 changed files with 105 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ output "service_definitions" {
value = [
module.actualbudget.service_definition,
module.emulatorjs.service_definition,
module.linkwarden.service_definition,
module.ntfy.service_definition
]
}