Code Monkey home page Code Monkey logo

Comments (5)

sir-i-do avatar sir-i-do commented on August 21, 2024

@qaz88q11 https://t.me/c/1465257366/31

from qinglong.

qaz88q11 avatar qaz88q11 commented on August 21, 2024

@ qaz88q11 https://t.me/c/1465257366/31

哇塞 i-chenzhe老大居然这么闲

from qinglong.

13636308814 avatar 13636308814 commented on August 21, 2024

私人群,进不去

from qinglong.

miwensheng avatar miwensheng commented on August 21, 2024

进不去啊,进不去。

from qinglong.

nxppru avatar nxppru commented on August 21, 2024

青龙项目指南:

  1. 拉取镜像/更新镜像

docker pull whyour/qinglong:latest

  1. 启动容器

docker run -dit
-v 自定义目录/config:/ql/config
-v 自定义目录/log:/ql/log
-p 5700:5700
-e ENABLE_HANGUP=true
-e ENABLE_WEB_PANEL=true
--name qinglong
--hostname qinglong
--restart always
whyour/qinglong:latest

  1. 初次登陆

初次访问 http://<自己ip>:5700
使用 admin/adminadmin 登陆,提示已初始化密码
去自己映射目录config下找 auth.json,查看里面的 password
docker exec -it qinglong bash cat /ql/config/auth.json

  1. Cookie管理

登陆成功进入Cookie管理页面,右上角新增Cookie(最新版已加Cookie格式验证)
添加成功,可在Cookie列表更新Cookie,删除Cookie

  1. 基本命令

更新脚本
docker exec -it qinglong git_pull
拉取自定义仓库
docker exec -it qinglong diy i-chenzhe qx
重新build面板
docker exec -it qinglong rebuild
通知测试
docker exec -it qinglong notify test test
执行脚本
docker exec -it qinglong js jd_bean_change now

  1. 删除容器

docker rm -f qinglong

未完待续...

from qinglong.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.