Run locally
Terminal
$ npx launchfile up adguard-home Requires Docker Desktop. No source code needed — pulls pre-built images and starts adguard-home with all dependencies.
Image:
adguard/adguardhome:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: adguard-home
description: "Network-wide ad and tracker blocking DNS server"
repository: https://github.com/AdguardTeam/AdGuardHome
logo: https://raw.githubusercontent.com/nicehash/adguardhome/master/client/public/favicon.svg
image: adguard/adguardhome:latest
provides:
- protocol: http
port: 3000
exposed: true
- protocol: tcp
port: 53
storage:
work:
path: /opt/adguardhome/work
persistent: true
conf:
path: /opt/adguardhome/conf
persistent: true
restart: always Learn More
Spec references for features used in this Launchfile.
Related Apps
activepieces
UncategorizedWorkflow automation with 200+ integrations (open-source Zapier alternative)
linkwarden
UncategorizedCollaborative bookmark manager with full-text search and AI tagging
matomo
UncategorizedPrivacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)