首次推出alist、HA健康检测、青龙面板 for HA

This commit is contained in:
waxgourd
2024-01-12 18:11:42 +08:00
parent 5ae16d514a
commit 3f0a2f90a4
20 changed files with 250 additions and 5 deletions

3
qinglong/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
## 1.0.02024-01-11
首次推出

9
qinglong/DOCS.md Normal file
View File

@@ -0,0 +1,9 @@
# 青龙面板 for HA
支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台
## 配置说明
### 更改此主机上由加载项开放的端口
默认端口号5700

20
qinglong/README.md Normal file
View 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
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
qinglong/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB