<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/docs/en/admins, branch 1.22.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.22.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.22.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-10-27T13:26:39+00:00</updated>
<entry>
<title>OIDC_SCOPES compatibility colon (#5753)</title>
<updated>2023-10-27T13:26:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-10-27T13:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ce6ba583be15414d7541867e96b627fcdd3f9043'/>
<id>urn:sha1:ce6ba583be15414d7541867e96b627fcdd3f9043</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/5744</content>
</entry>
<entry>
<title>Create "Authentik" specific OIDC configuration. (#5746)</title>
<updated>2023-10-25T20:30:14+00:00</updated>
<author>
<name>XtremeOwnage</name>
<email>5262735+XtremeOwnageDotCom@users.noreply.github.com</email>
</author>
<published>2023-10-25T20:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a9a7643e715ff5e0afabaafa43433102e2a66780'/>
<id>urn:sha1:a9a7643e715ff5e0afabaafa43433102e2a66780</id>
<content type='text'>
* Create 16_OpenID-Connect-Authentik.md

* Local images + text improvements

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Use RemoteIPInternalProxy directive of remoteip Apache module (#5740)</title>
<updated>2023-10-25T14:23:03+00:00</updated>
<author>
<name>Mossroy</name>
<email>mossroy@mossroy.fr</email>
</author>
<published>2023-10-25T14:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5374df384a032e91f09d53291c879ee19da99714'/>
<id>urn:sha1:5374df384a032e91f09d53291c879ee19da99714</id>
<content type='text'>
* Use RemoteIPInternalProxy directive of remoteip Apache module

instead of RemoteIPTrustedProxy directive

To allow internal IPs to be trusted: for internal clients,
and also for the case of chained internal reverse-proxies

Fixes #5726

* One last reference forgotten

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Note about OpenID Connect only for x64 (#5730)</title>
<updated>2023-10-24T09:54:37+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-10-24T09:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bfdf7b05cab3015c111d950c2c99bf19bf32a8b0'/>
<id>urn:sha1:bfdf7b05cab3015c111d950c2c99bf19bf32a8b0</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/5722</content>
</entry>
<entry>
<title>add oidc callback URL and hints for Authelia to docs (#5646)</title>
<updated>2023-09-10T13:36:14+00:00</updated>
<author>
<name>Balazs Keresztury</name>
<email>belidzs@users.noreply.github.com</email>
</author>
<published>2023-09-10T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f470724c6ef307919dfdbcd9b71f8d821f1f10fa'/>
<id>urn:sha1:f470724c6ef307919dfdbcd9b71f8d821f1f10fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework trusted proxies (#5549)</title>
<updated>2023-07-30T10:59:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-07-30T10:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e7689459f25663e00b4f5814a3608872ff36b582'/>
<id>urn:sha1:e7689459f25663e00b4f5814a3608872ff36b582</id>
<content type='text'>
* Rework trusted proxies
Fix https://github.com/FreshRSS/FreshRSS/issues/5502
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/3226

New environment variable `TRUSTED_PROXY`: set to 0 to disable, or to a list of trusted IP ranges compatible with https://httpd.apache.org/docs/current/mod/mod_remoteip.html#remoteiptrustedproxy

New internal environment variable `CONN_REMOTE_ADDR` to remember the true IP address of the connection (e.g. last proxy), even when using mod_remoteip.

Current working setups should not observe any significant change.

* Minor whitespace

* Safer trusted sources during install
Rework of https://github.com/FreshRSS/FreshRSS/pull/5358
https://github.com/FreshRSS/FreshRSS/issues/5357

* Minor readme</content>
</entry>
<entry>
<title>Add OIDC_X_FORWARDED_HEADERS environment variable (fixes #5516) (#5523)</title>
<updated>2023-07-16T12:50:42+00:00</updated>
<author>
<name>otaconix</name>
<email>stefanhetzwaantje@gmail.com</email>
</author>
<published>2023-07-16T12:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a066be93b0dbb70ead9b7ab758c332b764b98400'/>
<id>urn:sha1:a066be93b0dbb70ead9b7ab758c332b764b98400</id>
<content type='text'>
* Add OIDC_X_FORWARDED_HEADERS environment variable (fixes #5516)

The mod_auth_oidc needs an additional directive (`OIDCXForwardedHeaders`)
in case FreshRSS is running behind a reverse proxy, so it knows what host,
protocol and port were used to access it. This information is then used
in the `redirect_uri` when directing the user agent (browser) to the identity
provider for authentication.

Please note that, if you are running FreshRSS behind a reverse proxy that
handles TLS, you may need to update your identity provider's configuration so
it accepts `https://...` as a `redirect_uri`.

* Add link to mod_auth_openidc's documentation for the OIDCXForwardedHeaders Apache configuration directive

* Minor spelling

---------

Co-authored-by: Stefan Zwanenburg &lt;stefan@zwanenburg.info&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Allow choosing the OIDC remote user claim and scopes to request from the identity provider (#5481)</title>
<updated>2023-06-30T10:58:20+00:00</updated>
<author>
<name>otaconix</name>
<email>stefanhetzwaantje@gmail.com</email>
</author>
<published>2023-06-30T10:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fc579bd2bc5406abcaa9f8dfffe4232a2e256116'/>
<id>urn:sha1:fc579bd2bc5406abcaa9f8dfffe4232a2e256116</id>
<content type='text'>
* Allow choosing the OIDC remote user claim and scopes to request from the identity provider

* Added comment to explain how checking whether an environment variable is set is done

* Use apostrophe's instead of single quotes for verb contractions in docs

* Move variables used for checking presence of environment variables inside IfDefine block</content>
</entry>
<entry>
<title>Add OpenID Connect (#5351)</title>
<updated>2023-06-12T08:22:46+00:00</updated>
<author>
<name>Aaron Schif</name>
<email>aaronschif@gmail.com</email>
</author>
<published>2023-06-12T08:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=58b254f9cb923d5d0dfe53df4bca8a0f00bbcf0b'/>
<id>urn:sha1:58b254f9cb923d5d0dfe53df4bca8a0f00bbcf0b</id>
<content type='text'>
* Add OIDC

* Update documentation.

* Update apache conf adding IfModule

* Use IfDefine for OIDC in apache conf

* Fix non-oidc support

* Fix typing

* Use IfDefine to enable OIDC

* Add OIDC support to all dockerfiles

* Re add apache Require option

* Fixes and documentation

* A few more fixes

* A bit more doc

* Change type of environment variable

* Update readme

* Correct apache config for OIDC support.

* Fix README formatting

* Update oidc control path

* Fix oidc endpoint being cached

* A bit more review

* Simplify ExpiresActive

* Add session refresh and improve caching

* Allow more different setups

* A bit more documentation

* A bit more readme

---------

Co-authored-by: Aaron Schif &lt;aschif@netdevgroup.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;
Co-authored-by: maTh &lt;math-home@web.de&gt;</content>
</entry>
<entry>
<title>Remove core extensions Google Groups and Tumblr (#5457)</title>
<updated>2023-06-12T06:22:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-06-12T06:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2f5ef39cf2e0bad6d3a30b02e42d10700d0546a3'/>
<id>urn:sha1:2f5ef39cf2e0bad6d3a30b02e42d10700d0546a3</id>
<content type='text'>
* Remove core extensions Google Groups and Tumblr
* Google Groups seems to have remove support for RSS/ATOM https://github.com/FreshRSS/FreshRSS/pull/2838 (see e.g. https://www.theregister.com/2021/08/16/google_groups_rss/ )
* Tumblr seems to have fixed their RSS/ATOM post-GDPR https://github.com/FreshRSS/FreshRSS/pull/1924

So for both of thems, the extensions have become irrelevant.

* Cleaning</content>
</entry>
</feed>
