mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-08 09:12:30 +08:00
refactor(localApps): 重构本地应用配置
- 更新多个应用的标签、类型等基本信息 - 删除部分冗余的配置文件 - 调整应用分类,优化数据结构
This commit is contained in:
parent
de6b248e29
commit
32f348153a
@ -7,8 +7,7 @@ additionalProperties:
|
||||
key: movie-pilot
|
||||
name: MoviePilot
|
||||
tags:
|
||||
- WebSite
|
||||
- Local
|
||||
- Tool
|
||||
shortDescZh: NAS媒体库自动化管理工具
|
||||
shortDescEn: NAS media library automation management tool
|
||||
type: website
|
||||
|
||||
@ -7,11 +7,10 @@ additionalProperties:
|
||||
key: siyuan
|
||||
name: 思源笔记 SiYuan
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 一款隐私优先的个人知识管理系统
|
||||
shortDescEn: A privacy-first personal knowledge management system
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
||||
@ -7,7 +7,6 @@ additionalProperties:
|
||||
key: sun-panel
|
||||
name: Sun Panel
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 一个服务器、NAS导航面板、Homepage、浏览器首页
|
||||
shortDescEn: A server, NAS navigation panel, Homepage, Browser homepage
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8443"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: 发现服务器端口
|
||||
labelEn: Discovery server port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@ -1,21 +0,0 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
syncthing_discosrv:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- TZ=Asia/Shanghai
|
||||
image: syncthing/discosrv:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8443
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data:/var/stdiscosrv
|
||||
@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "22067"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: 中继服务器端口
|
||||
labelEn: Relay server port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@ -1,22 +0,0 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
syncthing_relaysrv:
|
||||
command: -pools="" -listen=":22067"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- pools=""
|
||||
image: syncthing/relaysrv:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:22067 # 中继服务器的数据连接端口(必须开启)
|
||||
# - 22070:22070 # 用于公用的中继服务器池,显示数据传输、客户端数量等状态,可不开启
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data:/var/strelaysrv
|
||||
@ -7,11 +7,10 @@ additionalProperties:
|
||||
key: syncthing
|
||||
name: Syncthing
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 开源的文件同步客户端与服务器软件
|
||||
shortDescEn: Open source file synchronization client and server software
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
|
||||
@ -7,11 +7,10 @@ additionalProperties:
|
||||
key: xunlei
|
||||
name: 迅雷
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 提取自群晖平台的迅雷下载套件
|
||||
shortDescEn: Thunder download kit extracted from Synology platform
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 9993
|
||||
disabled: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@ -1,15 +0,0 @@
|
||||
services:
|
||||
zerotier-one:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: host
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
volumes:
|
||||
- ./data:/var/lib/zerotier-one
|
||||
image: zerotier/zerotier:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
@ -7,7 +7,6 @@ additionalProperties:
|
||||
key: zerotier-planet
|
||||
name: Zerotier Planet
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 创建和管理虚拟软件定义网络
|
||||
shortDescEn: Create and manage virtual software-defined networks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user