mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加subconverter到列表
This commit is contained in:
parent
3e672fc500
commit
d995db9580
2
apps/subconverter/0.9.0/.env.sample
Normal file
2
apps/subconverter/0.9.0/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="subconverter"
|
||||||
|
PANEL_APP_PORT_HTTP="40230"
|
10
apps/subconverter/0.9.0/data.yml
Normal file
10
apps/subconverter/0.9.0/data.yml
Normal 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
|
18
apps/subconverter/0.9.0/docker-compose.yml
Normal file
18
apps/subconverter/0.9.0/docker-compose.yml
Normal 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
|
12
apps/subconverter/README.md
Normal file
12
apps/subconverter/README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# subconverter
|
||||||
|
|
||||||
|
在各种订阅格式之间进行转换的实用程序.
|
||||||
|
|
||||||
|
[](https://github.com/tindy2013/subconverter/actions)
|
||||||
|
[](https://github.com/tindy2013/subconverter/tags)
|
||||||
|
[](https://github.com/tindy2013/subconverter/releases)
|
||||||
|
[](https://github.com/tindy2013/subconverter/blob/master/LICENSE)
|
||||||
|
|
||||||
|
|
||||||
|
## 详细用法查看原始文档
|
||||||
|
- https://github.com/tindy2013/subconverter/blob/master/README-cn.md
|
19
apps/subconverter/data.yml
Normal file
19
apps/subconverter/data.yml
Normal 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
|
2
apps/subconverter/latest/.env.sample
Normal file
2
apps/subconverter/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="subconverter"
|
||||||
|
PANEL_APP_PORT_HTTP="40230"
|
10
apps/subconverter/latest/data.yml
Normal file
10
apps/subconverter/latest/data.yml
Normal 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
|
18
apps/subconverter/latest/docker-compose.yml
Normal file
18
apps/subconverter/latest/docker-compose.yml
Normal 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
BIN
apps/subconverter/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue
Block a user