Luckykeeper

Results 35 comments of Luckykeeper

已经完成到8.0.0的迁移,通过性测试通过

> 在我答辩完成之前,大概是有心无力了...至少现在不行😫 那看我其他todo做的进度吧,后面我有空了整一下

同样问题+1 感觉是类似 #135 的问题,2022年的密码没有更新 可以手动更新下数据库的密码,sqlite文件在 /usr/share/hfish/database 提供两个Bcrypt加密网址 https://www.browserling.com/tools/bcrypt http://www.ab126.com/goju/10822.html

感谢解答~ 我去看了一下,好像说的是这个对吧 ![image](https://user-images.githubusercontent.com/34579433/185026636-193eb969-54e5-42e9-a793-a54932346a4f.png) 如果我想要实现预置的部分WAF规则,就把里面的正则抄到这个地方是吗?我理解的对嘛? 感觉如果是这样的话还是比较麻烦,希望可以同集群可以加入多种策略然后在加入网站的时候给个选项从中选择一种

> 1,你是说代理不支持访问1.3的网站吗?提供一个示例网站我调试下。 2,代理不应该自己加ua的,我尝试透传ua吧。我印象中是会透传ua的 @star7th 我把我部署的暂时调回1.3了,网站地址是这个:https://doc.luckykeeper.site:44443/ Windows的客户端在tls1.3下能够正常支持没有问题,oauth也没有问题,web也正常,只有移动端(安卓是这样,ios没有设备不知道什么情况)在1.3访问不了 ua这个,waf那边说的是空ua,策略是这么写的,因为拦截的ip是阿里云的,所以应该是移动端那边(如果Windows版不走代理的话) ![image](https://user-images.githubusercontent.com/34579433/187037893-89e1be8e-4771-4ecb-844a-78b571f1709c.png) 对了,说起来,移动端对打孔屏适配不是很好,登录之后最上面的文字正好在之间被孔挡住了(Android 12 Axon30Ultra),建议调整一下为妙

found another mistake https://www.renpy.cn/doc/other.html?highlight=renpy%20is_seen#renpy.is_seen > 如果 ever 为True,我们检查用户是否看过该行。如果 ever 为False,我们检查改行是否在当前游戏过程中被看过。 “改行” should change to “该行”

> This is probably a configuration problem in the Chinese documentation, rather than an issue with Ren'Py. I'm not 100% sure how to get in touch with them, and I...

got it, thanks a lot but since my server's power supply brokn and can't use at this time , I have to test later after I fix it I'll let...

I'm back to report the progress. Conclusion first. After debug with fvp's author's kindly help for days, we find out why issues 121(Specific urls of can not play on Windows...

I didn't try before, but fvp's author mentioned it(https://github.com/wang-bin/fvp/issues/22#issuecomment-1712527552),the quote and translate are follow quote: >tls_verify没用,和mpv issue里结果一样。能播的ffmpeg是用gnutls,可能是这个区别,你自己找个gnutls编译的ffmpeg试试 translate(forgive my poor english): `tls_verify option didn't take effect, same as mpv issues's...