feat:添加subconverter到列表

This commit is contained in:
okxlin 2024-05-09 23:53:47 +08:00
parent 3e672fc500
commit d995db9580
9 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="subconverter"
PANEL_APP_PORT_HTTP="40230"

View File

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

View File

@ -0,0 +1,18 @@
version: '3'
services:
subconverter:
image: tindy2013/subconverter:0.9.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:25500"
volumes:
- ./data:/mnt
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -0,0 +1,12 @@
# subconverter
在各种订阅格式之间进行转换的实用程序.
[![Build Status](https://github.com/tindy2013/subconverter/actions/workflows/build.yml/badge.svg)](https://github.com/tindy2013/subconverter/actions)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/tags)
[![GitHub release](https://img.shields.io/github/release/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/releases)
[![GitHub license](https://img.shields.io/github/license/tindy2013/subconverter.svg)](https://github.com/tindy2013/subconverter/blob/master/LICENSE)
## 详细用法查看原始文档
- https://github.com/tindy2013/subconverter/blob/master/README-cn.md

View File

@ -0,0 +1,19 @@
name: subconverter
tags:
- 工具
title: 在各种订阅格式之间进行转换的实用程序
description: 在各种订阅格式之间进行转换的实用程序
additionalProperties:
key: subconverter
name: subconverter
tags:
- Tool
shortDescZh: 在各种订阅格式之间进行转换的实用程序
shortDescEn: Utility to convert between various proxy subscription formats
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/tindy2013/subconverter
github: https://github.com/tindy2013/subconverter
document: https://github.com/tindy2013/subconverter

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="subconverter"
PANEL_APP_PORT_HTTP="40230"

View File

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

View File

@ -0,0 +1,18 @@
version: '3'
services:
subconverter:
image: tindy2013/subconverter:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:25500"
volumes:
- ./data:/mnt
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
apps/subconverter/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB