-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.json
More file actions
120 lines (120 loc) · 4.99 KB
/
source.json
File metadata and controls
120 lines (120 loc) · 4.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"schema_version": 1,
"source_name": "LightPanel Official",
"maintainer": "LightPanel Team",
"apps": [
{
"name": "Komari Agent",
"desc": "轻量级服务器监控代理,支持多节点管理与实时状态上报",
"icon": "https://avatars.githubusercontent.com/u/208285284?s=48&v=4",
"url": "https://edgeone.gh-proxy.org/https://github.com/komari-monitor/komari-agent/releases/latest/download/komari-agent-linux-{{arch}}",
"cmd": "./komari-agent-linux-{{arch}} {{params}}",
"author": "Komari",
"version": "latest",
"auto_extract": false,
"make_exec": true,
"ask_params": true,
"params_hint": "-e https://xxx -t 你的token"
},
{
"name": "OpenList Lite",
"desc": "轻量级文件列表服务,支持多种存储后端,快速部署",
"icon": "https://gh.llkk.cc/https://raw.githubusercontent.com/OpenListTeam/Logo/main/logo.svg",
"url": "https://edgeone.gh-proxy.org/https://github.com/OpenListTeam/OpenList/releases/latest/download/openlist-linux-{{arch}}-lite.tar.gz",
"cmd": "./openlist",
"author": "OpenListTeam",
"version": "latest",
"auto_extract": true,
"make_exec": true,
"port": 5244
},
{
"name": "Kula",
"desc": "轻量级网络工具",
"icon": "https://cdn-icons-png.flaticon.com/512/2548/2548546.png",
"url": "https://edgeone.gh-proxy.org/https://github.com/c0m4r/kula/releases/latest/download/kula-{{arch}}.tar.gz",
"cmd": "./kula",
"author": "c0m4r",
"version": "latest",
"auto_extract": true,
"make_exec": true,
"port": 27960
},
{
"name": "Memos",
"desc": "轻量级,自托管的笔记和知识库服务,支持 Markdown 和双向链接",
"icon": "https://usememos.com/logo.png",
"url": "https://edgeone.gh-proxy.org/https://github.com/usememos/memos/releases/latest/download/memos_linux_{{arch}}.tar.gz",
"cmd": "./memos --port 5230 --data ./memos_data",
"author": "usememos",
"version": "latest",
"auto_extract": true,
"make_exec": true,
"port": 8081
},
{
"name": "Baihu Panel",
"desc": "单文件部署的服务器管理面板,内置任务调度与环境管理支持",
"icon": "https://engigu.github.io/baihu-panel/logo.svg",
"url": "https://edgeone.gh-proxy.org/https://github.com/engigu/baihu-panel/releases/latest/download/baihu-linux-{{arch}}.tar.gz",
"cmd": "./baihu-linux-{{arch}} server",
"setup_cmd": "curl https://mise.run | sh",
"author": "engigu",
"version": "latest",
"auto_extract": true,
"make_exec": true,
"port": 8052
},
{
"name": "FileBrowser",
"desc": "轻量级 Web 文件管理器,支持在线浏览,上传、下载和分享",
"icon": "https://filebrowser.org/static/logo.png",
"url": "https://edgeone.gh-proxy.org/https://github.com/filebrowser/filebrowser/releases/latest/download/linux-{{arch}}-filebrowser.tar.gz",
"cmd": "./filebrowser",
"author": "filebrowser",
"version": "latest",
"auto_extract": true,
"setup_cmd": "./filebrowser config set -p 8082",
"make_exec": true,
"port": 8082
},
{
"name": "FileBrowser Quantum",
"desc": "增强版轻量级 Web 文件管理器,支持在线浏览,上传、下载和分享",
"icon": "https://filebrowser.org/static/logo.png",
"url": "https://edgeone.gh-proxy.org/https://github.com/gtsteffaniak/filebrowser/releases/latest/download/linux-{{arch}}-filebrowser",
"cmd": "./linux-{{arch}}-filebrowser",
"author": "gtsteffaniak",
"version": "latest",
"setup_cmd": "./linux-{{arch}}-filebrowser config init -p 8082 -a 0.0.0.0",
"auto_extract": false,
"make_exec": true,
"port": 8082
},
{
"name": "Cloudflare Tunnel",
"desc": "将本地服务安全暴露到公网。默认使用 Quick Tunnel 模式(无需 Token)。如需固定域名,请部署后在编辑页修改命令添加 --token。",
"icon": "https://developers.cloudflare.com/_astro/logo.DAG2yejx.svg",
"url": "https://edgeone.gh-proxy.org/https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-{{arch}}",
"cmd": "./cloudflared-linux-{{arch}} {{params}}",
"author": "Cloudflare",
"version": "latest",
"auto_extract": false,
"make_exec": true,
"ask_params": true,
"params_hint": "tunnel run --token 你的Cloudflare隧道Token"
},
{
"name": "SamWaf",
"desc": "简单易用的 Linux 系统 WAF 防火墙,支持 IP 黑白名单、CC 防护等",
"icon": "https://img.icons8.com/color/256/firewall.png",
"url": "https://edgeone.gh-proxy.org/https://github.com/samwafgo/SamWaf/releases/latest/download/SamWaf_Linux_arm64.tar.gz",
"cmd": "./SamWafLinuxARM64 start",
"author": "samwafgo",
"version": "latest",
"auto_extract": true,
"make_exec": true,
"port": 26666
}
]
}