mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
Add ddns-go (#165)
This commit is contained in:
parent
b49385029b
commit
0535891b44
1
apps/ddnsGo/README.md
Normal file
1
apps/ddnsGo/README.md
Normal file
@ -0,0 +1 @@
|
||||
简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云、Dnspod、Cloudflare、Callback、华为云、百度云、Porkbun、GoDaddy、Google Domain)
|
20
apps/ddnsGo/data.yml
Normal file
20
apps/ddnsGo/data.yml
Normal file
@ -0,0 +1,20 @@
|
||||
name: DDNS-GO
|
||||
tags:
|
||||
- 数据可视化
|
||||
title: 强大的开源数据可视化平台
|
||||
type: 工具
|
||||
description: 自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务。
|
||||
additionalProperties:
|
||||
key: ddnsGo
|
||||
name: DDNS-GO
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务。
|
||||
shortDescEn: Automatically retrieve your public IPv4 or IPv6 address and map it to the corresponding domain name service.
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 4
|
||||
website: https://github.com/jeessy2/ddns-go
|
||||
github: https://github.com/jeessy2/ddns-go
|
||||
document: https://github.com/jeessy2/ddns-go
|
9
apps/ddnsGo/latest/data.yml
Normal file
9
apps/ddnsGo/latest/data.yml
Normal file
@ -0,0 +1,9 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 9876
|
||||
envKey: port
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
11
apps/ddnsGo/latest/docker-compose.yml
Normal file
11
apps/ddnsGo/latest/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
services:
|
||||
ddns-go:
|
||||
image: jeessy/ddns-go
|
||||
container_name: ddns-go
|
||||
ports:
|
||||
- ${port}:9876
|
||||
volumes:
|
||||
- /opt/ddns-go:/root
|
||||
restart: always
|
||||
network_mode: host
|
BIN
apps/ddnsGo/logo.png
Normal file
BIN
apps/ddnsGo/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 731 B |
Loading…
Reference in New Issue
Block a user