【转载】WordPress文章发布后自动同步wordpress 来源https://blog.csdn.net/u012241616/article/details/110563637 思路是:在另一个 WordPress 站点创建一个API,文章发布时用cURL模拟 POST 请求 API 利用wp_insert_post()函数来创建文章。支持同步文章标题、内容、类型。 同步站点的设置在同步博客站点的根目录创建一个文件,命名为GNRq3qU3Fjs4qA3 2022-07-10 转载
【转载】WordPress迁移媒体到阿里云OSS 来源浪子虎:http://langzihu.com/210.html https://github.com/yiichou/aliyun-oss-support https://help.aliyun.com/document_detail/153893.html 第一步 安装插件 从gihub上下载aliyun-oss-support 上传插件完成安装 第二步 启用插件 去RAM控 2022-07-10 转载
树莓派:安装wordpress 用Docker安装好了宝塔面板,外网机器反代了Jsdeliver,接下来可以安装wordpress了。顺便通过gitee中转镜像了一个主题,一个sqlite插件。 准备工作 宝塔面板软件商店-运行环境里,安装php8.0、Nginx,并开启首页显示 首页php8.0安装fileinfo、opcache、imagemagick、exif拓展 首页php8.0配置修改,是否输出详细错误信息,改成关闭 2022-07-09 树莓派
树莓派:Docker安装宝塔面板(64位系统) 来源https://hub.docker.com/r/cyberbolt/baota 部署12345678910version: '3.3'services: baota: volumes: - './www:/www' network_mode: host restart: always 2022-07-09 树莓派
NPM面板:反代Jsdelivr 来源https://blog.csdn.net/king_way/article/details/94831420 https://blog.csdn.net/weixin_34067980/article/details/91465895 https://blog.csdn.net/aotemana/article/details/11 2022-07-08 运维
iptables:仅开放特定端口 来源https://blog.bestucloud.com/tech/iptables-and-docker-conflicts/ https://www.escapelife.site/posts/43256c71.html 无Dokcer12345678910111213#!/bin/bash/usr/sbin/iptables -F/usr/sbin/ip6tables -F/usr/sbi 2022-07-08 运维
Docker:安装frp服务端与客户端 来源https://hub.docker.com/r/snowdreamtech/frps https://github.com/fatedier/frp 服务端部署12345678910version: '3.3'services: frps: restart: always network_mode: host volumes 2022-07-07 开源
Docker:安装X面板 来源https://github.com/vaxilu/x-ui https://github.com/Chasing66/beautiful_docker 部署12345678910version: '3.8'services: nui: image: enwaiax/x-ui container_name: nui volumes: - ./d 2022-07-07 运维
Docker:安装nps服务端与客户端 来源https://github.com/ehang-io/nps https://ehang-io.github.io/nps/#/install https://wangchujiang.com/docker-tutorial/nps/index.html 服务端123456789version: '3.3'services: nps: containe 2022-07-07 开源