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

@@ -29,6 +29,12 @@ module "emulatorjs" {
volume_path = "${local.volume_host}/emulatorjs"
}
module "linkwarden" {
source = "${local.module_dir}/20-services-apps/linkwarden"
volume_path = "${local.volume_host}/linkwarden"
networks = [module.homelab_docker_network.name]
}
module "ntfy" {
source = "${local.module_dir}/20-services-apps/ntfy"
volume_path = "${local.volume_host}/ntfy"