docker compose 安装部署 wordpress
1.docker compose 文件直接部署 按照官方部署教程可能会出现以下报错 No 'wp-config.php' found in /var/www/html, but 'WORDPRESS_...' variables supplied; copying 'wp-config-docker
cloudflare的worker/pages通过SaaS自定义域名加速国内访问
本方案也适配直接在cloudflare上面DNS解析到IP的服务,需要开启橙色小云朵 1.设置worker/pages的域名 先到worker/pages里设置域名 test.a.com 然后记得设置路由 test.a.com/* (很重要),区域选择相对应的根域名,这个作用是把第三步中的自定义域名
github actions 发送Axios请求并获取JSON数据
1.推送的时候调用其他webhook 或任意http请求 以下是一个模板 name: Axios on: push: branches: - main# 或者你使用的是哪个分支 jobs: axios-action: runs-on: ubuntu-lates
javascript检测键盘是否开启大写状态
document.querySelector('input[type=password]').addEventListener('keyup', function (keyboardEvent) { const capsLockOn = keyboardEvent.getModifierSt
青龙面板使用api(openapi)接口请求执行任务
1.设置应用权限 在面板菜单系统设置 ——> 应用设置 里创建一个应用,并赋予相应的权限 2.获取访问令牌token /open/auth/token2
nginx设置基础身份验证auth_basic
1.ubuntu上安装apache2-utils htpasswd -c /etc/nginx/.htpasswd your_username #生成用户名 回车后会让你输入密码 #如果后续想更改密码的话可以执行 htpasswd /etc/nginx/.htpasswd your_username
利用github actions和aliyun私有镜像库,使用docker部署Nodejs项目
1.开通阿里云容器镜像服务个人版本
prisma一些开发中的常用操作
1.在项目根目录初始化 npx prisma init 2.数据库结构改变后需执行,也就是schema.prisma 文件定义的模型变更后 npx prisma mi
解决群晖(nas)container manager容器使用桥接模式访问不了的问题
1.SSH登录你的群晖 切换程root模式 sudo su docker network create -d macvlan --subnet=192.168.1.0/24 --gateway=192.168.1.1 -o parent=ovs_eth0 bridge-host subnet 和 g
解决cloudflare(SaaS)自定义主机名时TXT验证报错
1.出现如下错误 The hostname is using Cloudflare and cannot be activated with an TXT or HTTP validation token. To activate the custom hostname, the DNS targe