What app is this about, and its version : FreshRSS 1.28.0~ynh1
What YunoHost version are you running : YunoHost 12.1.39 (stable)
What type of hardware are you using : Raspberry Pi 5
Describe your issue
Hi,
Although I upgraded successfully FreshRSS from 1.28.0~ynh1 to 1.28.1~ynh1, when opening the Freshhrss webpage I have:
Error 403 - Forbidden
Vous n’avez pas le droit d’accéder à cette page ! [HTTP Remote-User= ; Remote IP address=83.204.173.63]
Connexion
Here are the logs of the update: https://paste.yunohost.org/raw/amisubaguf
Thank you for any help.
Share relevant logs or error messages
https://paste.yunohost.org/raw/amisubaguf
Thank you. But what about future updates if I use the testing branch?
Tho
March 7, 2026, 5:24pm
5
They will appear as usual in the webadmin
2 Likes
esist0
March 7, 2026, 10:45pm
6
updates from the testing branch or they will be from the usual branch?
Tho
March 8, 2026, 12:44am
7
From the main branch (master or main), as usual
2 Likes
After installing the testing branch I still have the same error:
Error 403 - Forbidden
Vous n’avez pas le droit d’accéder à cette page ! [HTTP Remote-User= ; Remote IP address=146.70.134.26]
Connexion
otm33
March 8, 2026, 11:19am
9
In /etc/nginx/conf.d/<domain.tld>/freshrss.conf
change
include fastcgi_params_no_auth;
to
include fastcgi_params_with_auth;
and reload nginx
1 Like
otm33
March 8, 2026, 11:21am
10
or upgrade from https://github.com/YunoHost-Apps/freshrss_ynh/tree/nginx
I don’t have /etc/nginx/conf.d/xxxx.org/freshrss.conf
otm33
March 8, 2026, 11:34am
12
sorry: add .d /etc/nginx/conf.d/<domain.tld>.d/freshrss.conf
1 Like
Thank you everybody for your help.
system
Closed
March 23, 2026, 11:53am
15
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.