mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update adguardhome-sync
This commit is contained in:
19
apps/adguardhome-sync/0.7.6/data.yml
Normal file
19
apps/adguardhome-sync/0.7.6/data.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 8080
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Web API Port
|
||||||
|
labelZh: Web API 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
label:
|
||||||
|
en: Web API Port
|
||||||
|
ja: Web API ポート
|
||||||
|
ms: Port API Web
|
||||||
|
pt-br: Porta da API Web
|
||||||
|
ru: Порт Web API
|
||||||
|
ko: Web API 포트
|
||||||
|
zh-Hant: Web API 埠
|
||||||
|
zh: Web API 端口
|
||||||
20
apps/adguardhome-sync/0.7.6/docker-compose.yml
Normal file
20
apps/adguardhome-sync/0.7.6/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
adguardhome-sync:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||||
|
volumes:
|
||||||
|
- ./config:/config
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
image: linuxserver/adguardhome-sync:0.7.6
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
AdGuardHome-Sync 是一个用于在多个 AdGuardHome 实例之间同步配置的工具。
|
AdGuardHome-Sync 是一个用于在多个 AdGuardHome 实例之间同步配置的工具。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 功能特性
|
## 功能特性
|
||||||
|
|
||||||
- 支持多个 AdGuardHome 实例之间的配置同步
|
- 支持多个 AdGuardHome 实例之间的配置同步
|
||||||
@@ -11,6 +15,10 @@ AdGuardHome-Sync 是一个用于在多个 AdGuardHome 实例之间同步配置
|
|||||||
|
|
||||||
## 使用方法
|
## 使用方法
|
||||||
|
|
||||||
|
配置文件已映射:/config/adguardhome-sync.yaml
|
||||||
|
- 默认账号:username
|
||||||
|
- 默认密码:password
|
||||||
|
|
||||||
1. 部署后访问 Web API 端口(默认 8080)
|
1. 部署后访问 Web API 端口(默认 8080)
|
||||||
2. 配置 AdGuardHome 实例的连接信息
|
2. 配置 AdGuardHome 实例的连接信息
|
||||||
3. 设置同步规则和时间间隔
|
3. 设置同步规则和时间间隔
|
||||||
|
|||||||
@@ -2,8 +2,16 @@
|
|||||||
|
|
||||||
AdGuardHome-Sync is a tool for synchronizing configurations between multiple AdGuardHome instances.
|
AdGuardHome-Sync is a tool for synchronizing configurations between multiple AdGuardHome instances.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
config file:/config/adguardhome-sync.yaml
|
||||||
|
- username:username
|
||||||
|
- password:password
|
||||||
|
|
||||||
- Synchronize configurations between multiple AdGuardHome instances
|
- Synchronize configurations between multiple AdGuardHome instances
|
||||||
- Web API interface for management
|
- Web API interface for management
|
||||||
- Scheduled synchronization tasks
|
- Scheduled synchronization tasks
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user