mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Ability to sync settings and custom filtering rules across different instances #3736
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#3736
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jitdor on GitHub (Jun 11, 2022).
Problem Description
I am currently running 3 instances of AdGuard Home within my local network, for redundancy purpose. One is on a Raspberry Pi, the other is on a ESXi guest, and the last one is a Docker container. Whenever I am adding or changing a rule, I have to carry out the update 3 times.
Proposed Solution
Alternatives Considered
To mount an external AdGuardHome.yaml config file with R/W access - but this will not survive Docker image version upgrades
@ainar-g commented on GitHub (Jun 14, 2022):
Merging into #573.