Skip to content

Commit 26677c8

Browse files
Add adguardhome-sync (addon)
1 parent d9b0588 commit 26677c8

File tree

2 files changed

+401
-0
lines changed

2 files changed

+401
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"name": "AdGuardHome-Sync",
3+
"slug": "adguardhome-sync",
4+
"categories": [
5+
9
6+
],
7+
"date_created": "2025-12-08",
8+
"type": "addon",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 8080,
12+
"documentation": "https://github.com/bakito/adguardhome-sync",
13+
"website": "https://github.com/bakito/adguardhome-sync",
14+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/adguard-home.webp",
15+
"config_path": "/opt/adguardhome-sync/adguardhome-sync.yaml",
16+
"description": "Synchronize AdGuardHome config to one or multiple replica instances. Syncs General Settings, Filters, Rewrites, Services, Clients, DNS Config, DHCP Config and Theme.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "tools/addon/adguardhome-sync.sh",
21+
"resources": {
22+
"cpu": null,
23+
"ram": null,
24+
"hdd": null,
25+
"os": null,
26+
"version": null
27+
}
28+
},
29+
{
30+
"type": "alpine",
31+
"script": "tools/addon/adguardhome-sync.sh",
32+
"resources": {
33+
"cpu": null,
34+
"ram": null,
35+
"hdd": null,
36+
"os": null,
37+
"version": null
38+
}
39+
}
40+
],
41+
"default_credentials": {
42+
"username": null,
43+
"password": null
44+
},
45+
"notes": [
46+
{
47+
"text": "Edit /opt/adguardhome-sync/adguardhome-sync.yaml to configure your AdGuardHome instances",
48+
"type": "info"
49+
},
50+
{
51+
"text": "Origin = Primary instance, Replicas = Instances to sync to",
52+
"type": "info"
53+
},
54+
{
55+
"text": "Update with: update_adguardhome-sync",
56+
"type": "info"
57+
}
58+
]
59+
}

0 commit comments

Comments
 (0)