feat: add copyparty

This commit is contained in:
Yuris Cakranegara
2025-08-06 11:08:22 +10:00
parent 0a076a9af5
commit 9c46aa0d5b
4 changed files with 182 additions and 0 deletions

View File

@@ -37,6 +37,13 @@ module "calibre" {
networks = [module.homelab_docker_network.name]
}
module "copyparty" {
source = "${local.module_dir}/20-services-apps/copyparty"
fileshare_path = "${local.root_volume}"
config_path = "${local.volume_host}/copyparty"
networks = [module.homelab_docker_network.name]
}
module "crawl4ai" {
source = "${local.module_dir}/20-services-apps/crawl4ai"
volume_path = "${local.volume_host}/crawl4ai"