The way I learned about this panel was through using it to check in on JD, later I found out it is a scheduled script management platform.
Qinglong Panel supports scheduled task management for python3, JavaScript, shell, and typescript.
Features#
- Supports multiple script languages (python3, JavaScript, shell, typescript)
- Supports online management of scripts, environment variables, configuration files
- Supports online viewing of task logs
- Supports setting tasks in seconds
- Supports system-level notifications
- Supports dark mode
- 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 IP+5700 port to use!
One-click script I made#
wget https://i.k7blog.com/sh/qinglong.sh && chmod +x qinglong.sh && clear && ./qinglong.sh
Screenshots#
I haven't delved deep into this thing, nor have I tinkered with it, just found out that now most people use it to run check-in and wool shearing tasks.
For now, you can bookmark this panel in case you need to implement any functions with it in the future!