Add AdGuard Home blueprint with Docker Compose and metadata

- Introduced AdGuard Home entry in meta.json with detailed description, logo, and relevant links.
- Added Docker Compose configuration for AdGuard Home service.
- Created template.toml for AdGuard Home configuration with default variables.
This commit is contained in:
Mauricio Siu
2025-03-30 13:15:20 -06:00
parent 60c1c62264
commit 720ca72c0a
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "adguardhome"
port = 3000
host = "${main_domain}"
[config.env]
# No specific environment variables required for basic setup
[[config.mounts]]
# Mounts are handled in docker-compose.yml through named volumes