mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
feat:添加opentdp到列表#1250
This commit is contained in:
parent
96b229bb05
commit
45a4799e1a
47
apps/opentdp/README.md
Normal file
47
apps/opentdp/README.md
Normal file
@ -0,0 +1,47 @@
|
||||
# 使用说明
|
||||
|
||||
初始账号 `admin` ,密码 `123456`
|
||||
|
||||
***
|
||||
# 土豆片控制面板
|
||||
|
||||
[](https://github.com/opentdp/tdp-cloud/actions/workflows/release.yml)
|
||||
|
||||
可以跨平台部署的云资源管理面板
|
||||
|
||||
- 支持管理多个云账号资源
|
||||
|
||||
- **腾讯云**(*含国际版*):DNSPod、CVM、Lighthouse
|
||||
- **阿里云**(*含国际版*):AliDNS、ECS、SWAS
|
||||
- **CloudFlare**:DNS、Custom Hostnames
|
||||
|
||||
- 支持添加子节点 (`TDP Worker`)
|
||||
|
||||
- **Linux**:完整功能
|
||||
- **Macos**:部分功能
|
||||
- **Windows**:部分功能
|
||||
- **Android**:有限支持
|
||||
|
||||
- 支持自动签发`SSL证书`,CA对比参见[使用指引](#使用指引)
|
||||
|
||||
- **Let's Encrypt**
|
||||
- **Buypass**
|
||||
- **Googel Public**
|
||||
- **SSL.com**
|
||||
- **ZeroSSL**
|
||||
|
||||
- 支持 `WebSSH` 终端及`密钥对`管理
|
||||
|
||||
- 支持使用已存储的密钥快速登录
|
||||
|
||||
- 支持执行快捷命令
|
||||
|
||||
- 支持敏感数据加密存储(`3DES`)
|
||||
|
||||
- 安装时,生成`通用密钥`,并保存至配置文件
|
||||
|
||||
- 添加敏感资源时,将部分字段加密后存储至数据库
|
||||
|
||||
## 使用指引
|
||||
|
||||
内容较多,请参考文档 <https://docs.opentdp.org>
|
19
apps/opentdp/data.yml
Normal file
19
apps/opentdp/data.yml
Normal file
@ -0,0 +1,19 @@
|
||||
name: OpenTDP
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 可以跨平台部署的云资源管理面板
|
||||
description: 可以跨平台部署的云资源管理面板
|
||||
additionalProperties:
|
||||
key: opentdp
|
||||
name: OpenTDP
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 可以跨平台部署的云资源管理面板
|
||||
shortDescEn: Cloud resource management dashboard for cross-platform deployment
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://docs.opentdp.org
|
||||
github: https://github.com/opentdp/tdp-cloud
|
||||
document: https://docs.opentdp.org
|
2
apps/opentdp/latest/.env.sample
Normal file
2
apps/opentdp/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="opentdp"
|
||||
PANEL_APP_PORT_HTTP="40250"
|
10
apps/opentdp/latest/data.yml
Normal file
10
apps/opentdp/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40250
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
17
apps/opentdp/latest/docker-compose.yml
Normal file
17
apps/opentdp/latest/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
services:
|
||||
opentdp:
|
||||
image: rehiy/tdp-cloud:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:7800"
|
||||
volumes:
|
||||
- ./data/conf:/etc/tdp-cloud
|
||||
- ./data/data:/var/lib/tdp-cloud
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
BIN
apps/opentdp/logo.png
Normal file
BIN
apps/opentdp/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in New Issue
Block a user