nginx 常规端口和非常规端口的 http redirect to https 2022年07月18日 Allen Hua 1514 常规端口 standard port 常规端口很简单,使用两个 server 块,一个监听 80 做跳转,一个监听 443 做实际 serving server { listen 80 default_server; server_name ... 阅读全文 0 评论
记一次 OpenWrt luci 显示正在“收集数据”,使用公网 IP nginx 反向代理遇到的 Uncaught TypeError: Cannot read properties of null (reading 'wan') 问题 2022年07月18日 Allen Hua 3683 搜遍了全网,只有这个链接 ( https://forum.openwrt.org/t/solved-luci-overview-page-has-blank-fields/16967 ) 类似。但我使用 frp 映射后的域名访问主页又能正常展示这些字段。... 阅读全文 4 评论
OpenWrt 安装并配置腾讯云动态 dns dnspod tencent ddns 2022年06月24日 Allen Hua 7189 插件开源地址 https://github.com/Tencent-Cloud-Plugins/tencentcloud-openwrt-plugin-ddns 进入 openwrt 后台,进入 「系统」 -> 「软件包」 然后在 「下载并安装软件... 阅读全文 0 评论
浅谈文件传输/共享协议|内网共享文件协议选择|自建公网文件管理同步和共享方案推荐 2022年06月15日 Allen Hua 24192 文章难免存在错误、疏漏,如果愿意,欢迎指出勘误。 1. 前言 关于文件传输协议/文件共享协议,可以拿出来介绍的可以有很多,本文列举了一些通用的基础的发展较早的协议详细的介绍(当然了,没有深入的原理,咱也不会啊 :笑),一些较新的作了简单陈述,没有深究... 阅读全文 8 评论
解决 webdav 连接 seafile 无法重命名文件等操作造成的 SeafDAV: MOVE returns 502 Bad Gateway 错误 2022年05月31日 Allen Hua 2150 本文使用 docker-compose 搭建 seafile server(此时我在使用的 Server Version: 9.0.5),compose file 如下,参考自官方 https://docs.seafile.com/d/cb1d3f971... 阅读全文 0 评论