Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加ddns-go,修改transmission分类错误 #204

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions Apps/Ddns-go/docker-compose.yml
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
Binary file added Apps/Ddns-go/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Ddns-go/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Apps/Transmission/appfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-3.png"
],
"category": [
"Network"
"Downloader"
],
"developer": {
"name": "Transmission",
Expand Down
2 changes: 1 addition & 1 deletion Apps/Transmission/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ x-casaos:
- arm64
main: transmission
author: CasaOS Team
category: Network
category: Downloader
description:
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.
Expand Down