Skip to content

Commit da571f8

Browse files
committed
Create
0 parents  commit da571f8

18 files changed

+291
-0
lines changed

Apps/ddns-go/docker-compose.yml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: ddns-go
2+
services:
3+
ddns-go:
4+
image: jeessy/ddns-go:latest
5+
network_mode: host
6+
restart: unless-stopped
7+
volumes:
8+
- type: bind
9+
source: /DATA/AppData/$AppID
10+
target: /root
11+
x-casaos:
12+
volumes:
13+
- container: /root
14+
description:
15+
en_us: ddns-go configuration directory
16+
zh_cn: ddns-go配置目录
17+
x-casaos:
18+
architectures:
19+
- amd64
20+
- arm
21+
- arm64
22+
main: ddns-go
23+
author: Cp0204
24+
category: Network
25+
description:
26+
en_us: A simple and easy-to-use DDNS (Dynamic Domain Name System) that automatically updates your domain name resolution to your public IP address. It supports various cloud services such as Alibaba Cloud, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, and Google Domain.
27+
zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云、Dnspod、Cloudflare、Callback、华为云、百度云、Porkbun、GoDaddy、Google Domain)
28+
developer: Cp0204
29+
icon: https://raw.githubusercontent.com/Cp0204/CasaOS-AppStore-Play/main/Apps/ddns-go/icon.png
30+
tagline:
31+
en_us: Automatically obtain your public IPv4 or IPv6 address and resolve it to the corresponding domain name service.
32+
zh_cn: 自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务。
33+
thumbnail: https://raw.githubusercontent.com/Cp0204/CasaOS-AppStore-Play/main/Apps/ddns-go/thumbnail.jpg
34+
tips: {}
35+
title:
36+
en_us: ddns-go
37+
index:
38+
port_map: "9876"
39+
scheme: http

Apps/ddns-go/icon.png

25.6 KB
Loading

Apps/ddns-go/screenshot-1.png

578 KB
Loading

Apps/ddns-go/screenshot-2.png

615 KB
Loading

Apps/ddns-go/thumbnail.png

97.4 KB
Loading

Apps/qinglong/docker-compose.yml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: qinglong
2+
services:
3+
qinglong:
4+
image: whyour/qinglong:latest
5+
network_mode: bridge
6+
ports:
7+
- target: 5700
8+
published: "5700"
9+
protocol: tcp
10+
restart: unless-stopped
11+
volumes:
12+
- type: bind
13+
source: /DATA/AppData/$AppID
14+
target: /ql/data
15+
x-casaos:
16+
envs:
17+
ports:
18+
- container: "5700"
19+
description:
20+
en_us: WebUI Port
21+
zh_cn: WebUI端口
22+
volumes:
23+
- container: /ql/config
24+
description:
25+
en_us: qinglong config directory.
26+
zh_cn: 青龙配置目录
27+
x-casaos:
28+
architectures:
29+
- amd64
30+
- arm
31+
- arm64
32+
main: qinglong
33+
author: Cp0204
34+
category: Utilities
35+
description:
36+
en_us: QingLong is a platform for managing and executing scheduled tasks for Python3, JavaScript, Shell, and Typescript scripts.
37+
zh_cn: 青龙是一个用于管理和执行Python3、JavaScript、Shell和Typescript脚本的定时任务平台。
38+
developer: whyour
39+
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/qinglong/icon.png
40+
tagline:
41+
en_us: Task management platform for Python, JavaScript, Shell, and Typescript scripts.
42+
zh_cn: 用于Python、JavaScript、Shell和Typescript脚本的任务管理平台。
43+
thumbnail: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/qinglong/thumbnail.jpg
44+
tips: {}
45+
title:
46+
en_us: qinglong
47+
index:
48+
port_map: "5700"

Apps/qinglong/icon.png

85.7 KB
Loading

Apps/qinglong/screenshot-1.png

432 KB
Loading

Apps/qinglong/screenshot-2.png

349 KB
Loading

Apps/qinglong/thumbnail.png

691 KB
Loading

Apps/v2rayA/docker-compose.yml

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: v2raya
2+
services:
3+
v2raya:
4+
environment:
5+
V2RAYA_ADDRESS: 0.0.0.0:2017
6+
image: mzz2017/v2raya:latest
7+
network_mode: host
8+
privileged: true
9+
restart: unless-stopped
10+
volumes:
11+
- type: bind
12+
source: /etc/resolv.conf
13+
target: /etc/resolv.conf
14+
- type: bind
15+
source: /DATA/AppData/$AppID
16+
target: /etc/v2raya
17+
- type: bind
18+
source: /lib/modules
19+
target: /lib/modules
20+
x-casaos:
21+
envs:
22+
- container: V2RAYA_ADDRESS
23+
description:
24+
en_us: V2RayA WebUI Address
25+
zh_cn: V2RayA WebUI地址
26+
volumes:
27+
- container: /etc/v2raya
28+
description:
29+
en_us: V2RayA configuration directory
30+
zh_cn: V2RayA配置目录
31+
x-casaos:
32+
architectures:
33+
- amd64
34+
- arm
35+
- arm64
36+
main: v2raya
37+
author: Cp0204
38+
category: VPN
39+
description:
40+
en_us: V2RayA is a web-based V2Ray front-end with enhanced functionality. It provides an intuitive and user-friendly interface to configure and manage your V2Ray server. With V2RayA, you can easily set up and customize your own proxy server with various protocols and encryption methods.
41+
zh_cn: V2RayA是一个带有增强功能的基于Web的V2Ray前端。它提供了一个直观和用户友好的界面,用于配置和管理V2Ray服务器。使用V2RayA,您可以轻松设置和自定义具有各种协议和加密方法的代理服务器。
42+
developer: mzz2017
43+
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/V2RayA/icon.png
44+
tagline:
45+
en_us: Web-based V2Ray front-end
46+
zh_cn: 基于Web的V2Ray前端
47+
thumbnail: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/V2RayA/thumbnail.jpg
48+
tips: {}
49+
title:
50+
en_us: V2RayA
51+
index:
52+
port_map: "2017"

