增加ddns-go,修改transmission分类错误 (#204)
Add ddns-go, modify transmission classification error
This commit is contained in:
parent
351019d240
commit
67d8d82042
|
@ -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
|
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
|
@ -12,7 +12,7 @@
|
||||||
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-3.png"
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-3.png"
|
||||||
],
|
],
|
||||||
"category": [
|
"category": [
|
||||||
"Network"
|
"Downloader"
|
||||||
],
|
],
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "Transmission",
|
"name": "Transmission",
|
||||||
|
|
|
@ -90,7 +90,7 @@ x-casaos:
|
||||||
- arm64
|
- arm64
|
||||||
main: transmission
|
main: transmission
|
||||||
author: CasaOS Team
|
author: CasaOS Team
|
||||||
category: Network
|
category: Downloader
|
||||||
description:
|
description:
|
||||||
en_us: |
|
en_us: |
|
||||||
Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn''t play games with its users to make money: Transmission doesn''t bundle toolbars, pop-up ads, flash ads, twitter tools, or anything else. It doesn''t hold some features back for a payware version. Its source code is available for anyone to review. We don''t track our users, and our website and forums have no third-party ads or analytics.
|
Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn''t play games with its users to make money: Transmission doesn''t bundle toolbars, pop-up ads, flash ads, twitter tools, or anything else. It doesn''t hold some features back for a payware version. Its source code is available for anyone to review. We don''t track our users, and our website and forums have no third-party ads or analytics.
|
||||||
|
|
Loading…
Reference in New Issue