分享一个 git add、git commit、git push 的快捷工作流工具 2021年07月04日 Allen Hua 1407 gitpushworkflow feature description: git add . and git commit -m and git push workflow 一个不是那么复杂的 git add .、git commit -m 'xxx'... 阅读全文 0 评论
自建 nextcloud 开放注册,给 nextcloud 增加用户注册功能 2021年07月02日 Allen Hua 5009 参考: nextcloud开放注册-添加注册功能 补充几点 如果使用的是qq邮箱,qq邮箱的 smtp 的服务器地址是 smtp.qq.com,使用SSL,端口号465或587。官方帮助中心文档 注册用户需要设定一个正常收发邮件的邮箱地址 使用 doc... 阅读全文 0 评论
一次解决局域网内多个不同ip+相同端口都指向了同一个服务的问题记录,奇妙的解密旅程 2021年07月01日 Allen Hua 1642 2021-07-02 问题解决了 见这个链接 罪魁祸首就是这个功能,关掉就好了。就不会生成对应的 UPnP 规则 四月份就发现了这个问题了 ?️,到今天终于解决。 放出几张聊天记录,来记录一下这个奇妙的“解密”旅程。 哈哈,那次奇迹般的好... 阅读全文 0 评论
docker 数据目录迁移教程 2021年06月30日 Allen Hua 3566 # docker info |grep 'Docker Root Dir' Docker Root Dir: /opt/docker openwrt 默认的 Docker Root Dir 是 /opt/docker armbian 默认的是 /va... 阅读全文 0 评论
nginx反向代理location proxy配置错误导致请求到代理端口问题的解决方法|nginx 反代 phpmyadmin 2021年06月29日 Allen Hua 1668 本来使用简单的配置 IP:PORT 这样是可以访问 phpmyadmin 的,但是为了安全肯定不能这样做。也需要 https 访问。 借助 cloudflare 解析域名并代理流量然后得到cloudflare的证书。 登录到首页没问题。 https://... 阅读全文 0 评论