Apps/v2rayA/icon.png

26.4 KB
Loading

Apps/v2rayA/screenshot-1.png

269 KB
Loading

Apps/v2rayA/screenshot-2.png

233 KB
Loading

Apps/v2rayA/thumbnail.png

67.6 KB
Loading

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CasaOS-AppStore-Play
2+
3+
## Add to CasaOS
4+
5+
To add this app store from command line, run:
6+
7+
```shell
8+
casaos-cli app-management register app-store https://github.com/Cp0204/CasaOS-AppStore-Play/archive/refs/heads/main.zip
9+
```

category-list.json

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
[
2+
{
3+
"name": "Analytics",
4+
"font": "chart-areaspline",
5+
"description": "Analysis Apps"
6+
},
7+
{
8+
"name": "Backup",
9+
"font": "backup-restore",
10+
"description": "File and Data Backup Apps"
11+
},
12+
{
13+
"name": "Blog",
14+
"font": "post-outline",
15+
"description": "Blog Writing and Distribution Apps"
16+
},
17+
{
18+
"name": "Chat",
19+
"font": "chat-processing-outline",
20+
"description": "Chat Apps"
21+
},
22+
{
23+
"name": "Cloud",
24+
"font": "cloud-outline",
25+
"description": "Public cloud alternatives or enhanced Apps"
26+
},
27+
{
28+
"name": "Developer",
29+
"font": "code-greater-than-or-equal",
30+
"description": "Developer Apps"
31+
},
32+
{
33+
"name": "CRM",
34+
"font": "account-box-outline",
35+
"description": "CRM Apps"
36+
},
37+
{
38+
"name": "Documents",
39+
"font": "file-document-outline",
40+
"description": "Document editing Apps"
41+
},
42+
{
43+
"name": "Email",
44+
"font": "email-outline",
45+
"description": "Email Apps"
46+
},
47+
{
48+
"name": "File Sync",
49+
"font": "file-sync-outline",
50+
"description": "File Sync Apps"
51+
},
52+
{
53+
"name": "Finance",
54+
"font": "currency-usd",
55+
"description": "Finance Apps"
56+
},
57+
{
58+
"name": "Forum",
59+
"font": "forum-outline",
60+
"description": "Forum Apps"
61+
},
62+
{
63+
"name": "Gallery",
64+
"font": "image",
65+
"description": "Gallery Apps"
66+
},
67+
{
68+
"name": "Games",
69+
"font": "google-controller",
70+
"description": "Games Apps"
71+
},
72+
{
73+
"name": "Learning",
74+
"font": "school-outline",
75+
"description": "Learning Apps"
76+
},
77+
{
78+
"name": "Media",
79+
"font": "play-circle-outline",
80+
"description": "Media Apps"
81+
},
82+
{
83+
"name": "Notes",
84+
"font": "note-edit-outline",
85+
"description": "Notes Apps"
86+
},
87+
{
88+
"name": "Project Management",
89+
"font": "chart-gantt",
90+
"description": "Project Management Apps"
91+
},
92+
{
93+
"name": "VPN",
94+
"font": "vpn",
95+
"description": "VPN Apps"
96+
},
97+
{
98+
"name": "WEB",
99+
"font": "web",
100+
"description": "WEB Apps"
101+
},
102+
{
103+
"name": "WiKi",
104+
"font": "book-open-page-variant-outline",
105+
"description": "WiKi Apps"
106+
},
107+
{
108+
"name": "Dapps",
109+
"font": "vector-link",
110+
"description": "Decentralized Apps"
111+
},
112+
{
113+
"name": "Downloader",
114+
"font": "tray-arrow-down",
115+
"description": "Downloader Apps"
116+
},
117+
{
118+
"name": "Utilities",
119+
"font": "toolbox-outline",
120+
"description": "Utilities Apps"
121+
},
122+
{
123+
"name": "Home Automation",
124+
"font": "home-automation",
125+
"description": "Home Automation Apps"
126+
},
127+
{
128+
"name": "Network",
129+
"font": "lan",
130+
"description": "Network Apps"
131+
}
132+
]

recommend-list.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"appid": "qinglong"
4+
},
5+
{
6+
"appid": "v2raya"
7+
},
8+
{
9+
"appid": "ddns-go"
10+
}
11+
]

0 commit comments

Comments
 (0)