mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出addns-go、calendar-poetry、frp-client;
升级了addons-data-migrate、frp-client-51、mpd。
This commit is contained in:
27
ddns-go/config.yaml
Normal file
27
ddns-go/config.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
name: "DDNS-GO"
|
||||
version: '6.7.0'
|
||||
slug: 'ddns_go'
|
||||
codenotary: wghaos@163.com
|
||||
description: '自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务'
|
||||
image: wghaos/ddns-go
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
ports:
|
||||
9876/tcp: 9876
|
||||
apparmor: true
|
||||
host_network: true
|
||||
startup: application
|
||||
boot: manual
|
||||
webui: "http://[HOST]:[PORT:9876]/"
|
||||
options:
|
||||
pwd: ""
|
||||
frequency: 300
|
||||
schema:
|
||||
pwd: str
|
||||
frequency: "int(10,)"
|
||||
breaking_versions:
|
||||
- "6.6.9"
|
||||
Reference in New Issue
Block a user