CasaOS icon indicating copy to clipboard operation
CasaOS copied to clipboard

[App Request] Qinglong

Open JohnGuan opened this issue 2 years ago • 2 comments

App Information

  • Name: Qinglong
  • Short Description: Scheduled task management dashboard supporting python3, javaScript, shell, typescript
  • GitHub Repository: https://github.com/whyour/qinglong
  • Docker Image: whyour/qinglong

Why do you want this app?

As an online shopper, shopping platforms (like JD.com) often have activities like signing up for coupons. There are a lot of open source automation scripts written by authors to help me with such tasks to get coupons automatically. Many of them support using Qinglong to automate updates and runs.

Additional information?

version: '2'
services:
  web:
    image: whyour/qinglong:latest
    volumes:
      - ./data:/ql/data  # config files
    ports:
      - "0.0.0.0:5700:5700"  # webui port
    restart: unless-stopped

JohnGuan avatar Aug 08 '22 07:08 JohnGuan

Does this have any English version?

AuthorShin avatar Aug 18 '22 15:08 AuthorShin

Does this have any English version?

I haven't tried it yet. There need to be other scripts to support it besides the software itself.

JohnGuan avatar Aug 24 '22 02:08 JohnGuan