Mervyn Zhan
Mervyn Zhan
> I am seeing that error but only when i am not running with `--privileged`. Can you make sure you have that flag when running the docker command. not work...
> > I am seeing that error but only when i am not running with `--privileged`. Can you make sure you have that flag when running the docker command. >...
The structure of the nginx conf like this: ```text |--/etc/nginx/nginx.conf |-- /etc/nginx/conf.d/*.conf ``` So you could write something like that: ``` limit_req_zone $binary_remote_addr zone=myzone:10m rate=100r/h; limit_req_zone $binary_remote_addr zone=myzone:10m rate=10r/d; limit_req_zone...
我使用node `v14.19.1` 就能編譯通過,使用`v16.14.2`就不行,其他條件相同。
> https://github.com/KoinuDayo/GeoDataUpdater 不过群里人都不太建议用这个源 有具體的原因嗎?
You could try [my PR](https://github.com/crowdsecurity/grafana-dashboards/pull/26) to see if it's fixed.
Thanks for your great idea :) I want to make a change of summary page, which should have those options: 1. time range such as `3 days`, `7 days` or...
1. You should have a look at the log by enable development tools. 2. Please post the log of `freshrss` ([Here is how to enable the log of freshrss](https://freshrss.github.io/FreshRSS/en/admins/logs_and_errors.html#:~:text=More%20Logging%20Information))
First of all you could [set the `developement` environment](https://freshrss.github.io/FreshRSS/en/admins/logs_and_errors.html) for logging so you could see which contents are sent to the openai; Second the project is just send the title...
I have added the field configuration so you could select `title` or `content` to the openai; I have made the error response of calling openai api more friendly and display...