You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also tested in a Chrome private session, logging in anew, to ensure this wasn't a cache issue.
I can't find any documentation around ENABLE_FEED other than how to set it. I would understand if "ENABLE_FEED = false" means RSS is disabled except for the user's own accessible repos, i.e. RSS is ALWAYS enabled for the user's artifacts. But I see no indication of that. The intention of ENABLE_FEED seems to be to enable/disable the RSS feature globally.
NOTE: "Can you repro on Gitea demo site" - N/A obviously, not having access to switch it off in app.ini, but here's an example of an RSS feed with ENABLE_FEED = true
Description
Gitea cheat sheet says RSS feeds can be switched off in the [other] section:
However,
I added this to my app.ini:
then restarted Gitea, and I can still access RSS feeds, e.g. at:
I also tested in a Chrome private session, logging in anew, to ensure this wasn't a cache issue.
I can't find any documentation around ENABLE_FEED other than how to set it. I would understand if "ENABLE_FEED = false" means RSS is disabled except for the user's own accessible repos, i.e. RSS is ALWAYS enabled for the user's artifacts. But I see no indication of that. The intention of ENABLE_FEED seems to be to enable/disable the RSS feature globally.
NOTE: "Can you repro on Gitea demo site" - N/A obviously, not having access to switch it off in app.ini, but here's an example of an RSS feed with ENABLE_FEED = true
No log attached, as this should be very simple to repro. If setting "ENABLE_FEED = false" works for issue readers, please say so in comments.
Here is my full app.ini:
Gitea Version
1.18.5 built with GNU Make 4.3, go1.19.6 : bindata, timetzdata, sqlite, sqlite_unlock_notify
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
2.36.5, Wire Protocol Version 2 Enabled
Operating System
Ubuntu 22.04
How are you running Gitea?
Docker.
sudo docker-compose up -d
Database
SQLite
The text was updated successfully, but these errors were encountered: