做了一个 squoosh docker 镜像,写博客贴图直接在本地压缩文件,安全且高效 2022年07月20日 Allen Hua 4623 镜像是 dko0/squoosh:1.12.0 或者 dko0/squoosh:latest 。 docker hub: https://hub.docker.com/r/dko0/squoosh GitHub: https://github.com/h... 阅读全文 12 评论
nginx 常规端口和非常规端口的 http redirect to https 2022年07月18日 Allen Hua 1382 常规端口 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 3131 搜遍了全网,只有这个链接 ( 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 6731 插件开源地址 https://github.com/Tencent-Cloud-Plugins/tencentcloud-openwrt-plugin-ddns 进入 openwrt 后台,进入 「系统」 -> 「软件包」 然后在 「下载并安装软件... 阅读全文 0 评论
浅谈文件传输/共享协议|内网共享文件协议选择|自建公网文件管理同步和共享方案推荐 2022年06月15日 Allen Hua 23398 文章难免存在错误、疏漏,如果愿意,欢迎指出勘误。 1. 前言 关于文件传输协议/文件共享协议,可以拿出来介绍的可以有很多,本文列举了一些通用的基础的发展较早的协议详细的介绍(当然了,没有深入的原理,咱也不会啊 :笑),一些较新的作了简单陈述,没有深究... 阅读全文 8 评论