mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出alist、HA健康检测、青龙面板 for HA
This commit is contained in:
3
qinglong/CHANGELOG.md
Normal file
3
qinglong/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 1.0.0(2024-01-11)
|
||||
|
||||
首次推出
|
||||
9
qinglong/DOCS.md
Normal file
9
qinglong/DOCS.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 青龙面板 for HA
|
||||
|
||||
支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台
|
||||
|
||||
## 配置说明
|
||||
|
||||
### 更改此主机上由加载项开放的端口
|
||||
|
||||
默认端口号5700
|
||||
20
qinglong/README.md
Normal file
20
qinglong/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 冬瓜甄选addons: 青龙面板 for HA
|
||||
|
||||
## 关于
|
||||
|
||||
支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台
|
||||
|
||||
### 功能
|
||||
|
||||
- 支持多种脚本语言(python3、javaScript、shell、typescript)
|
||||
- 支持在线管理脚本、环境变量、配置文件
|
||||
- 支持在线查看任务日志
|
||||
- 支持秒级任务设置
|
||||
- 支持系统级通知
|
||||
- 支持暗黑模式
|
||||
- 支持手机端操作
|
||||
|
||||
## 来源
|
||||
|
||||
https://github.com/whyour/qinglong
|
||||
|
||||
21
qinglong/config.yaml
Normal file
21
qinglong/config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: 青龙面板 for HA
|
||||
version: 1.0.0
|
||||
slug: qinglong
|
||||
description: "支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台"
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
init: false
|
||||
codenotary: wghaos@163.com
|
||||
map:
|
||||
- share:rw
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
webui: "http://[HOST]:[PORT:5700]/"
|
||||
ports_description:
|
||||
5700/tcp: 'Web UI port'
|
||||
ports:
|
||||
5700/tcp: 5700
|
||||
image: wghaos/qinglong
|
||||
environment:
|
||||
QL_DIR: /share/qinglong
|
||||
BIN
qinglong/icon.png
Normal file
BIN
qinglong/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
BIN
qinglong/logo.png
Normal file
BIN
qinglong/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
Reference in New Issue
Block a user