mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加allinone到列表
This commit is contained in:
parent
2e462527d0
commit
997220304c
3
apps/allinone/README.md
Normal file
3
apps/allinone/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# allinone
|
||||
|
||||
斗鱼,虎牙,抖音等直播平台的直播源代理程序,支持4K!
|
19
apps/allinone/data.yml
Normal file
19
apps/allinone/data.yml
Normal file
@ -0,0 +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
|
3
apps/allinone/latest/.env.sample
Normal file
3
apps/allinone/latest/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="allinone"
|
||||
PANEL_APP_PORT_HTTP=40292
|
||||
PRIVILEGED_MODE="true"
|
22
apps/allinone/latest/data.yml
Normal file
22
apps/allinone/latest/data.yml
Normal file
@ -0,0 +1,22 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "40292"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "true"
|
||||
edit: true
|
||||
envKey: PRIVILEGED_MODE
|
||||
labelEn: Privileged Mode
|
||||
labelZh: 特权模式
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: "True"
|
||||
value: "true"
|
||||
- label: "False"
|
||||
value: "false"
|
16
apps/allinone/latest/docker-compose.yml
Normal file
16
apps/allinone/latest/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
allinone:
|
||||
image: "youshandefeiyang/allinone:latest"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
privileged: ${PRIVILEGED_MODE}
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:35455"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
BIN
apps/allinone/logo.png
Normal file
BIN
apps/allinone/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue
Block a user