mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
feat:格式化yaml文件
This commit is contained in:
parent
49bc8073ae
commit
6107035913
@ -1,19 +1,19 @@
|
||||
name: 115网盘
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 115网盘是115科技推出的云存储服务
|
||||
description: 115网盘是115科技推出的云存储服务
|
||||
additionalProperties:
|
||||
key: 115pc
|
||||
name: 115网盘
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 115网盘是115科技推出的云存储服务
|
||||
shortDescEn: 115 network disk is a cloud storage service launched by 115 Technology
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://115.com
|
||||
github: https://www.github.com/funcman/docker_115pc
|
||||
document: https://www.github.com/funcman/docker_115pc
|
||||
key: 115pc
|
||||
name: 115网盘
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 115网盘是115科技推出的云存储服务
|
||||
shortDescEn: 115 network disk is a cloud storage service launched by 115 Technology
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://115.com
|
||||
github: https://www.github.com/funcman/docker_115pc
|
||||
document: https://www.github.com/funcman/docker_115pc
|
||||
|
@ -1,54 +1,54 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40088
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: VNCPassword
|
||||
edit: true
|
||||
envKey: VNC_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: false
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config file path
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: mirrors.ustc.edu.cn
|
||||
edit: true
|
||||
envKey: APT_SOURCE
|
||||
labelEn: apt source
|
||||
labelZh: apt 源
|
||||
required: true
|
||||
type: text
|
||||
- default: 1920
|
||||
edit: true
|
||||
envKey: VNC_DISPLAY_WIDTH
|
||||
labelEn: VNC display width
|
||||
labelZh: VNC显示宽度
|
||||
required: true
|
||||
type: number
|
||||
- default: 1080
|
||||
edit: true
|
||||
envKey: VNC_DISPLAY_HEIGHT
|
||||
labelEn: VNC display height
|
||||
labelZh: VNC显示高度
|
||||
required: true
|
||||
type: number
|
||||
formFields:
|
||||
- default: 40088
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: VNCPassword
|
||||
edit: true
|
||||
envKey: VNC_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: false
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config file path
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: mirrors.ustc.edu.cn
|
||||
edit: true
|
||||
envKey: APT_SOURCE
|
||||
labelEn: apt source
|
||||
labelZh: apt 源
|
||||
required: true
|
||||
type: text
|
||||
- default: 1920
|
||||
edit: true
|
||||
envKey: VNC_DISPLAY_WIDTH
|
||||
labelEn: VNC display width
|
||||
labelZh: VNC显示宽度
|
||||
required: true
|
||||
type: number
|
||||
- default: 1080
|
||||
edit: true
|
||||
envKey: VNC_DISPLAY_HEIGHT
|
||||
labelEn: VNC display height
|
||||
labelZh: VNC显示高度
|
||||
required: true
|
||||
type: number
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: 1Panel Apps
|
||||
tags:
|
||||
- 建站
|
||||
- 建站
|
||||
title: 适配 1Panel 应用商店的通用应用模板
|
||||
description: 适配 1Panel 应用商店的通用应用模板
|
||||
additionalProperties:
|
||||
key: 1panel-apps
|
||||
name: 1Panel Apps
|
||||
tags:
|
||||
- Website
|
||||
shortDescZh: 适配 1Panel 应用商店的通用应用模板
|
||||
shortDescEn: Universal app template for the 1Panel App Store
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/okxlin/appstore
|
||||
github: https://github.com/okxlin/appstore
|
||||
document: https://github.com/okxlin/appstore
|
||||
key: 1panel-apps
|
||||
name: 1Panel Apps
|
||||
tags:
|
||||
- Website
|
||||
shortDescZh: 适配 1Panel 应用商店的通用应用模板
|
||||
shortDescEn: Universal app template for the 1Panel App Store
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/okxlin/appstore
|
||||
github: https://github.com/okxlin/appstore
|
||||
document: https://github.com/okxlin/appstore
|
||||
|
@ -1,24 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 10086
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: /opt
|
||||
disabled: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 10086
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: /opt
|
||||
disabled: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: 1Panel
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 现代化、开源的 Linux 服务器运维管理面板
|
||||
description: 现代化、开源的 Linux 服务器运维管理面板
|
||||
additionalProperties:
|
||||
key: 1panel
|
||||
name: 1Panel
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 现代化、开源的 Linux 服务器运维管理面板
|
||||
shortDescEn: Modern and Open-Source Linux Server Operation and Management Panel
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://1panel.cn
|
||||
github: https://github.com/1Panel-dev/1Panel
|
||||
document: https://1panel.cn/docs
|
||||
key: 1panel
|
||||
name: 1Panel
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 现代化、开源的 Linux 服务器运维管理面板
|
||||
shortDescEn: Modern and Open-Source Linux Server Operation and Management Panel
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://1panel.cn
|
||||
github: https://github.com/1Panel-dev/1Panel
|
||||
document: https://1panel.cn/docs
|
||||
|
@ -1,24 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 10086
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: /opt
|
||||
disabled: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 10086
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the listening port)
|
||||
labelZh: 端口 (由监听端口决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: /opt
|
||||
disabled: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: 2FAuth
|
||||
tags:
|
||||
- 安全
|
||||
- 安全
|
||||
title: 开源双因素认证管理器
|
||||
description: 开源双因素认证管理器
|
||||
additionalProperties:
|
||||
key: 2fauth
|
||||
name: 2FAuth
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 开源双因素认证管理器
|
||||
shortDescEn: Open-source two-factor authentication manager
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://docs.2fauth.app
|
||||
github: https://github.com/Bubka/2FAuth
|
||||
document: https://docs.2fauth.app
|
||||
key: 2fauth
|
||||
name: 2FAuth
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 开源双因素认证管理器
|
||||
shortDescEn: Open-source two-factor authentication manager
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://docs.2fauth.app
|
||||
github: https://github.com/Bubka/2FAuth
|
||||
document: https://docs.2fauth.app
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: aaPanel
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 宝塔面板国际版,开源的Linux面板
|
||||
description: 宝塔面板国际版,开源的Linux面板
|
||||
additionalProperties:
|
||||
key: aaPanel
|
||||
name: aaPanel
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 宝塔面板国际版,开源的Linux面板
|
||||
shortDescEn: BT-Panel International Edition, the open source Linux panel
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.aapanel.com/new/index.html
|
||||
github: https://github.com/aaPanel/aaPanel
|
||||
document: https://github.com/aaPanel/aaPanel
|
||||
key: aaPanel
|
||||
name: aaPanel
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 宝塔面板国际版,开源的Linux面板
|
||||
shortDescEn: BT-Panel International Edition, the open source Linux panel
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.aapanel.com/new/index.html
|
||||
github: https://github.com/aaPanel/aaPanel
|
||||
document: https://github.com/aaPanel/aaPanel
|
||||
|
@ -1,50 +1,50 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 7200
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Panel Port
|
||||
labelZh: 面板端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10080
|
||||
edit: true
|
||||
envKey: HTTP_PORT
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10443
|
||||
edit: true
|
||||
envKey: HTTPS_PORT
|
||||
labelEn: HTTPS Port
|
||||
labelZh: HTTPS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10888
|
||||
edit: true
|
||||
envKey: PHPMYADMIN_PORT
|
||||
labelEn: phpMyAdmin Port
|
||||
labelZh: phpMyAdmin端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20022
|
||||
edit: true
|
||||
envKey: SSH_PORT
|
||||
labelEn: SSH Port
|
||||
labelZh: 面板内SSH端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20021
|
||||
edit: true
|
||||
envKey: FTP_PORT
|
||||
labelEn: SSH Port
|
||||
labelZh: 面板内FTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 7200
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Panel Port
|
||||
labelZh: 面板端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10080
|
||||
edit: true
|
||||
envKey: HTTP_PORT
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10443
|
||||
edit: true
|
||||
envKey: HTTPS_PORT
|
||||
labelEn: HTTPS Port
|
||||
labelZh: HTTPS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10888
|
||||
edit: true
|
||||
envKey: PHPMYADMIN_PORT
|
||||
labelEn: phpMyAdmin Port
|
||||
labelZh: phpMyAdmin端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20022
|
||||
edit: true
|
||||
envKey: SSH_PORT
|
||||
labelEn: SSH Port
|
||||
labelZh: 面板内SSH端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20021
|
||||
edit: true
|
||||
envKey: FTP_PORT
|
||||
labelEn: SSH Port
|
||||
labelZh: 面板内FTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,38 +1,38 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: http://1.2.3.4:567
|
||||
edit: true
|
||||
envKey: GITEA_INSTANCE_URL
|
||||
labelEn: Gitea instance URL
|
||||
labelZh: Gitea 实例 URL
|
||||
required: true
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_REGISTRATION_TOKEN
|
||||
labelEn: Gitea runner REGISTRATION TOKEN
|
||||
labelZh: Gitea runner REGISTRATION TOKEN
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_NAME
|
||||
labelEn: Gitea runner name
|
||||
labelZh: Gitea runner name
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_LABELS
|
||||
labelEn: Gitea runner labels
|
||||
labelZh: Gitea runner labels
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: http://1.2.3.4:567
|
||||
edit: true
|
||||
envKey: GITEA_INSTANCE_URL
|
||||
labelEn: Gitea instance URL
|
||||
labelZh: Gitea 实例 URL
|
||||
required: true
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_REGISTRATION_TOKEN
|
||||
labelEn: Gitea runner REGISTRATION TOKEN
|
||||
labelZh: Gitea runner REGISTRATION TOKEN
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_NAME
|
||||
labelEn: Gitea runner name
|
||||
labelZh: Gitea runner name
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_LABELS
|
||||
labelEn: Gitea runner labels
|
||||
labelZh: Gitea runner labels
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Act runner
|
||||
tags:
|
||||
- DevOps
|
||||
- DevOps
|
||||
title: Gitea Actions 的 Runner
|
||||
description: Gitea Actions 的 Runner
|
||||
additionalProperties:
|
||||
key: act_runner
|
||||
name: Act runner
|
||||
tags:
|
||||
- DevOps
|
||||
shortDescZh: Gitea Actions 的 Runner
|
||||
shortDescEn: A runner for Gitea based on Gitea fork of act
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://gitea.com/gitea/act_runner
|
||||
github: https://gitea.com/gitea/act_runner
|
||||
document: https://docs.gitea.com/next/usage/actions/act-runner
|
||||
key: act_runner
|
||||
name: Act runner
|
||||
tags:
|
||||
- DevOps
|
||||
shortDescZh: Gitea Actions 的 Runner
|
||||
shortDescEn: A runner for Gitea based on Gitea fork of act
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://gitea.com/gitea/act_runner
|
||||
github: https://gitea.com/gitea/act_runner
|
||||
document: https://docs.gitea.com/next/usage/actions/act-runner
|
||||
|
@ -1,38 +1,38 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: http://1.2.3.4:567
|
||||
edit: true
|
||||
envKey: GITEA_INSTANCE_URL
|
||||
labelEn: Gitea instance URL
|
||||
labelZh: Gitea 实例 URL
|
||||
required: true
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_REGISTRATION_TOKEN
|
||||
labelEn: Gitea runner REGISTRATION TOKEN
|
||||
labelZh: Gitea runner REGISTRATION TOKEN
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_NAME
|
||||
labelEn: Gitea runner name
|
||||
labelZh: Gitea runner name
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_LABELS
|
||||
labelEn: Gitea runner labels
|
||||
labelZh: Gitea runner labels
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: http://1.2.3.4:567
|
||||
edit: true
|
||||
envKey: GITEA_INSTANCE_URL
|
||||
labelEn: Gitea instance URL
|
||||
labelZh: Gitea 实例 URL
|
||||
required: true
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_REGISTRATION_TOKEN
|
||||
labelEn: Gitea runner REGISTRATION TOKEN
|
||||
labelZh: Gitea runner REGISTRATION TOKEN
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_NAME
|
||||
labelEn: Gitea runner name
|
||||
labelZh: Gitea runner name
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: RUNNER_LABELS
|
||||
labelEn: Gitea runner labels
|
||||
labelZh: Gitea runner labels
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,96 +1,96 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 20053
|
||||
edit: true
|
||||
envKey: PLAIN_DNS_PORT
|
||||
labelEn: Plain DNS port
|
||||
labelZh: 普通DNS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20067
|
||||
edit: true
|
||||
envKey: DHCP_PORT1
|
||||
labelEn: DHCP service port 1
|
||||
labelZh: DHCP服务端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20068
|
||||
edit: true
|
||||
envKey: DHCP_PORT2
|
||||
labelEn: DHCP service port 2
|
||||
labelZh: DHCP服务端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23000
|
||||
edit: true
|
||||
envKey: HTTP_PORT
|
||||
labelEn: HTTP web port
|
||||
labelZh: HTTP网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23001
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Initial setup web page port
|
||||
labelZh: 初始设置网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20443
|
||||
edit: true
|
||||
envKey: DOH_PORT
|
||||
labelEn: DOH service port
|
||||
labelZh: DOH服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 853
|
||||
edit: true
|
||||
envKey: DOT_PORT
|
||||
labelEn: DOT service port
|
||||
labelZh: DOT服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20784
|
||||
edit: true
|
||||
envKey: QUIC_PORT1
|
||||
labelEn: QUIC service port 1
|
||||
labelZh: QUIC服务端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 8853
|
||||
edit: true
|
||||
envKey: QUIC_PORT2
|
||||
labelEn: QUIC service port 2
|
||||
labelZh: QUIC服务端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 5443
|
||||
edit: true
|
||||
envKey: DNS_CRYPT_PORT
|
||||
labelEn: DNS Crypt service port
|
||||
labelZh: DNS Crypt服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/work
|
||||
edit: true
|
||||
envKey: WORK_PATH
|
||||
labelEn: Work data folder path
|
||||
labelZh: 工作数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/conf
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Configuration folder path
|
||||
labelZh: 配置文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 20053
|
||||
edit: true
|
||||
envKey: PLAIN_DNS_PORT
|
||||
labelEn: Plain DNS port
|
||||
labelZh: 普通DNS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20067
|
||||
edit: true
|
||||
envKey: DHCP_PORT1
|
||||
labelEn: DHCP service port 1
|
||||
labelZh: DHCP服务端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20068
|
||||
edit: true
|
||||
envKey: DHCP_PORT2
|
||||
labelEn: DHCP service port 2
|
||||
labelZh: DHCP服务端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23000
|
||||
edit: true
|
||||
envKey: HTTP_PORT
|
||||
labelEn: HTTP web port
|
||||
labelZh: HTTP网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23001
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Initial setup web page port
|
||||
labelZh: 初始设置网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20443
|
||||
edit: true
|
||||
envKey: DOH_PORT
|
||||
labelEn: DOH service port
|
||||
labelZh: DOH服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 853
|
||||
edit: true
|
||||
envKey: DOT_PORT
|
||||
labelEn: DOT service port
|
||||
labelZh: DOT服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20784
|
||||
edit: true
|
||||
envKey: QUIC_PORT1
|
||||
labelEn: QUIC service port 1
|
||||
labelZh: QUIC服务端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 8853
|
||||
edit: true
|
||||
envKey: QUIC_PORT2
|
||||
labelEn: QUIC service port 2
|
||||
labelZh: QUIC服务端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 5443
|
||||
edit: true
|
||||
envKey: DNS_CRYPT_PORT
|
||||
labelEn: DNS Crypt service port
|
||||
labelZh: DNS Crypt服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/work
|
||||
edit: true
|
||||
envKey: WORK_PATH
|
||||
labelEn: Work data folder path
|
||||
labelZh: 工作数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/conf
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Configuration folder path
|
||||
labelZh: 配置文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: AdGuardHome
|
||||
tags:
|
||||
- 安全
|
||||
- 安全
|
||||
title: 自由且开源的,功能强大的网络广告和跟踪器屏蔽DNS服务器
|
||||
description: 自由且开源的,功能强大的网络广告和跟踪器屏蔽DNS服务器
|
||||
additionalProperties:
|
||||
key: adguardhome
|
||||
name: AdGuardHome
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 自由且开源的,功能强大的网络广告和跟踪器屏蔽DNS服务器
|
||||
shortDescEn: Free and open source, powerful network-wide ads & trackers blocking DNS server
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://hub.docker.com/r/adguard/adguardhome
|
||||
github: https://github.com/AdguardTeam/AdGuardHome
|
||||
document: https://github.com/AdguardTeam/AdGuardHome/wiki
|
||||
key: adguardhome
|
||||
name: AdGuardHome
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 自由且开源的,功能强大的网络广告和跟踪器屏蔽DNS服务器
|
||||
shortDescEn: Free and open source, powerful network-wide ads & trackers blocking DNS server
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://hub.docker.com/r/adguard/adguardhome
|
||||
github: https://github.com/AdguardTeam/AdGuardHome
|
||||
document: https://github.com/AdguardTeam/AdGuardHome/wiki
|
||||
|
@ -1,96 +1,96 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 20053
|
||||
edit: true
|
||||
envKey: PLAIN_DNS_PORT
|
||||
labelEn: Plain DNS port
|
||||
labelZh: 普通DNS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20067
|
||||
edit: true
|
||||
envKey: DHCP_PORT1
|
||||
labelEn: DHCP service port 1
|
||||
labelZh: DHCP服务端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20068
|
||||
edit: true
|
||||
envKey: DHCP_PORT2
|
||||
labelEn: DHCP service port 2
|
||||
labelZh: DHCP服务端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23000
|
||||
edit: true
|
||||
envKey: HTTP_PORT
|
||||
labelEn: HTTP web port
|
||||
labelZh: HTTP网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23001
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Initial setup web page port
|
||||
labelZh: 初始设置网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20443
|
||||
edit: true
|
||||
envKey: DOH_PORT
|
||||
labelEn: DOH service port
|
||||
labelZh: DOH服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 853
|
||||
edit: true
|
||||
envKey: DOT_PORT
|
||||
labelEn: DOT service port
|
||||
labelZh: DOT服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20784
|
||||
edit: true
|
||||
envKey: QUIC_PORT1
|
||||
labelEn: QUIC service port 1
|
||||
labelZh: QUIC服务端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 8853
|
||||
edit: true
|
||||
envKey: QUIC_PORT2
|
||||
labelEn: QUIC service port 2
|
||||
labelZh: QUIC服务端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 5443
|
||||
edit: true
|
||||
envKey: DNS_CRYPT_PORT
|
||||
labelEn: DNS Crypt service port
|
||||
labelZh: DNS Crypt服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/work
|
||||
edit: true
|
||||
envKey: WORK_PATH
|
||||
labelEn: Work data folder path
|
||||
labelZh: 工作数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/conf
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Configuration folder path
|
||||
labelZh: 配置文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 20053
|
||||
edit: true
|
||||
envKey: PLAIN_DNS_PORT
|
||||
labelEn: Plain DNS port
|
||||
labelZh: 普通DNS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20067
|
||||
edit: true
|
||||
envKey: DHCP_PORT1
|
||||
labelEn: DHCP service port 1
|
||||
labelZh: DHCP服务端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20068
|
||||
edit: true
|
||||
envKey: DHCP_PORT2
|
||||
labelEn: DHCP service port 2
|
||||
labelZh: DHCP服务端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23000
|
||||
edit: true
|
||||
envKey: HTTP_PORT
|
||||
labelEn: HTTP web port
|
||||
labelZh: HTTP网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23001
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Initial setup web page port
|
||||
labelZh: 初始设置网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20443
|
||||
edit: true
|
||||
envKey: DOH_PORT
|
||||
labelEn: DOH service port
|
||||
labelZh: DOH服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 853
|
||||
edit: true
|
||||
envKey: DOT_PORT
|
||||
labelEn: DOT service port
|
||||
labelZh: DOT服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20784
|
||||
edit: true
|
||||
envKey: QUIC_PORT1
|
||||
labelEn: QUIC service port 1
|
||||
labelZh: QUIC服务端口1
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 8853
|
||||
edit: true
|
||||
envKey: QUIC_PORT2
|
||||
labelEn: QUIC service port 2
|
||||
labelZh: QUIC服务端口2
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 5443
|
||||
edit: true
|
||||
envKey: DNS_CRYPT_PORT
|
||||
labelEn: DNS Crypt service port
|
||||
labelZh: DNS Crypt服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/work
|
||||
edit: true
|
||||
envKey: WORK_PATH
|
||||
labelEn: Work data folder path
|
||||
labelZh: 工作数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/conf
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Configuration folder path
|
||||
labelZh: 配置文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,163 +1,163 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: AIS_PLATFORM
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: AIS_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: AIS_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "6379"
|
||||
edit: true
|
||||
envKey: REDIS_PORT
|
||||
labelEn: Redis Service Port
|
||||
labelZh: Redis服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_PASS
|
||||
labelEn: Redis Service Password
|
||||
labelZh: Redis服务密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: 40043
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_HOST
|
||||
labelEn: SMTP HOST
|
||||
labelZh: SMTP 主机
|
||||
required: false
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: "587"
|
||||
edit: true
|
||||
envKey: SMTP_PORT
|
||||
labelEn: SMTP Port
|
||||
labelZh: SMTP 端口
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: EMAIL_SENDER
|
||||
labelEn: Email service sender email address
|
||||
labelZh: 邮箱服务发送方邮箱地址
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_USER
|
||||
labelEn: Email service user name
|
||||
labelZh: 邮箱服务用户名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_PASSWORD
|
||||
labelEn: Email service password
|
||||
labelZh: 邮箱服务密码
|
||||
required: false
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: GOOGLE_CLIENT_ID
|
||||
labelEn: Google login client_id
|
||||
labelZh: 谷歌登录的client_id
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_ID
|
||||
labelEn: Alibaba Cloud accessKey ID
|
||||
labelZh: 阿里云accessKey ID
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_SECRET
|
||||
labelEn: Alibaba Cloud accessKeySecret
|
||||
labelZh: 阿里云 accessKeySecret
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_PERMIT
|
||||
labelEn: Enable mobile sign-in registration (true or false)
|
||||
labelZh: 启用手机登录注册(true or false)
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_SIGN
|
||||
labelEn: Alibaba Cloud SMS verification code service signature
|
||||
labelZh: 阿里云短信验证码服务签名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_TEMPLATE
|
||||
labelEn: Alibaba Cloud verification code SMS template, which must include {code}
|
||||
labelZh: 阿里云验证码短信模板,需要包含 {code}
|
||||
required: false
|
||||
type: text
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: AIS_PLATFORM
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: AIS_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: AIS_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "6379"
|
||||
edit: true
|
||||
envKey: REDIS_PORT
|
||||
labelEn: Redis Service Port
|
||||
labelZh: Redis服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_PASS
|
||||
labelEn: Redis Service Password
|
||||
labelZh: Redis服务密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: 40043
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_HOST
|
||||
labelEn: SMTP HOST
|
||||
labelZh: SMTP 主机
|
||||
required: false
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: "587"
|
||||
edit: true
|
||||
envKey: SMTP_PORT
|
||||
labelEn: SMTP Port
|
||||
labelZh: SMTP 端口
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: EMAIL_SENDER
|
||||
labelEn: Email service sender email address
|
||||
labelZh: 邮箱服务发送方邮箱地址
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_USER
|
||||
labelEn: Email service user name
|
||||
labelZh: 邮箱服务用户名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_PASSWORD
|
||||
labelEn: Email service password
|
||||
labelZh: 邮箱服务密码
|
||||
required: false
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: GOOGLE_CLIENT_ID
|
||||
labelEn: Google login client_id
|
||||
labelZh: 谷歌登录的client_id
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_ID
|
||||
labelEn: Alibaba Cloud accessKey ID
|
||||
labelZh: 阿里云accessKey ID
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_SECRET
|
||||
labelEn: Alibaba Cloud accessKeySecret
|
||||
labelZh: 阿里云 accessKeySecret
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_PERMIT
|
||||
labelEn: Enable mobile sign-in registration (true or false)
|
||||
labelZh: 启用手机登录注册(true or false)
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_SIGN
|
||||
labelEn: Alibaba Cloud SMS verification code service signature
|
||||
labelZh: 阿里云短信验证码服务签名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_TEMPLATE
|
||||
labelEn: Alibaba Cloud verification code SMS template, which must include {code}
|
||||
labelZh: 阿里云验证码短信模板,需要包含 {code}
|
||||
required: false
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: ais-ninja
|
||||
tags:
|
||||
- AI / 大模型
|
||||
- AI / 大模型
|
||||
title: 基于 ChatGPT 的 Web 应用程序
|
||||
description: 基于 ChatGPT 的 Web 应用程序
|
||||
additionalProperties:
|
||||
key: ais-ninja
|
||||
name: ais-ninja
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 基于 ChatGPT 的 Web 应用程序
|
||||
shortDescEn: ChatGPT-based web applications
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/jarvis2f/ais-ninja
|
||||
github: https://github.com/jarvis2f/ais-ninja
|
||||
document: https://github.com/jarvis2f/ais-ninja
|
||||
key: ais-ninja
|
||||
name: ais-ninja
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 基于 ChatGPT 的 Web 应用程序
|
||||
shortDescEn: ChatGPT-based web applications
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/jarvis2f/ais-ninja
|
||||
github: https://github.com/jarvis2f/ais-ninja
|
||||
document: https://github.com/jarvis2f/ais-ninja
|
||||
|
@ -1,163 +1,163 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: AIS_PLATFORM
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: AIS_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: AIS_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "6379"
|
||||
edit: true
|
||||
envKey: REDIS_PORT
|
||||
labelEn: Redis Service Port
|
||||
labelZh: Redis服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_PASS
|
||||
labelEn: Redis Service Password
|
||||
labelZh: Redis服务密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: 40043
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_HOST
|
||||
labelEn: SMTP HOST
|
||||
labelZh: SMTP 主机
|
||||
required: false
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: "587"
|
||||
edit: true
|
||||
envKey: SMTP_PORT
|
||||
labelEn: SMTP Port
|
||||
labelZh: SMTP 端口
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: EMAIL_SENDER
|
||||
labelEn: Email service sender email address
|
||||
labelZh: 邮箱服务发送方邮箱地址
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_USER
|
||||
labelEn: Email service user name
|
||||
labelZh: 邮箱服务用户名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_PASSWORD
|
||||
labelEn: Email service password
|
||||
labelZh: 邮箱服务密码
|
||||
required: false
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: GOOGLE_CLIENT_ID
|
||||
labelEn: Google login client_id
|
||||
labelZh: 谷歌登录的client_id
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_ID
|
||||
labelEn: Alibaba Cloud accessKey ID
|
||||
labelZh: 阿里云accessKey ID
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_SECRET
|
||||
labelEn: Alibaba Cloud accessKeySecret
|
||||
labelZh: 阿里云 accessKeySecret
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_PERMIT
|
||||
labelEn: Enable mobile sign-in registration (true or false)
|
||||
labelZh: 启用手机登录注册(true or false)
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_SIGN
|
||||
labelEn: Alibaba Cloud SMS verification code service signature
|
||||
labelZh: 阿里云短信验证码服务签名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_TEMPLATE
|
||||
labelEn: Alibaba Cloud verification code SMS template, which must include {code}
|
||||
labelZh: 阿里云验证码短信模板,需要包含 {code}
|
||||
required: false
|
||||
type: text
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: AIS_PLATFORM
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: AIS_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: AIS_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ais-ninja
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "6379"
|
||||
edit: true
|
||||
envKey: REDIS_PORT
|
||||
labelEn: Redis Service Port
|
||||
labelZh: Redis服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: REDIS_PASS
|
||||
labelEn: Redis Service Password
|
||||
labelZh: Redis服务密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: 40043
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_HOST
|
||||
labelEn: SMTP HOST
|
||||
labelZh: SMTP 主机
|
||||
required: false
|
||||
rule: paramExtUrl
|
||||
type: text
|
||||
- default: "587"
|
||||
edit: true
|
||||
envKey: SMTP_PORT
|
||||
labelEn: SMTP Port
|
||||
labelZh: SMTP 端口
|
||||
required: false
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: EMAIL_SENDER
|
||||
labelEn: Email service sender email address
|
||||
labelZh: 邮箱服务发送方邮箱地址
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_USER
|
||||
labelEn: Email service user name
|
||||
labelZh: 邮箱服务用户名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: SMTP_PASSWORD
|
||||
labelEn: Email service password
|
||||
labelZh: 邮箱服务密码
|
||||
required: false
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: GOOGLE_CLIENT_ID
|
||||
labelEn: Google login client_id
|
||||
labelZh: 谷歌登录的client_id
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_ID
|
||||
labelEn: Alibaba Cloud accessKey ID
|
||||
labelZh: 阿里云accessKey ID
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_ACCESS_SECRET
|
||||
labelEn: Alibaba Cloud accessKeySecret
|
||||
labelZh: 阿里云 accessKeySecret
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_PERMIT
|
||||
labelEn: Enable mobile sign-in registration (true or false)
|
||||
labelZh: 启用手机登录注册(true or false)
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_SIGN
|
||||
labelEn: Alibaba Cloud SMS verification code service signature
|
||||
labelZh: 阿里云短信验证码服务签名
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: ALI_SMS_TEMPLATE
|
||||
labelEn: Alibaba Cloud verification code SMS template, which must include {code}
|
||||
labelZh: 阿里云验证码短信模板,需要包含 {code}
|
||||
required: false
|
||||
type: text
|
||||
|
@ -1,31 +1,31 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40218
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: '192.168.31.254:5254'
|
||||
edit: true
|
||||
envKey: ALIST_HOST
|
||||
labelEn: Alist Service Address
|
||||
labelZh: Alist 服务地址
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40218
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: '192.168.31.254:5254'
|
||||
edit: true
|
||||
envKey: ALIST_HOST
|
||||
labelEn: Alist Service Address
|
||||
labelZh: Alist 服务地址
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Alist-encrypt
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 对 Alist 的服务提供 webdav 的加解密功能
|
||||
description: 对 Alist 的服务提供 webdav 的加解密功能
|
||||
additionalProperties:
|
||||
key: alist-encrypt
|
||||
name: Alist-encrypt
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 对 Alist 的服务提供 webdav 的加解密功能
|
||||
shortDescEn: Provides webdav encryption and decryption for Alist's services
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/traceless/alist-encrypt
|
||||
github: https://github.com/traceless/alist-encrypt
|
||||
document: https://github.com/traceless/alist-encrypt
|
||||
key: alist-encrypt
|
||||
name: Alist-encrypt
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 对 Alist 的服务提供 webdav 的加解密功能
|
||||
shortDescEn: Provides webdav encryption and decryption for Alist's services
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/traceless/alist-encrypt
|
||||
github: https://github.com/traceless/alist-encrypt
|
||||
document: https://github.com/traceless/alist-encrypt
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Alist-TVBox
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: AList 代理,支持 xiaoya 版 AList 界面管理
|
||||
description: AList 代理,支持 xiaoya 版 AList 界面管理
|
||||
additionalProperties:
|
||||
key: alist-tvbox
|
||||
name: Alist-TVBox
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: AList 代理,支持 xiaoya 版 AList 界面管理
|
||||
shortDescEn: AList proxy server for TvBox, support playlist and search
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/power721/alist-tvbox
|
||||
github: https://github.com/power721/alist-tvbox
|
||||
document: https://github.com/power721/alist-tvbox
|
||||
key: alist-tvbox
|
||||
name: Alist-TVBox
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: AList 代理,支持 xiaoya 版 AList 界面管理
|
||||
shortDescEn: AList proxy server for TvBox, support playlist and search
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/power721/alist-tvbox
|
||||
github: https://github.com/power721/alist-tvbox
|
||||
document: https://github.com/power721/alist-tvbox
|
||||
|
@ -1,25 +1,25 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40161
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 40162
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_XIAOYA
|
||||
labelEn: xiaoya Alist Port
|
||||
labelZh: 小雅 Alist 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40161
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 40162
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_XIAOYA
|
||||
labelEn: xiaoya Alist Port
|
||||
labelZh: 小雅 Alist 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,24 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40034
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/mnt
|
||||
edit: true
|
||||
envKey: MOUNT_PATH
|
||||
labelEn: Mount folder path
|
||||
labelZh: 挂载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40034
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/mnt
|
||||
edit: true
|
||||
envKey: MOUNT_PATH
|
||||
labelEn: Mount folder path
|
||||
labelZh: 挂载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,24 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40034
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/mnt
|
||||
edit: true
|
||||
envKey: MOUNT_PATH
|
||||
labelEn: Mount folder path
|
||||
labelZh: 挂载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40034
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/mnt
|
||||
edit: true
|
||||
envKey: MOUNT_PATH
|
||||
labelEn: Mount folder path
|
||||
labelZh: 挂载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Alist
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 一个支持多存储的文件列表程序
|
||||
description: 一个支持多存储的文件列表程序
|
||||
additionalProperties:
|
||||
key: alist
|
||||
name: Alist
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个支持多存储的文件列表程序
|
||||
shortDescEn: A file list program that supports multiple storage
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/alist-org/alist
|
||||
github: https://github.com/alist-org/alist
|
||||
document: https://alist.nn.ci/zh/
|
||||
key: alist
|
||||
name: Alist
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个支持多存储的文件列表程序
|
||||
shortDescEn: A file list program that supports multiple storage
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/alist-org/alist
|
||||
github: https://github.com/alist-org/alist
|
||||
document: https://alist.nn.ci/zh/
|
||||
|
@ -1,24 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40034
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/mnt
|
||||
edit: true
|
||||
envKey: MOUNT_PATH
|
||||
labelEn: Mount folder path
|
||||
labelZh: 挂载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40034
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/mnt
|
||||
edit: true
|
||||
envKey: MOUNT_PATH
|
||||
labelEn: Mount folder path
|
||||
labelZh: 挂载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: AliyunDrive WebDAV
|
||||
tags:
|
||||
- 云存储
|
||||
- 云存储
|
||||
title: 阿里云盘 WebDAV 服务
|
||||
description: 阿里云盘 WebDAV 服务
|
||||
additionalProperties:
|
||||
key: aliyundrive-webdav
|
||||
name: AliyunDrive WebDAV
|
||||
tags:
|
||||
- Storage
|
||||
shortDescZh: 阿里云盘 WebDAV 服务
|
||||
shortDescEn: AliyunDrive WebDAV Service
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/messense/aliyundrive-webdav
|
||||
github: https://github.com/messense/aliyundrive-webdav
|
||||
document: https://github.com/messense/aliyundrive-webdav
|
||||
key: aliyundrive-webdav
|
||||
name: AliyunDrive WebDAV
|
||||
tags:
|
||||
- Storage
|
||||
shortDescZh: 阿里云盘 WebDAV 服务
|
||||
shortDescEn: AliyunDrive WebDAV Service
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/messense/aliyundrive-webdav
|
||||
github: https://github.com/messense/aliyundrive-webdav
|
||||
document: https://github.com/messense/aliyundrive-webdav
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: AllInOne
|
||||
tags:
|
||||
- 多媒体
|
||||
- 多媒体
|
||||
title: 直播源代理程序
|
||||
description: 直播源代理程序
|
||||
additionalProperties:
|
||||
key: allinone
|
||||
name: AllInOne
|
||||
tags:
|
||||
- Media
|
||||
shortDescZh: 直播源代理程序
|
||||
shortDescEn: Live feed agent program
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://hub.docker.com/r/youshandefeiyang/allinone
|
||||
github: https://hub.docker.com/r/youshandefeiyang/allinone
|
||||
document: https://hub.docker.com/r/youshandefeiyang/allinone
|
||||
key: allinone
|
||||
name: AllInOne
|
||||
tags:
|
||||
- Media
|
||||
shortDescZh: 直播源代理程序
|
||||
shortDescEn: Live feed agent program
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://hub.docker.com/r/youshandefeiyang/allinone
|
||||
github: https://hub.docker.com/r/youshandefeiyang/allinone
|
||||
document: https://hub.docker.com/r/youshandefeiyang/allinone
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: ALS
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: Another Looking-glass Server,测速服务端
|
||||
description: Another Looking-glass Server,测速服务端
|
||||
additionalProperties:
|
||||
key: als
|
||||
name: ALS
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: Another Looking-glass Server,测速服务端
|
||||
shortDescEn: Another Looking-glass Server,Speed measurement server
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/wikihost-opensource/als
|
||||
github: https://github.com/wikihost-opensource/als
|
||||
document: https://github.com/wikihost-opensource/als
|
||||
key: als
|
||||
name: ALS
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: Another Looking-glass Server,测速服务端
|
||||
shortDescEn: Another Looking-glass Server,Speed measurement server
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/wikihost-opensource/als
|
||||
github: https://github.com/wikihost-opensource/als
|
||||
document: https://github.com/wikihost-opensource/als
|
||||
|
@ -1,10 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 20080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 20080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Amprobe
|
||||
tags:
|
||||
- 实用工具
|
||||
- 实用工具
|
||||
title: 一款轻量级主机及 Docker 容器监控工具
|
||||
description: 一款轻量级主机及 Docker 容器监控工具
|
||||
additionalProperties:
|
||||
key: amprobe
|
||||
name: Amprobe
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一款轻量级主机及 Docker 容器监控工具
|
||||
shortDescEn: A lightweight host and Docker container monitoring tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://github.com/amuluze/amprobe
|
||||
github: https://github.com/amuluze/amprobe
|
||||
document: https://amprobedoc.amuluze.com
|
||||
key: amprobe
|
||||
name: Amprobe
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一款轻量级主机及 Docker 容器监控工具
|
||||
shortDescEn: A lightweight host and Docker container monitoring tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://github.com/amuluze/amprobe
|
||||
github: https://github.com/amuluze/amprobe
|
||||
document: https://amprobedoc.amuluze.com
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40235
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "./data"
|
||||
disabled: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data Directory
|
||||
labelZh: 数据目录
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40235
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port (determined by the configuration file)
|
||||
labelZh: 端口 (由配置文件决定)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "./data"
|
||||
disabled: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data Directory
|
||||
labelZh: 数据目录
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,18 +1,18 @@
|
||||
name: AnQiCMS
|
||||
tags:
|
||||
- 建站
|
||||
- 建站
|
||||
title: 专注高安全性、多站点、多语言支持的内容管理系统
|
||||
description: 专注高安全性、多站点、多语言支持的内容管理系统
|
||||
additionalProperties:
|
||||
key: anqicms
|
||||
name: AnQiCMS
|
||||
tags:
|
||||
- Website
|
||||
shortDescZh: 专注高安全性、多站点、多语言支持的内容管理系统
|
||||
shortDescEn: Focused on high security, multi-site, and multilingual support
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://www.anqicms.com/
|
||||
github: https://github.com/fesiong/anqicms
|
||||
document: https://www.anqicms.com/help
|
||||
key: anqicms
|
||||
name: AnQiCMS
|
||||
tags:
|
||||
- Website
|
||||
shortDescZh: 专注高安全性、多站点、多语言支持的内容管理系统
|
||||
shortDescEn: Focused on high security, multi-site, and multilingual support
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://www.anqicms.com/
|
||||
github: https://github.com/fesiong/anqicms
|
||||
document: https://www.anqicms.com/help
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40065
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40065
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Answer
|
||||
tags:
|
||||
- 建站
|
||||
- 建站
|
||||
title: 一款适合任何团队的问答平台软件
|
||||
description: 一款适合任何团队的问答平台软件
|
||||
additionalProperties:
|
||||
key: answer
|
||||
name: Answer
|
||||
tags:
|
||||
- Website
|
||||
shortDescZh: 一款适合任何团队的问答平台软件
|
||||
shortDescEn: A Q&A platform software for teams at any scales
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://answer.dev/
|
||||
github: https://github.com/answerdev/answer
|
||||
document: https://answer.dev/zh-CN/docs
|
||||
key: answer
|
||||
name: Answer
|
||||
tags:
|
||||
- Website
|
||||
shortDescZh: 一款适合任何团队的问答平台软件
|
||||
shortDescEn: A Q&A platform software for teams at any scales
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://answer.dev/
|
||||
github: https://github.com/answerdev/answer
|
||||
document: https://answer.dev/zh-CN/docs
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40065
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40065
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Aria2-Pro
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 更好用的 Aria2 Docker 容器镜像
|
||||
description: 更好用的 Aria2 Docker 容器镜像
|
||||
additionalProperties:
|
||||
key: aria2-pro
|
||||
name: Aria2-Pro
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 更好用的 Aria2 Docker 容器镜像
|
||||
shortDescEn: A better-performing Aria2 Docker container image
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/P3TERX/Aria2-Pro-Docker
|
||||
github: https://github.com/P3TERX/Aria2-Pro-Docker
|
||||
document: https://p3terx.com/archives/docker-aria2-pro.html
|
||||
key: aria2-pro
|
||||
name: Aria2-Pro
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 更好用的 Aria2 Docker 容器镜像
|
||||
shortDescEn: A better-performing Aria2 Docker container image
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/P3TERX/Aria2-Pro-Docker
|
||||
github: https://github.com/P3TERX/Aria2-Pro-Docker
|
||||
document: https://p3terx.com/archives/docker-aria2-pro.html
|
||||
|
@ -1,47 +1,47 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 6800
|
||||
edit: true
|
||||
envKey: RPC_PORT_VALUE
|
||||
labelEn: RPC port
|
||||
labelZh: RPC端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 6888
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Listening port
|
||||
labelZh: 监听端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: aria2
|
||||
envKey: TOKEN
|
||||
labelEn: RPC secret
|
||||
labelZh: RPC密钥
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Path to the configuration file
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: https://trackerslist.com/all_aria2.txt
|
||||
edit: true
|
||||
envKey: TRACKER_URL
|
||||
labelEn: TRACKER URL
|
||||
labelZh: TRACKER链接
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 6800
|
||||
edit: true
|
||||
envKey: RPC_PORT_VALUE
|
||||
labelEn: RPC port
|
||||
labelZh: RPC端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 6888
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Listening port
|
||||
labelZh: 监听端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: aria2
|
||||
envKey: TOKEN
|
||||
labelEn: RPC secret
|
||||
labelZh: RPC密钥
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Path to the configuration file
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: https://trackerslist.com/all_aria2.txt
|
||||
edit: true
|
||||
envKey: TRACKER_URL
|
||||
labelEn: TRACKER URL
|
||||
labelZh: TRACKER链接
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40159
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40159
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Artalk
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 一款简洁的自托管评论系统
|
||||
description: 一款简洁的自托管评论系统
|
||||
additionalProperties:
|
||||
key: artalk
|
||||
name: Artalk
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一款简洁的自托管评论系统
|
||||
shortDescEn: A concise self hosted comment system
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://artalk.js.org
|
||||
github: https://github.com/ArtalkJS/Artalk
|
||||
document: https://artalk.js.org/guide/intro.html
|
||||
key: artalk
|
||||
name: Artalk
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一款简洁的自托管评论系统
|
||||
shortDescEn: A concise self hosted comment system
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://artalk.js.org
|
||||
github: https://github.com/ArtalkJS/Artalk
|
||||
document: https://artalk.js.org/guide/intro.html
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40159
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40159
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,38 +1,38 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40096
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/audiobooks
|
||||
edit: true
|
||||
envKey: DATA_PATH1
|
||||
labelEn: audiobooks folder path
|
||||
labelZh: audiobooks 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/podcasts
|
||||
edit: true
|
||||
envKey: DATA_PATH2
|
||||
labelEn: podcasts folder path
|
||||
labelZh: podcasts 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/metadata
|
||||
edit: true
|
||||
envKey: DATA_PATH3
|
||||
labelEn: metadata folder path
|
||||
labelZh: metadata 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40096
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/audiobooks
|
||||
edit: true
|
||||
envKey: DATA_PATH1
|
||||
labelEn: audiobooks folder path
|
||||
labelZh: audiobooks 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/podcasts
|
||||
edit: true
|
||||
envKey: DATA_PATH2
|
||||
labelEn: podcasts folder path
|
||||
labelZh: podcasts 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/metadata
|
||||
edit: true
|
||||
envKey: DATA_PATH3
|
||||
labelEn: metadata folder path
|
||||
labelZh: metadata 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Audiobookshelf
|
||||
tags:
|
||||
- 多媒体
|
||||
- 多媒体
|
||||
type: 工具
|
||||
description: 一个自托管有声读物和播客服务器
|
||||
additionalProperties:
|
||||
key: audiobookshelf
|
||||
name: Audiobookshelf
|
||||
tags:
|
||||
- Media
|
||||
shortDescZh: 一个自托管有声读物和播客服务器
|
||||
shortDescEn: A Self-hosted audiobook and podcast server
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.audiobookshelf.org/
|
||||
github: https://github.com/advplyr/audiobookshelf
|
||||
document: https://www.audiobookshelf.org/docs
|
||||
key: audiobookshelf
|
||||
name: Audiobookshelf
|
||||
tags:
|
||||
- Media
|
||||
shortDescZh: 一个自托管有声读物和播客服务器
|
||||
shortDescEn: A Self-hosted audiobook and podcast server
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.audiobookshelf.org/
|
||||
github: https://github.com/advplyr/audiobookshelf
|
||||
document: https://www.audiobookshelf.org/docs
|
||||
|
@ -1,38 +1,38 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40096
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/audiobooks
|
||||
edit: true
|
||||
envKey: DATA_PATH1
|
||||
labelEn: audiobooks folder path
|
||||
labelZh: audiobooks 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/podcasts
|
||||
edit: true
|
||||
envKey: DATA_PATH2
|
||||
labelEn: podcasts folder path
|
||||
labelZh: podcasts 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/metadata
|
||||
edit: true
|
||||
envKey: DATA_PATH3
|
||||
labelEn: metadata folder path
|
||||
labelZh: metadata 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40096
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/audiobooks
|
||||
edit: true
|
||||
envKey: DATA_PATH1
|
||||
labelEn: audiobooks folder path
|
||||
labelZh: audiobooks 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/podcasts
|
||||
edit: true
|
||||
envKey: DATA_PATH2
|
||||
labelEn: podcasts folder path
|
||||
labelZh: podcasts 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/metadata
|
||||
edit: true
|
||||
envKey: DATA_PATH3
|
||||
labelEn: metadata folder path
|
||||
labelZh: metadata 文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,56 +1,56 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40036
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
- default: /root/.ssh/id_rsa
|
||||
edit: true
|
||||
envKey: SSH_KEY_PATH
|
||||
labelEn: SSH key file
|
||||
labelZh: SSH 私钥文件
|
||||
required: true
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: SECRECY_KEY
|
||||
labelEn: Secret Key
|
||||
labelZh: 保密密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
formFields:
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40036
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
- default: /root/.ssh/id_rsa
|
||||
edit: true
|
||||
envKey: SSH_KEY_PATH
|
||||
labelEn: SSH key file
|
||||
labelZh: SSH 私钥文件
|
||||
required: true
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: SECRECY_KEY
|
||||
labelEn: Secret Key
|
||||
labelZh: 保密密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Aurora
|
||||
tags:
|
||||
- 实用工具
|
||||
- 实用工具
|
||||
title: 极光面板-一个多服务器端口租用管理面板
|
||||
description: 极光面板-一个多服务器端口租用管理面板
|
||||
additionalProperties:
|
||||
key: aurora
|
||||
name: Aurora
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 极光面板-一个多服务器端口租用管理面板
|
||||
shortDescEn: A multi-server port leasing management panel
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://github.com/Aurora-Admin-Panel/deploy
|
||||
github: https://github.com/Aurora-Admin-Panel/deploy
|
||||
document: https://github.com/Aurora-Admin-Panel/deploy
|
||||
key: aurora
|
||||
name: Aurora
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 极光面板-一个多服务器端口租用管理面板
|
||||
shortDescEn: A multi-server port leasing management panel
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://github.com/Aurora-Admin-Panel/deploy
|
||||
github: https://github.com/Aurora-Admin-Panel/deploy
|
||||
document: https://github.com/Aurora-Admin-Panel/deploy
|
||||
|
@ -1,56 +1,56 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40036
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
- default: /root/.ssh/id_rsa
|
||||
edit: true
|
||||
envKey: SSH_KEY_PATH
|
||||
labelEn: SSH key file
|
||||
labelZh: SSH 私钥文件
|
||||
required: true
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: SECRECY_KEY
|
||||
labelEn: Secret Key
|
||||
labelZh: 保密密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
formFields:
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40036
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
- default: /root/.ssh/id_rsa
|
||||
edit: true
|
||||
envKey: SSH_KEY_PATH
|
||||
labelEn: SSH key file
|
||||
labelZh: SSH 私钥文件
|
||||
required: true
|
||||
type: text
|
||||
- default: aurora
|
||||
envKey: SECRECY_KEY
|
||||
labelEn: Secret Key
|
||||
labelZh: 保密密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: AutoBangumi
|
||||
tags:
|
||||
- 多媒体
|
||||
- 多媒体
|
||||
title: 全自动追番工具
|
||||
description: 全自动追番工具
|
||||
additionalProperties:
|
||||
key: autobangumi
|
||||
name: AutoBangumi
|
||||
tags:
|
||||
- Media
|
||||
shortDescZh: 全自动追番工具
|
||||
shortDescEn: Automated anime tracking tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.autobangumi.org
|
||||
github: https://github.com/EstrellaXD/Auto_Bangumi
|
||||
document: https://www.autobangumi.org
|
||||
key: autobangumi
|
||||
name: AutoBangumi
|
||||
tags:
|
||||
- Media
|
||||
shortDescZh: 全自动追番工具
|
||||
shortDescEn: Automated anime tracking tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.autobangumi.org
|
||||
github: https://github.com/EstrellaXD/Auto_Bangumi
|
||||
document: https://www.autobangumi.org
|
||||
|
@ -1,9 +1,9 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 'AUTOHEAL_CONTAINER_LABEL=all'
|
||||
edit: true
|
||||
envKey: ENV1
|
||||
labelEn: Environmental parameters
|
||||
labelZh: 环境参数
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 'AUTOHEAL_CONTAINER_LABEL=all'
|
||||
edit: true
|
||||
envKey: ENV1
|
||||
labelEn: Environmental parameters
|
||||
labelZh: 环境参数
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Docker Autoheal
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 监视和重启不正常的 docker 容器
|
||||
description: 监视和重启不正常的 docker 容器
|
||||
additionalProperties:
|
||||
key: autoheal
|
||||
name: Docker Autoheal
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 监视和重启不正常的 docker 容器
|
||||
shortDescEn: Monitor and restart unhealthy docker containers
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://github.com/willfarrell/docker-autoheal
|
||||
github: https://github.com/willfarrell/docker-autoheal
|
||||
document: https://github.com/willfarrell/docker-autoheal
|
||||
key: autoheal
|
||||
name: Docker Autoheal
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 监视和重启不正常的 docker 容器
|
||||
shortDescEn: Monitor and restart unhealthy docker containers
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://github.com/willfarrell/docker-autoheal
|
||||
github: https://github.com/willfarrell/docker-autoheal
|
||||
document: https://github.com/willfarrell/docker-autoheal
|
||||
|
@ -1,9 +1,9 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 'AUTOHEAL_CONTAINER_LABEL=all'
|
||||
edit: true
|
||||
envKey: ENV1
|
||||
labelEn: Environmental parameters
|
||||
labelZh: 环境参数
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 'AUTOHEAL_CONTAINER_LABEL=all'
|
||||
edit: true
|
||||
envKey: ENV1
|
||||
labelEn: Environmental parameters
|
||||
labelZh: 环境参数
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,33 +1,33 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40035
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: VNCPassword
|
||||
edit: true
|
||||
envKey: VNC_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config file path
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40035
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: VNCPassword
|
||||
edit: true
|
||||
envKey: VNC_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config file path
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,33 +1,33 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40035
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: VNCPassword
|
||||
edit: true
|
||||
envKey: VNC_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config file path
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40035
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: VNCPassword
|
||||
edit: true
|
||||
envKey: VNC_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config file path
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: 百度网盘
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 百度网盘是百度推出的一项云存储服务
|
||||
description: 百度网盘是百度推出的一项云存储服务
|
||||
additionalProperties:
|
||||
key: baidunetdisk
|
||||
name: 百度网盘
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 百度网盘是百度推出的一项云存储服务
|
||||
shortDescEn: BaiduNetdisk is a cloud storage service launched by Baidu
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://pan.baidu.com/
|
||||
github: https://github.com/gshang2017/docker/tree/master/baidunetdisk
|
||||
document: https://github.com/gshang2017/docker/tree/master/baidunetdisk
|
||||
key: baidunetdisk
|
||||
name: 百度网盘
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 百度网盘是百度推出的一项云存储服务
|
||||
shortDescEn: BaiduNetdisk is a cloud storage service launched by Baidu
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://pan.baidu.com/
|
||||
github: https://github.com/gshang2017/docker/tree/master/baidunetdisk
|
||||
document: https://github.com/gshang2017/docker/tree/master/baidunetdisk
|
||||
|
@ -1,33 +1,33 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40035
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: VNCPassword
|
||||
edit: true
|
||||
envKey: VNC_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config file path
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40035
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: VNCPassword
|
||||
edit: true
|
||||
envKey: VNC_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ./data/config
|
||||
edit: true
|
||||
envKey: CONFIG_PATH
|
||||
labelEn: Config file path
|
||||
labelZh: 配置文件所在路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/downloads
|
||||
edit: true
|
||||
envKey: DOWNLOAD_PATH
|
||||
labelEn: Download folder path
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: BT-Panel
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 宝塔面板,服务器运维管理面板
|
||||
description: 宝塔面板,服务器运维管理面板
|
||||
additionalProperties:
|
||||
key: baota
|
||||
name: BT-Panel
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 宝塔面板,服务器运维管理面板
|
||||
shortDescEn: BT-Panel , Server O&M management panel
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.bt.cn/
|
||||
github: https://github.com/aaPanel/BaoTa
|
||||
document: http://docs.bt.cn/
|
||||
key: baota
|
||||
name: BT-Panel
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 宝塔面板,服务器运维管理面板
|
||||
shortDescEn: BT-Panel , Server O&M management panel
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.bt.cn/
|
||||
github: https://github.com/aaPanel/BaoTa
|
||||
document: http://docs.bt.cn/
|
||||
|
@ -1,50 +1,50 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8888
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Panel Port
|
||||
labelZh: 面板端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10080
|
||||
edit: true
|
||||
envKey: HTTP_PORT
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10443
|
||||
edit: true
|
||||
envKey: HTTPS_PORT
|
||||
labelEn: HTTPS Port
|
||||
labelZh: HTTPS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10888
|
||||
edit: true
|
||||
envKey: PHPMYADMIN_PORT
|
||||
labelEn: phpMyAdmin Port
|
||||
labelZh: phpMyAdmin端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20022
|
||||
edit: true
|
||||
envKey: SSH_PORT
|
||||
labelEn: SSH Port
|
||||
labelZh: 面板内SSH端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20021
|
||||
edit: true
|
||||
envKey: FTP_PORT
|
||||
labelEn: SSH Port
|
||||
labelZh: 面板内FTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 8888
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Panel Port
|
||||
labelZh: 面板端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10080
|
||||
edit: true
|
||||
envKey: HTTP_PORT
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10443
|
||||
edit: true
|
||||
envKey: HTTPS_PORT
|
||||
labelEn: HTTPS Port
|
||||
labelZh: HTTPS端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 10888
|
||||
edit: true
|
||||
envKey: PHPMYADMIN_PORT
|
||||
labelEn: phpMyAdmin Port
|
||||
labelZh: phpMyAdmin端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20022
|
||||
edit: true
|
||||
envKey: SSH_PORT
|
||||
labelEn: SSH Port
|
||||
labelZh: 面板内SSH端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 20021
|
||||
edit: true
|
||||
envKey: FTP_PORT
|
||||
labelEn: SSH Port
|
||||
labelZh: 面板内FTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Bark
|
||||
tags:
|
||||
- 开发工具
|
||||
- 开发工具
|
||||
title: iOS 消息推送工具
|
||||
description: iOS 消息推送工具
|
||||
additionalProperties:
|
||||
key: bark
|
||||
name: Bark
|
||||
tags:
|
||||
- DevTool
|
||||
shortDescZh: iOS 消息推送工具
|
||||
shortDescEn: iOS message push tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://bark.day.app
|
||||
github: https://github.com/Finb/Bark
|
||||
document: https://bark.day.app
|
||||
key: bark
|
||||
name: Bark
|
||||
tags:
|
||||
- DevTool
|
||||
shortDescZh: iOS 消息推送工具
|
||||
shortDescEn: iOS message push tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://bark.day.app
|
||||
github: https://github.com/Finb/Bark
|
||||
document: https://bark.day.app
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Beszel-Agent
|
||||
tags:
|
||||
- 实用工具
|
||||
- 实用工具
|
||||
title: 一个轻量级服务器资源监控工具 (客户端)
|
||||
description: 一个轻量级服务器资源监控工具 (客户端)
|
||||
additionalProperties:
|
||||
key: beszel-agent
|
||||
name: Beszel-Agent
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个轻量级服务器资源监控工具 (客户端)
|
||||
shortDescEn: A lightweight server resource monitoring hub (Agent)
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/henrygd/beszel
|
||||
github: https://github.com/henrygd/beszel
|
||||
document: https://github.com/henrygd/beszel
|
||||
key: beszel-agent
|
||||
name: Beszel-Agent
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个轻量级服务器资源监控工具 (客户端)
|
||||
shortDescEn: A lightweight server resource monitoring hub (Agent)
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/henrygd/beszel
|
||||
github: https://github.com/henrygd/beszel
|
||||
document: https://github.com/henrygd/beszel
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Beszel
|
||||
tags:
|
||||
- 实用工具
|
||||
- 实用工具
|
||||
title: 一个轻量级服务器资源监控工具
|
||||
description: 一个轻量级服务器资源监控工具
|
||||
additionalProperties:
|
||||
key: beszel
|
||||
name: Beszel
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个轻量级服务器资源监控工具
|
||||
shortDescEn: A lightweight server resource monitoring hub
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/henrygd/beszel
|
||||
github: https://github.com/henrygd/beszel
|
||||
document: https://github.com/henrygd/beszel
|
||||
key: beszel
|
||||
name: Beszel
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个轻量级服务器资源监控工具
|
||||
shortDescEn: A lightweight server resource monitoring hub
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/henrygd/beszel
|
||||
github: https://github.com/henrygd/beszel
|
||||
document: https://github.com/henrygd/beszel
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40079
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40079
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Bililive-go
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 一个支持多种直播平台的直播录制工具
|
||||
description: 一个支持多种直播平台的直播录制工具
|
||||
additionalProperties:
|
||||
key: bililive-go
|
||||
name: Bililive-go
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个支持多种直播平台的直播录制工具
|
||||
shortDescEn: A live recording tool that supports multiple live streaming platforms
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/hr3lxphr6j/bililive-go
|
||||
github: https://github.com/hr3lxphr6j/bililive-go
|
||||
document: https://github.com/hr3lxphr6j/bililive-go/wiki
|
||||
key: bililive-go
|
||||
name: Bililive-go
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个支持多种直播平台的直播录制工具
|
||||
shortDescEn: A live recording tool that supports multiple live streaming platforms
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/hr3lxphr6j/bililive-go
|
||||
github: https://github.com/hr3lxphr6j/bililive-go
|
||||
document: https://github.com/hr3lxphr6j/bililive-go/wiki
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40079
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40079
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -52,4 +52,3 @@ additionalProperties:
|
||||
labelZh: 用户组 ID
|
||||
required: true
|
||||
type: number
|
||||
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: BililiveRecorder
|
||||
tags:
|
||||
- 实用工具
|
||||
- 实用工具
|
||||
title: 哔哩哔哩直播录制工具
|
||||
description: 哔哩哔哩直播录制工具
|
||||
additionalProperties:
|
||||
key: bililive-recorder
|
||||
name: BililiveRecorder
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 哔哩哔哩直播录制工具
|
||||
shortDescEn: Bilibili live stream recording tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://rec.danmuji.org
|
||||
github: https://github.com/BililiveRecorder/BililiveRecorder
|
||||
document: https://rec.danmuji.org/install/versions/
|
||||
key: bililive-recorder
|
||||
name: BililiveRecorder
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 哔哩哔哩直播录制工具
|
||||
shortDescEn: Bilibili live stream recording tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://rec.danmuji.org
|
||||
github: https://github.com/BililiveRecorder/BililiveRecorder
|
||||
document: https://rec.danmuji.org/install/versions/
|
||||
|
@ -52,4 +52,3 @@ additionalProperties:
|
||||
labelZh: 用户组 ID
|
||||
required: true
|
||||
type: number
|
||||
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Bitwarden
|
||||
tags:
|
||||
- 安全
|
||||
- 安全
|
||||
title: 一个开源的密码管理服务
|
||||
description: 一个开源的密码管理服务
|
||||
additionalProperties:
|
||||
key: bitwarden
|
||||
name: Bitwarden
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 一个开源的密码管理服务
|
||||
shortDescEn: An open source password management service
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://bitwarden.com/
|
||||
github: https://github.com/dani-garcia/vaultwarden
|
||||
document: https://github.com/dani-garcia/vaultwarden/wiki
|
||||
key: bitwarden
|
||||
name: Bitwarden
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 一个开源的密码管理服务
|
||||
shortDescEn: An open source password management service
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://bitwarden.com/
|
||||
github: https://github.com/dani-garcia/vaultwarden
|
||||
document: https://github.com/dani-garcia/vaultwarden/wiki
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Blinko
|
||||
tags:
|
||||
- 实用工具
|
||||
- 实用工具
|
||||
title: 一款开源、自托管的个人笔记工具
|
||||
description: 一款开源、自托管的个人笔记工具
|
||||
additionalProperties:
|
||||
key: blinko
|
||||
name: Blinko
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一款开源、自托管的个人笔记工具
|
||||
shortDescEn: An open-source, self-hosted personal note tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://blinko-demo.vercel.app
|
||||
github: https://github.com/blinko-space/blinko
|
||||
document: https://blinko-doc.vercel.app/intro.html
|
||||
key: blinko
|
||||
name: Blinko
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一款开源、自托管的个人笔记工具
|
||||
shortDescEn: An open-source, self-hosted personal note tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://blinko-demo.vercel.app
|
||||
github: https://github.com/blinko-space/blinko
|
||||
document: https://blinko-doc.vercel.app/intro.html
|
||||
|
@ -1,48 +1,48 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: PANEL_DB_TYPE
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40204
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: PANEL_DB_TYPE
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40204
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Blossom
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 一个支持私有部署的云端双链笔记软件
|
||||
description: 一个支持私有部署的云端双链笔记软件
|
||||
additionalProperties:
|
||||
key: blossom
|
||||
name: Blossom
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个支持私有部署的云端双链笔记软件
|
||||
shortDescEn: A note-taking software which support self-hosted and cloud-based dual-chain storing
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.wangyunf.com/blossom-doc/
|
||||
github: https://github.com/blossom-editor/blossom
|
||||
document: https://www.wangyunf.com/blossom-doc/
|
||||
key: blossom
|
||||
name: Blossom
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个支持私有部署的云端双链笔记软件
|
||||
shortDescEn: A note-taking software which support self-hosted and cloud-based dual-chain storing
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.wangyunf.com/blossom-doc/
|
||||
github: https://github.com/blossom-editor/blossom
|
||||
document: https://www.wangyunf.com/blossom-doc/
|
||||
|
@ -1,48 +1,48 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: PANEL_DB_TYPE
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40204
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
envKey: PANEL_DB_TYPE
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: blossom
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40204
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,57 +1,57 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: POSTGRES_HOST
|
||||
key: postgresql
|
||||
labelEn: Postgres database Service
|
||||
labelZh: Postgres数据库服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "5432"
|
||||
edit: true
|
||||
envKey: POSTGRES_PORT
|
||||
labelEn: Postgres database Service Port
|
||||
labelZh: Postgres数据库服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: bytebase
|
||||
edit: true
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: 40171
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: POSTGRES_HOST
|
||||
key: postgresql
|
||||
labelEn: Postgres database Service
|
||||
labelZh: Postgres数据库服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "5432"
|
||||
edit: true
|
||||
envKey: POSTGRES_PORT
|
||||
labelEn: Postgres database Service Port
|
||||
labelZh: Postgres数据库服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: bytebase
|
||||
edit: true
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: 40171
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data storage folder
|
||||
labelZh: 数据存放文件夹
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,24 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40109
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/books
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Books folder path
|
||||
labelZh: 书本文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40109
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/books
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Books folder path
|
||||
labelZh: 书本文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Calibre-Web
|
||||
tags:
|
||||
- 多媒体
|
||||
- 多媒体
|
||||
title: 用于浏览、阅读和下载存储在 Calibre 数据库中的电子书的 Web 应用程序
|
||||
description: 用于浏览、阅读和下载存储在 Calibre 数据库中的电子书的 Web 应用程序
|
||||
additionalProperties:
|
||||
key: calibre-web
|
||||
name: Calibre-Web
|
||||
tags:
|
||||
- Media
|
||||
shortDescZh: 用于浏览、阅读和下载存储在 Calibre 数据库中的电子书的 Web 应用程序
|
||||
shortDescEn: Web app for browsing, reading and downloading eBooks stored in a Calibre database
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://calibre-ebook.com
|
||||
github: https://github.com/janeczku/calibre-web
|
||||
document: https://calibre-ebook.com/help
|
||||
key: calibre-web
|
||||
name: Calibre-Web
|
||||
tags:
|
||||
- Media
|
||||
shortDescZh: 用于浏览、阅读和下载存储在 Calibre 数据库中的电子书的 Web 应用程序
|
||||
shortDescEn: Web app for browsing, reading and downloading eBooks stored in a Calibre database
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://calibre-ebook.com
|
||||
github: https://github.com/janeczku/calibre-web
|
||||
document: https://calibre-ebook.com/help
|
||||
|
@ -1,24 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40109
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/books
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Books folder path
|
||||
labelZh: 书本文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40109
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/books
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Books folder path
|
||||
labelZh: 书本文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: Asia/Shanghai
|
||||
edit: true
|
||||
envKey: TIME_ZONE
|
||||
labelEn: Time zone
|
||||
labelZh: 时区
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Cashbook
|
||||
tags:
|
||||
- 实用工具
|
||||
- 实用工具
|
||||
title: 个人记账工具
|
||||
description: 个人记账工具
|
||||
additionalProperties:
|
||||
key: cashbook
|
||||
name: Cashbook
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 个人记账工具
|
||||
shortDescEn: Personal finance management tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://cashbook.oldmoon.top
|
||||
github: https://github.com/dingdangdog/cashbook-web
|
||||
document: https://github.com/dingdangdog/cashbook-web
|
||||
key: cashbook
|
||||
name: Cashbook
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 个人记账工具
|
||||
shortDescEn: Personal finance management tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://cashbook.oldmoon.top
|
||||
github: https://github.com/dingdangdog/cashbook-web
|
||||
document: https://github.com/dingdangdog/cashbook-web
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Certd
|
||||
tags:
|
||||
- 安全
|
||||
- 安全
|
||||
title: 开源 SSL 证书管理工具
|
||||
description: 开源 SSL 证书管理工具
|
||||
additionalProperties:
|
||||
key: certd
|
||||
name: Certd
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 开源 SSL 证书管理工具
|
||||
shortDescEn: Open source SSL certificate management tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://certd.docmirror.cn
|
||||
github: https://github.com/certd/certd
|
||||
document: https://certd.docmirror.cn
|
||||
key: certd
|
||||
name: Certd
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 开源 SSL 证书管理工具
|
||||
shortDescEn: Open source SSL certificate management tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://certd.docmirror.cn
|
||||
github: https://github.com/certd/certd
|
||||
document: https://certd.docmirror.cn
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Certimate
|
||||
tags:
|
||||
- 安全
|
||||
- 安全
|
||||
title: 开源的 SSL 证书管理工具
|
||||
description: 开源的 SSL 证书管理工具
|
||||
additionalProperties:
|
||||
key: certimate
|
||||
name: Certimate
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 开源的 SSL 证书管理工具
|
||||
shortDescEn: Open source SSL certificate management tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://docs.certimate.me
|
||||
github: https://github.com/usual2970/certimate
|
||||
document: https://docs.certimate.me
|
||||
key: certimate
|
||||
name: Certimate
|
||||
tags:
|
||||
- Security
|
||||
shortDescZh: 开源的 SSL 证书管理工具
|
||||
shortDescEn: Open source SSL certificate management tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://docs.certimate.me
|
||||
github: https://github.com/usual2970/certimate
|
||||
document: https://docs.certimate.me
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40097
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40097
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Changedetection.io
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 网站更改检测、补货监控和通知。
|
||||
description: 网站更改检测、补货监控和通知。
|
||||
additionalProperties:
|
||||
key: changedetectionio
|
||||
name: Changedetection.io
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 网站更改检测、补货监控和通知。
|
||||
shortDescEn: Web Site Change Detection, Restock monitoring and notifications
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://changedetection.io/
|
||||
github: https://github.com/dgtlmoon/changedetection.io
|
||||
document: https://github.com/dgtlmoon/changedetection.io/wiki
|
||||
key: changedetectionio
|
||||
name: Changedetection.io
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 网站更改检测、补货监控和通知。
|
||||
shortDescEn: Web Site Change Detection, Restock monitoring and notifications
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://changedetection.io/
|
||||
github: https://github.com/dgtlmoon/changedetection.io
|
||||
document: https://github.com/dgtlmoon/changedetection.io/wiki
|
||||
|
@ -1,17 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40097
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40097
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,40 +1,40 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40042
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "sk-xxx"
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY
|
||||
labelZh: OPENAI API KEY
|
||||
required: true
|
||||
type: text
|
||||
- default: "chatgptnextweb"
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PROXY
|
||||
labelEn: Proxy (example:http://127.0.0.1:7890 user password)
|
||||
labelZh: 代理地址(例子:http://127.0.0.1:7890 user password)
|
||||
required: false
|
||||
type: text
|
||||
- default: "https://api.openai.com"
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address
|
||||
labelZh: API接口地址
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40042
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "sk-xxx"
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY
|
||||
labelZh: OPENAI API KEY
|
||||
required: true
|
||||
type: text
|
||||
- default: "chatgptnextweb"
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PROXY
|
||||
labelEn: Proxy (example:http://127.0.0.1:7890 user password)
|
||||
labelZh: 代理地址(例子:http://127.0.0.1:7890 user password)
|
||||
required: false
|
||||
type: text
|
||||
- default: "https://api.openai.com"
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address
|
||||
labelZh: API接口地址
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: ChatGPT-Next-Web
|
||||
tags:
|
||||
- AI / 大模型
|
||||
- AI / 大模型
|
||||
title: 一键免费部署你的跨平台私人 ChatGPT 应用
|
||||
description: 一键免费部署你的跨平台私人 ChatGPT 应用
|
||||
additionalProperties:
|
||||
key: chatgpt-next-web
|
||||
name: ChatGPT-Next-Web
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 一键免费部署你的跨平台私人 ChatGPT 应用
|
||||
shortDescEn: One-Click to get well-designed cross-platform ChatGPT web UI
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/Yidadaa/ChatGPT-Next-Web
|
||||
github: https://github.com/Yidadaa/ChatGPT-Next-Web
|
||||
document: https://github.com/Yidadaa/ChatGPT-Next-Web
|
||||
key: chatgpt-next-web
|
||||
name: ChatGPT-Next-Web
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 一键免费部署你的跨平台私人 ChatGPT 应用
|
||||
shortDescEn: One-Click to get well-designed cross-platform ChatGPT web UI
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/Yidadaa/ChatGPT-Next-Web
|
||||
github: https://github.com/Yidadaa/ChatGPT-Next-Web
|
||||
document: https://github.com/Yidadaa/ChatGPT-Next-Web
|
||||
|
@ -1,40 +1,40 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40042
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "sk-xxx"
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY
|
||||
labelZh: OPENAI API KEY
|
||||
required: true
|
||||
type: text
|
||||
- default: "chatgptnextweb"
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PROXY
|
||||
labelEn: Proxy (example:http://127.0.0.1:7890 user password)
|
||||
labelZh: 代理地址(例子:http://127.0.0.1:7890 user password)
|
||||
required: false
|
||||
type: text
|
||||
- default: "https://api.openai.com"
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address
|
||||
labelZh: API接口地址
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40042
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "sk-xxx"
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY
|
||||
labelZh: OPENAI API KEY
|
||||
required: true
|
||||
type: text
|
||||
- default: "chatgptnextweb"
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PROXY
|
||||
labelEn: Proxy (example:http://127.0.0.1:7890 user password)
|
||||
labelZh: 代理地址(例子:http://127.0.0.1:7890 user password)
|
||||
required: false
|
||||
type: text
|
||||
- default: "https://api.openai.com"
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address
|
||||
labelZh: API接口地址
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: ChatGPT on WeChat
|
||||
tags:
|
||||
- AI / 大模型
|
||||
- AI / 大模型
|
||||
title: 基于大模型的智能对话机器人
|
||||
description: 基于大模型的智能对话机器人
|
||||
additionalProperties:
|
||||
key: chatgpt-on-wechat
|
||||
name: ChatGPT on WeChat
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 基于大模型的智能对话机器人
|
||||
shortDescEn: Intelligent Conversational Bots Based on Large Models
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/zhayujie/chatgpt-on-wechat
|
||||
github: https://github.com/zhayujie/chatgpt-on-wechat
|
||||
document: https://docs.link-ai.tech/cow
|
||||
key: chatgpt-on-wechat
|
||||
name: ChatGPT on WeChat
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 基于大模型的智能对话机器人
|
||||
shortDescEn: Intelligent Conversational Bots Based on Large Models
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/zhayujie/chatgpt-on-wechat
|
||||
github: https://github.com/zhayujie/chatgpt-on-wechat
|
||||
document: https://docs.link-ai.tech/cow
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: ChatGPT Web
|
||||
tags:
|
||||
- AI / 大模型
|
||||
- AI / 大模型
|
||||
title: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
description: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
additionalProperties:
|
||||
key: chatgpt-web
|
||||
name: ChatGPT Web
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
shortDescEn: ChatGPT-enabled dual-model demo page built with express and vue3
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
github: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
document: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
key: chatgpt-web
|
||||
name: ChatGPT Web
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 使用 express 和 vue3 搭建的支持 ChatGPT 双模型演示网页
|
||||
shortDescEn: ChatGPT-enabled dual-model demo page built with express and vue3
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
github: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
document: https://github.com/Chanzhaoyu/chatgpt-web
|
||||
|
@ -1,103 +1,103 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40021
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: ACCESS_TOKEN
|
||||
labelEn: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session)
|
||||
labelZh: OPENAI ACCESS TOKEN(与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session)
|
||||
required: false
|
||||
type: text
|
||||
- default: https://bypass.duti.tech/api/conversation
|
||||
edit: true
|
||||
envKey: REVERSE_PROXY
|
||||
labelEn: API reverse proxy, optional (enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability)
|
||||
labelZh: API反向代理,可选(OPENAI ACCESS TOKEN时默认启用,需要注意可用性)
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN)
|
||||
labelZh: OPENAI API KEY(与OPENAI ACCESS TOKEN至少填一个)
|
||||
required: false
|
||||
type: text
|
||||
- default: gpt-3.5-turbo
|
||||
edit: true
|
||||
envKey: API_MODEL
|
||||
labelEn: API model, optional, available when setting OPENAI API KEY(https://platform.openai.com/docs/models)
|
||||
labelZh: API模型,可选,设置OPENAI API KEY时可用(https://platform.openai.com/docs/models)
|
||||
required: false
|
||||
type: text
|
||||
- default: https://api.openai.com
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address, optional, available when setting OPENAI API KEY
|
||||
labelZh: API接口地址,可选,设置OPENAI API KEY时可用
|
||||
required: false
|
||||
type: text
|
||||
- default: chatgptweb
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: '0'
|
||||
edit: true
|
||||
envKey: REQUEST_LIMIT
|
||||
labelEn: Maximum number of requests per hour, optional, default unlimited
|
||||
labelZh: 每小时最大请求次数,可选,默认无限
|
||||
required: false
|
||||
type: text
|
||||
- default: '60000'
|
||||
edit: true
|
||||
envKey: TIMEOUT
|
||||
labelEn: Timeout, in milliseconds, optional
|
||||
labelZh: 超时,单位毫秒,可选
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_HOST
|
||||
labelEn: Socks proxy address, optional, effective when combined with Socks proxy port
|
||||
labelZh: Socks代理地址,可选,和Socks代理端口一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_PORT
|
||||
labelEn: Socks proxy port, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理端口,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_USERNAME
|
||||
labelEn: Socks proxy user name, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理用户名,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_PASSWORD
|
||||
labelEn: Socks proxy password, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理密码,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: HTTPS_PROXY
|
||||
labelEn: HTTPS proxy, optional, supports http, https, socks5
|
||||
labelZh: HTTPS代理,可选,支持http,https,socks5
|
||||
required: false
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40021
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: ACCESS_TOKEN
|
||||
labelEn: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session)
|
||||
labelZh: OPENAI ACCESS TOKEN(与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session)
|
||||
required: false
|
||||
type: text
|
||||
- default: https://bypass.duti.tech/api/conversation
|
||||
edit: true
|
||||
envKey: REVERSE_PROXY
|
||||
labelEn: API reverse proxy, optional (enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability)
|
||||
labelZh: API反向代理,可选(OPENAI ACCESS TOKEN时默认启用,需要注意可用性)
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: API_KEY
|
||||
labelEn: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN)
|
||||
labelZh: OPENAI API KEY(与OPENAI ACCESS TOKEN至少填一个)
|
||||
required: false
|
||||
type: text
|
||||
- default: gpt-3.5-turbo
|
||||
edit: true
|
||||
envKey: API_MODEL
|
||||
labelEn: API model, optional, available when setting OPENAI API KEY(https://platform.openai.com/docs/models)
|
||||
labelZh: API模型,可选,设置OPENAI API KEY时可用(https://platform.openai.com/docs/models)
|
||||
required: false
|
||||
type: text
|
||||
- default: https://api.openai.com
|
||||
edit: true
|
||||
envKey: API_BASE_URL
|
||||
labelEn: API interface address, optional, available when setting OPENAI API KEY
|
||||
labelZh: API接口地址,可选,设置OPENAI API KEY时可用
|
||||
required: false
|
||||
type: text
|
||||
- default: chatgptweb
|
||||
edit: true
|
||||
envKey: SECRET_KEY
|
||||
labelEn: Access rights key, optional (recommended)
|
||||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||||
random: true
|
||||
required: false
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: '0'
|
||||
edit: true
|
||||
envKey: REQUEST_LIMIT
|
||||
labelEn: Maximum number of requests per hour, optional, default unlimited
|
||||
labelZh: 每小时最大请求次数,可选,默认无限
|
||||
required: false
|
||||
type: text
|
||||
- default: '60000'
|
||||
edit: true
|
||||
envKey: TIMEOUT
|
||||
labelEn: Timeout, in milliseconds, optional
|
||||
labelZh: 超时,单位毫秒,可选
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_HOST
|
||||
labelEn: Socks proxy address, optional, effective when combined with Socks proxy port
|
||||
labelZh: Socks代理地址,可选,和Socks代理端口一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_PORT
|
||||
labelEn: Socks proxy port, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理端口,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_USERNAME
|
||||
labelEn: Socks proxy user name, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理用户名,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PROXY_PASSWORD
|
||||
labelEn: Socks proxy password, optional, effective when combined with Socks proxy address
|
||||
labelZh: Socks代理密码,可选,和Socks代理地址一起时生效
|
||||
required: false
|
||||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: HTTPS_PROXY
|
||||
labelEn: HTTPS proxy, optional, supports http, https, socks5
|
||||
labelZh: HTTPS代理,可选,支持http,https,socks5
|
||||
required: false
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Chat Nio
|
||||
tags:
|
||||
- AI / 大模型
|
||||
- AI / 大模型
|
||||
title: 下一代 AI 一站式解决方案
|
||||
description: 下一代 AI 一站式解决方案
|
||||
additionalProperties:
|
||||
key: chatnio
|
||||
name: Chat Nio
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 下一代 AI 一站式解决方案
|
||||
shortDescEn: Next Generation AI One-Stop Internationalization Solution
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://chatnio.com
|
||||
github: https://github.com/Deeptrain-Community/chatnio
|
||||
document: https://chatnio.com/guide
|
||||
key: chatnio
|
||||
name: Chat Nio
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 下一代 AI 一站式解决方案
|
||||
shortDescEn: Next Generation AI One-Stop Internationalization Solution
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://chatnio.com
|
||||
github: https://github.com/Deeptrain-Community/chatnio
|
||||
document: https://chatnio.com/guide
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Chemex
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 一个免费、开源、高效且漂亮的运维资产管理平台
|
||||
description: 一个免费、开源、高效且漂亮的运维资产管理平台
|
||||
additionalProperties:
|
||||
key: chemex
|
||||
name: Chemex
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个免费、开源、高效且漂亮的运维资产管理平台
|
||||
shortDescEn: A free, open-source, efficient and beautiful O&M asset management platform
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://hub.docker.com/r/celaraze/chemex
|
||||
github: https://github.com/celaraze/chemex
|
||||
document: https://github.com/celaraze/chemex
|
||||
key: chemex
|
||||
name: Chemex
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个免费、开源、高效且漂亮的运维资产管理平台
|
||||
shortDescEn: A free, open-source, efficient and beautiful O&M asset management platform
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://hub.docker.com/r/celaraze/chemex
|
||||
github: https://github.com/celaraze/chemex
|
||||
document: https://github.com/celaraze/chemex
|
||||
|
@ -1,86 +1,86 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: CHEMEX_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: CHEMEX_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: chemex
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: chemex
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: chemex
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40028
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/.env
|
||||
edit: true
|
||||
envKey: ENV_PATH
|
||||
labelEn: Environment configuration file path
|
||||
labelZh: 环境配置文件路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
envKey: PANEL_REDIS_DB_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis 服务
|
||||
required: true
|
||||
type: service
|
||||
- default: ""
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Redis Password
|
||||
labelZh: Redis 密码
|
||||
required: true
|
||||
type: password
|
||||
- default: 6379
|
||||
edit: true
|
||||
envKey: REDIS_DB_PORT
|
||||
labelEn: Redis Port
|
||||
labelZh: Redis端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
default: mysql
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
params:
|
||||
- envKey: CHEMEX_DB_PORT
|
||||
key: mysql
|
||||
type: param
|
||||
value: "3306"
|
||||
- envKey: CHEMEX_DB_PORT
|
||||
key: postgresql
|
||||
type: param
|
||||
value: "5432"
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- default: chemex
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: chemex
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: chemex
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 40028
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/.env
|
||||
edit: true
|
||||
envKey: ENV_PATH
|
||||
labelEn: Environment configuration file path
|
||||
labelZh: 环境配置文件路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
envKey: PANEL_REDIS_DB_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis 服务
|
||||
required: true
|
||||
type: service
|
||||
- default: ""
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Redis Password
|
||||
labelZh: Redis 密码
|
||||
required: true
|
||||
type: password
|
||||
- default: 6379
|
||||
edit: true
|
||||
envKey: REDIS_DB_PORT
|
||||
labelEn: Redis Port
|
||||
labelZh: Redis端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Chevereto
|
||||
tags:
|
||||
- 建站
|
||||
- 建站
|
||||
title: 一个图像托管平台
|
||||
description: 一个图像托管平台
|
||||
additionalProperties:
|
||||
key: chevereto
|
||||
name: Chevereto
|
||||
tags:
|
||||
- Website
|
||||
shortDescZh: 一个图像托管平台
|
||||
shortDescEn: An image hosting platform
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://chevereto.com
|
||||
github: https://github.com/chevereto/chevereto
|
||||
document: https://chevereto.com/docs
|
||||
key: chevereto
|
||||
name: Chevereto
|
||||
tags:
|
||||
- Website
|
||||
shortDescZh: 一个图像托管平台
|
||||
shortDescEn: An image hosting platform
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://chevereto.com
|
||||
github: https://github.com/chevereto/chevereto
|
||||
document: https://chevereto.com/docs
|
||||
|
@ -1,39 +1,39 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40158
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 40159
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_IMAGE
|
||||
labelEn: WebUI video list with the port used to read pictures (127.0.0.1:port)
|
||||
labelZh: webui 视频列表读取图片用的端口 (127.0.0.1:port)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/media
|
||||
edit: true
|
||||
envKey: MEDIA_PATH
|
||||
labelEn: Media folder path
|
||||
labelZh: 媒体文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/media2
|
||||
edit: true
|
||||
envKey: MEDIA_PATH2
|
||||
labelEn: Media folder path
|
||||
labelZh: 媒体文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40158
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 40159
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_IMAGE
|
||||
labelEn: WebUI video list with the port used to read pictures (127.0.0.1:port)
|
||||
labelZh: webui 视频列表读取图片用的端口 (127.0.0.1:port)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/media
|
||||
edit: true
|
||||
envKey: MEDIA_PATH
|
||||
labelEn: Media folder path
|
||||
labelZh: 媒体文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/media2
|
||||
edit: true
|
||||
envKey: MEDIA_PATH2
|
||||
labelEn: Media folder path
|
||||
labelZh: 媒体文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: ChineseSubFinder
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 自动化中文字幕下载
|
||||
description: 自动化中文字幕下载
|
||||
additionalProperties:
|
||||
key: chinesesubfinder
|
||||
name: ChineseSubFinder
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 自动化中文字幕下载
|
||||
shortDescEn: Automatic Chinese subtitle download
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/ChineseSubFinder/ChineseSubFinder
|
||||
github: https://github.com/ChineseSubFinder/ChineseSubFinder
|
||||
document: https://github.com/ChineseSubFinder/ChineseSubFinder
|
||||
key: chinesesubfinder
|
||||
name: ChineseSubFinder
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 自动化中文字幕下载
|
||||
shortDescEn: Automatic Chinese subtitle download
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/ChineseSubFinder/ChineseSubFinder
|
||||
github: https://github.com/ChineseSubFinder/ChineseSubFinder
|
||||
document: https://github.com/ChineseSubFinder/ChineseSubFinder
|
||||
|
@ -1,39 +1,39 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40158
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 40159
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_IMAGE
|
||||
labelEn: WebUI video list with the port used to read pictures (127.0.0.1:port)
|
||||
labelZh: webui 视频列表读取图片用的端口 (127.0.0.1:port)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/media
|
||||
edit: true
|
||||
envKey: MEDIA_PATH
|
||||
labelEn: Media folder path
|
||||
labelZh: 媒体文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/media2
|
||||
edit: true
|
||||
envKey: MEDIA_PATH2
|
||||
labelEn: Media folder path
|
||||
labelZh: 媒体文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
formFields:
|
||||
- default: 40158
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 40159
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_IMAGE
|
||||
labelEn: WebUI video list with the port used to read pictures (127.0.0.1:port)
|
||||
labelZh: webui 视频列表读取图片用的端口 (127.0.0.1:port)
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/media
|
||||
edit: true
|
||||
envKey: MEDIA_PATH
|
||||
labelEn: Media folder path
|
||||
labelZh: 媒体文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/media2
|
||||
edit: true
|
||||
envKey: MEDIA_PATH2
|
||||
labelEn: Media folder path
|
||||
labelZh: 媒体文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: Chrome Browser
|
||||
tags:
|
||||
- 实用工具
|
||||
- 实用工具
|
||||
title: Google Chrome 浏览器
|
||||
description: Google Chrome 浏览器
|
||||
additionalProperties:
|
||||
key: chrome-browser
|
||||
name: Chrome Browser
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: Google Chrome 浏览器
|
||||
shortDescEn: Google Chrome
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.google.com/chrome/
|
||||
github: https://www.google.com/chrome/
|
||||
document: https://www.google.com/chrome/
|
||||
key: chrome-browser
|
||||
name: Chrome Browser
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: Google Chrome 浏览器
|
||||
shortDescEn: Google Chrome
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.google.com/chrome/
|
||||
github: https://www.google.com/chrome/
|
||||
document: https://www.google.com/chrome/
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: 川虎 Chat (Chuanhu Chat)
|
||||
tags:
|
||||
- AI / 大模型
|
||||
- AI / 大模型
|
||||
title: 为多种 LLM 提供了一个轻快好用的 Web 图形界面和众多附加功能
|
||||
description: 为多种 LLM 提供了一个轻快好用的 Web 图形界面和众多附加功能
|
||||
additionalProperties:
|
||||
key: chuanhuchat
|
||||
name: 川虎 Chat (Chuanhu Chat)
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 为多种 LLM 提供了一个轻快好用的 Web 图形界面和众多附加功能
|
||||
shortDescEn: Lightweight and User-friendly Web-UI for LLMs
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/GaiZhenbiao/ChuanhuChatGPT
|
||||
github: https://github.com/GaiZhenbiao/ChuanhuChatGPT
|
||||
document: https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki
|
||||
key: chuanhuchat
|
||||
name: 川虎 Chat (Chuanhu Chat)
|
||||
tags:
|
||||
- AI
|
||||
shortDescZh: 为多种 LLM 提供了一个轻快好用的 Web 图形界面和众多附加功能
|
||||
shortDescEn: Lightweight and User-friendly Web-UI for LLMs
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/GaiZhenbiao/ChuanhuChatGPT
|
||||
github: https://github.com/GaiZhenbiao/ChuanhuChatGPT
|
||||
document: https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki
|
||||
|
@ -1,10 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40193
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 40193
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,18 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40083
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
||||
formFields:
|
||||
- default: 40083
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -1,19 +1,19 @@
|
||||
name: CloudBeaver
|
||||
tags:
|
||||
- 工具
|
||||
- 工具
|
||||
title: 云数据库管理器
|
||||
description: 云数据库管理器
|
||||
additionalProperties:
|
||||
key: cloudbeaver
|
||||
name: CloudBeaver
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 云数据库管理器
|
||||
shortDescEn: Cloud Database Manager
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://dbeaver.com/
|
||||
github: https://github.com/dbeaver/cloudbeaver
|
||||
document: https://dbeaver.com/docs/cloudbeaver/
|
||||
key: cloudbeaver
|
||||
name: CloudBeaver
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 云数据库管理器
|
||||
shortDescEn: Cloud Database Manager
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://dbeaver.com/
|
||||
github: https://github.com/dbeaver/cloudbeaver
|
||||
document: https://dbeaver.com/docs/cloudbeaver/
|
||||
|
@ -1,18 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40083
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
||||
formFields:
|
||||
- default: 40083
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user