A8DOG

A8DOG

随便写写,记录折腾过程!
telegram

Blue Dragon Panel Docker Setup Tutorial

The way I learned about this panel was through JD sign-in. Later, I found out that it is a script management platform with scheduling capabilities.
Qinglong Panel supports scheduled tasks for Python3, JavaScript, Shell, and TypeScript.

https://img.a8dog.com/i/2023/01/17/12yd2v0.webp

Features#

  1. Supports multiple scripting languages (Python3, JavaScript, Shell, TypeScript)
  2. Supports online management of scripts, environment variables, and configuration files
  3. Supports online viewing of task logs
  4. Supports setting tasks with second-level precision
  5. Supports system-level notifications
  6. Supports dark mode
  7. Supports mobile operations

Setup#

GitHub: https://github.com/whyour/qinglong
Supports most mainstream systems! The setup tutorial on GitHub is very simple, just copy the commands and run them!

Docker Installation#

First, use the Docker one-click installation script

Start the container:

mkdir qinglong
wget https://raw.githubusercontent.com/whyour/qinglong/master/docker/docker-compose.yml

# Start
docker-compose up -d
# Stop
docker-compose down

Then open the IP + 5700 port to use!

One-click script I made#

wget https://i.a8dog.com/sh/qinglong.sh && chmod +x qinglong.sh && clear && ./qinglong.sh

Screenshots#

1
2

I haven't delved into this thing, nor have I tinkered with it. I found that most people are using it to run sign-in and wool-harvesting tasks.
For now, you can bookmark this panel in case you need it for future functionality implementation!

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.