app: subconverter

This commit is contained in:
zhengyi59 2024-01-26 18:36:06 +08:00
parent 8bee37a690
commit 3e5cc69154
5 changed files with 1476 additions and 0 deletions

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 25500
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,8 @@
version: '3.9'
services:
subconverter:
image: tindy2013/subconverter:latest
container_name: subconverter
ports:
- "${PANEL_APP_PORT_HTTP}:25500"
restart: always

1445
apps/subconverter/README.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
additionalProperties:
key: subconverter #应用的 key ,仅限英文,用于在 Linux 创建文件夹
name: SubConverter #应用名称
tags:
- Tool #应用标签,可以有多个,请参照下方的标签列表
shortDescZh: 在各种订阅格式之间进行转换的实用程序. #应用中文描述不要超过30个字
shortDescEn: Utility to convert between various proxy subscription formats. #应用英文描述
type: tool #应用类型,区别于应用分类,只能有一个,请参照下方的类型列表
crossVersionUpdate: false #是否可以跨大版本升级
limit: 0 #应用安装数量限制0 代表无限制
website: https://github.com/tindy2013/subconverter #官网地址
github: https://github.com/tindy2013/subconverter #github 地址
document: https://github.com/tindy2013/subconverter #文档地址

BIN
apps/subconverter/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB