<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker, 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-29T21:18:06+00:00</updated>
<entry>
<title>Export all environment variables to cron (#5772)</title>
<updated>2023-10-29T21:18:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-10-29T21:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=de51f6e7a042788532aca5e437634da8cdbbbac0'/>
<id>urn:sha1:de51f6e7a042788532aca5e437634da8cdbbbac0</id>
<content type='text'>
fix https://github.com/FreshRSS/FreshRSS/issues/5770
Note, the syntax complying with https://www.shellcheck.net/wiki/SC2002 does not seem to work in ash / Alpine</content>
</entry>
<entry>
<title>Prepare Alpine OIDC (#5764)</title>
<updated>2023-10-28T11:40:22+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-10-28T11:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=51a95afdbbd43c69097c0452bacb049991a10ff9'/>
<id>urn:sha1:51a95afdbbd43c69097c0452bacb049991a10ff9</id>
<content type='text'>
* Prepare Alpine OIDC
* Prepare syntax for OpenID Connect in Alpine.
* Update :newest Alpine development image to PHP 8.3
* Fix a little bug in test of OIDC_SCOPES

* Changelog + syntax

* shellchecks</content>
</entry>
<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>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>Avoid a warning on non-numeric TRUSTED_PROXY en var (#5733)</title>
<updated>2023-10-25T13:57:27+00:00</updated>
<author>
<name>Mossroy</name>
<email>mossroy@mossroy.fr</email>
</author>
<published>2023-10-25T13:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=280a1e11556bd22f3640facc12ec5bdaa5d10d90'/>
<id>urn:sha1:280a1e11556bd22f3640facc12ec5bdaa5d10d90</id>
<content type='text'>
* Update entrypoint.sh to avoid a warning on non-numeric TRUSTED_PROXY env var

Fixes #5732 5732

* Use POSIX-compatible syntax

* Fix POSIX syntax</content>
</entry>
<entry>
<title>docker-compose PostgreSQL 16 (#5661)</title>
<updated>2023-09-23T22:39:50+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-09-23T22:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=86d713478b25816340aebeeacca704f3aeee17af'/>
<id>urn:sha1:86d713478b25816340aebeeacca704f3aeee17af</id>
<content type='text'>
https://www.postgresql.org/about/news/postgresql-16-released-2715/
Watch out, there are no auto-updates between major versions</content>
</entry>
<entry>
<title>Docker MySQL update doc (#5639)</title>
<updated>2023-09-09T09:15:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-09-09T09:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=24be95756ff6946d3b4a3e1ccb0dfed844a8ead9'/>
<id>urn:sha1:24be95756ff6946d3b4a3e1ccb0dfed844a8ead9</id>
<content type='text'>
Remove obsolete parameter not needed anymore now that all our images are using PHP 8+</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>Docker: Add DATA_PATH to cron env (#5531)</title>
<updated>2023-07-19T21:36:13+00:00</updated>
<author>
<name>Zhaofeng Li</name>
<email>hello@zhaofeng.li</email>
</author>
<published>2023-07-19T21:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c35a9ee061a31b5d4b19e63bbe9882a7ecdcb053'/>
<id>urn:sha1:c35a9ee061a31b5d4b19e63bbe9882a7ecdcb053</id>
<content type='text'>
</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>
</feed>
