OwnID是一个第三方生物识别认证服务,通过设备的指纹或人脸识别进行登录认证,代替传统的密码认证。
Author Archive | minirplus
docker运行mysql无法运行提示升级出错
报错
1 |
[InnoDB] Upgrade is not supported after a crash or shutdown with innodb_fast_shutdown = 2. This redo log was created with MySQL 8.0.28, and it appears logically non empty. Please follow the instructions at http://dev.mysql.com/doc/refman/8.0/en/upgrading.html |
解决
1 2 3 4 |
删除data目录下 mysql_upgrade_info ib_logfile0 ib_logfile1 |
如何在traefik中使用子目录访问容器
最近在配置traefik使用子目录访问phpmyadmin容器时一直遇到一个问题,就是虽然使用了replacePathRegex中间件修改了路径,但是只有phpmyadmin的首页可以正常访问,一旦跳转之后就会自动进入根目录,导致进入了traefik里配置的其他规则,无法正常使用phpmyadmin,最后只能开了一个单独端口来访问,但是由于脱离了traefik的http路由,导致无法使用tls加密。
为IP地址添加HTTPS
国内服务器不支持绑定域名,无法申请证书,不能在https页面通过js调用http的api,为了解决这个问题,去zerossl.com申请了一个ip证书。
使用Mortix的RPC接口添加任务
有一个需求是通过点击web页面的按钮给本机的mortix添加任务,mortix提供RPC接口,可以直接调用http://localhost:16800/jsonrpc接口