nextcloud 21.0.2 点击登录耗时、太慢 login too slow,反向代理头部配置错误问题修复 2021年07月09日 Allen Hua 4052 首先我遇到一个问题,点击登录一直停留在登录页,转了好久就是不进主页。英文 login slow 等等关键字搜到一些 help.nextcloud.com 域名下的帖子,但是没法解决问题。而且我这是很新的 nextcloud 系统,21.0.2,似乎没有看... 阅读全文 0 评论
解决 nextcloud there was an error accessing the token endpoint: error transferring login/v2/poll server replied: bad request 问题 2021年07月07日 Allen Hua 1647 在一次使用 nextcloud for windows desktop client 的时候,突然无法认证。nextcloud windows 客户端呼出了 browser 进行身份验证,但是一直失败。出现了如下图所示的错误 nextcloud th... 阅读全文 1 评论
解决 npm install 时遇到的 Error installing vscode.d.ts: Error: getaddrinfo ENOENT raw.githubusercontent.com 问题 2021年07月05日 Allen Hua 2957 本次手动安装一个 vscode 扩展。在对应目录下执行 npm install 遇到错误,如下 Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/8... 阅读全文 0 评论
分享一个 git add、git commit、git push 的快捷工作流工具 2021年07月04日 Allen Hua 1162 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 4107 参考: nextcloud开放注册-添加注册功能 补充几点 如果使用的是qq邮箱,qq邮箱的 smtp 的服务器地址是 smtp.qq.com,使用SSL,端口号465或587。官方帮助中心文档 注册用户需要设定一个正常收发邮件的邮箱地址 使用 doc... 阅读全文 0 评论