-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ddns-go, modify transmission classification error
- Loading branch information
Showing
5 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: ddns-go | ||
services: | ||
ddns-go: | ||
image: jeessy/ddns-go:v5.3.6 | ||
network_mode: host | ||
restart: unless-stopped | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/config | ||
target: /root | ||
ports: | ||
- target: 7890 | ||
published: "7890" | ||
protocol: tcp | ||
x-casaos: | ||
ports: | ||
- container: "7890" | ||
description: | ||
en_us: WebUI HTTP Port | ||
zh_cn: WebUI HTTP端口 | ||
volumes: | ||
- container: /root | ||
description: | ||
en_us: ddns-go config directory. | ||
zh_cn: ddns-go 配置目录 | ||
x-casaos: | ||
architectures: | ||
- amd64 | ||
- arm | ||
- arm64 | ||
author: zxxhz | ||
category: Network | ||
description: | ||
en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP (support Ali cloud, Tencent cloud, Dnspod, Cloudflare, Callback, Huawei cloud, Baidu cloud, Porkbun, GoDaddy, Google Domain). | ||
zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云、Dnspod、Cloudflare、Callback、华为云、百度云、Porkbun、GoDaddy、Google Domain)。 | ||
developer: jeessy2 | ||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ddns-go/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ddns-go/screenshot-1.png | ||
main: ddns-go | ||
port_map: "7890" | ||
scheme: http | ||
tagline: | ||
en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP | ||
zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP | ||
title: | ||
en_us: ddns-go |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters