12.青龙面板自动化我的生活
安装
docker方式
docker run -dit \
-v /root/ql:/ql/data \
-p 5700:5700 \
-e ENABLE_HANGUP=true \
-e ENABLE_WEB_PANEL=true \
--name qinglong \
--hostname qinglong \
--restart always \
whyour/qinglong
k8s方式
https://truecharts.org/charts/stable/qinglong/
helm upgrade --install -n qinglong --create-namespace qinglong oci://tccr.io/truecharts/qinglong
配置域名:
# https://doc.traefik.io/traefik/reference/routing-configuration/kubernetes/crd/http/ingressroute/
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:name: traefik-hostnamespace: qinglong
spec:entryPoints:- webroutes:- match: Host(`qinglong.k8s.home.love`) kind: Ruleservices:- name: qinglongport: 10176
配置
哔哩哔哩
https://github.com/RayWangQvQ/BiliBiliToolPro
京东
https://github.com/shufflewzc/faker3
● 拉取仓库 ql repo
ql repo https://gitee.com/auto-mirrors/faker3.git "jd_|jx_|gua_|jddj_|jdCookie" "activity|backUp" "^jd[^_]|USER|function|utils|sendNotify|ZooFaker_Necklace.js|JDJRValidator_|sign_graphics_validate|ql|JDSignValidator|magic|depend|h5sts" "main"
● 依赖安装
● 打开https://m.jd.com/然后登录
● 搜索 https://blackhole.m.jd.com/getinfo 找到cookie header:pt_key=?;pt_pin=?;
● 新增JD_COOKIE
阿里云盘
https://github.com/mrabit/aliyundriveDailyCheck
● 登录https://www.aliyundrive.com/drive/
● 浏览器console里面输入
copy(JSON.parse(localStorage.token).refresh_token); console.log(JSON.parse(localStorage.token).refresh_token);
● 新增refreshToken
签到
https://github.com/KD-happy/KDCheckin