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:
3
ddns-go/CHANGELOG.md
Normal file
3
ddns-go/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### 6.7.0 (2024-09-19)
|
||||
|
||||
- 首次推出
|
||||
53
ddns-go/DOCS.md
Normal file
53
ddns-go/DOCS.md
Normal file
@@ -0,0 +1,53 @@
|
||||
# DDNS-GO
|
||||
|
||||
## 配置
|
||||
|
||||
### pwd
|
||||
|
||||
重置密码,如果为空则使用上次密码
|
||||
|
||||
### frequency
|
||||
|
||||
同步间隔时间(秒)
|
||||
|
||||
## 特性
|
||||
|
||||
- 支持Mac、Windows、Linux系统,支持ARM、x86架构
|
||||
|
||||
- 支持的域名服务商 阿里云 腾讯云 Dnspod Cloudflare 华为云 Callback 百度云 Porkbun GoDaddy Namecheap NameSilo Dynadot
|
||||
|
||||
- 支持接口/网卡/命令获取IP
|
||||
|
||||
- 支持以服务的方式运行
|
||||
|
||||
- 默认间隔300秒同步一次
|
||||
|
||||
- 支持同时配置多个DNS服务商
|
||||
|
||||
- 支持多个域名同时解析
|
||||
|
||||
- 支持多级域名
|
||||
|
||||
- 网页中配置,简单又方便,默认勾选禁止从公网访问
|
||||
|
||||
- 网页中方便快速查看最近50条日志
|
||||
|
||||
- 支持Webhook通知
|
||||
|
||||
- 支持TTL
|
||||
|
||||
- 支持部分DNS服务商传递自定义参数,实现地域解析/多IP等功能
|
||||
|
||||
## 使用说明
|
||||
|
||||
1. 安装后打开web ui(第一次设置公网无法访问,需要进入该系统关掉“禁止公网访问”)。
|
||||
|
||||
1. 选择DNS服务商,以阿里云为例填好相应的“AccessKey ID”和“AccessKey Secret”。
|
||||
|
||||
1. 填写“Domains”,例如“domain.example.com”。
|
||||
|
||||
1. 点击保存。
|
||||
|
||||
1. 去路由器将相应的端口映射到公网,访问即可。
|
||||
|
||||
1. 默认 用户名:admin 密码:admin1
|
||||
10
ddns-go/README.md
Normal file
10
ddns-go/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 冬瓜甄选Addons:DDNS-GO
|
||||
|
||||
## 关于
|
||||
|
||||
自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务。
|
||||
|
||||
## 源地址
|
||||
|
||||
[项目](https://github.com/jeessy2/ddns-go/tree/master)
|
||||
[docker hub](https://hub.docker.com/r/jeessy/ddns-go/tags)
|
||||
41
ddns-go/apparmor.txt
Normal file
41
ddns-go/apparmor.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
#include <tunables/global>
|
||||
|
||||
profile hassos_ssh_configurator_addon flags=(attach_disconnected,mediate_deleted) {
|
||||
#include <abstractions/base>
|
||||
|
||||
capability,
|
||||
file,
|
||||
mount,
|
||||
umount,
|
||||
remount,
|
||||
|
||||
capability setgid,
|
||||
capability setuid,
|
||||
capability dac_override,
|
||||
|
||||
# S6-Overlay
|
||||
/bin/** ix,
|
||||
/usr/bin/** ix,
|
||||
/usr/lib/bashio/** ix,
|
||||
/etc/s6/** rix,
|
||||
/run/s6/** rix,
|
||||
/etc/services.d/** rwix,
|
||||
/etc/cont-init.d/** rwix,
|
||||
/etc/cont-finish.d/** rwix,
|
||||
/init rix,
|
||||
/var/run/** mrwkl,
|
||||
/var/run/ mrwkl,
|
||||
/proc/self/attr/** mrwkl,
|
||||
# Files required
|
||||
/tmp/** mrkwl,
|
||||
|
||||
# Data access
|
||||
/data/** rw,
|
||||
|
||||
# suppress ptrace denials when using 'docker ps' or using 'ps' inside a container
|
||||
ptrace (trace,read) peer=docker-default,
|
||||
|
||||
# docker daemon confinement requires explict allow rule for signal
|
||||
signal (receive) set=(kill,term) peer=/usr/bin/docker,
|
||||
|
||||
}
|
||||
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"
|
||||
BIN
ddns-go/icon.png
Normal file
BIN
ddns-go/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ddns-go/logo.png
Normal file
BIN
ddns-go/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
10
ddns-go/translations/en.yaml
Normal file
10
ddns-go/translations/en.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
configuration:
|
||||
pwd:
|
||||
name: pwd
|
||||
description: >-
|
||||
password
|
||||
frequency:
|
||||
name: frequency
|
||||
description: >-
|
||||
frequency
|
||||
10
ddns-go/translations/zh-Hans.yaml
Normal file
10
ddns-go/translations/zh-Hans.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
configuration:
|
||||
pwd:
|
||||
name: 密码
|
||||
description: >-
|
||||
密码
|
||||
frequency:
|
||||
name: 频率
|
||||
description: >-
|
||||
频率
|
||||
Reference in New Issue
Block a user