<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker, branch 1.26.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.26.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.26.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-02-19T10:26:07+00:00</updated>
<entry>
<title>Docker Compose remove deprecated version (#7309)</title>
<updated>2025-02-19T10:26:07+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-02-19T10:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6c6695b835dbabed0836c652839566e728b7cf98'/>
<id>urn:sha1:6c6695b835dbabed0836c652839566e728b7cf98</id>
<content type='text'>
Minor doc</content>
</entry>
<entry>
<title>Ligth update Docker Compose (#7249)</title>
<updated>2025-01-25T08:13:44+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-01-25T08:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=68497030f988cac483a67b27b96d2ac90a54856e'/>
<id>urn:sha1:68497030f988cac483a67b27b96d2ac90a54856e</id>
<content type='text'>
I just saw some users getting confused about the build section despite of the comment, so commented out by default
https://github.com/FreshRSS/FreshRSS/discussions/7246#discussioncomment-11908948</content>
</entry>
<entry>
<title>Doc changed default_user to default-user (#7238)</title>
<updated>2025-01-25T08:13:03+00:00</updated>
<author>
<name>Max Bretschneider</name>
<email>54221876+brtmax@users.noreply.github.com</email>
</author>
<published>2025-01-25T08:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=539d58b8fc7cb4c5e8fbf531ad2a711c383ffac0'/>
<id>urn:sha1:539d58b8fc7cb4c5e8fbf531ad2a711c383ffac0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docker Compose Traefik 3 (#7219)</title>
<updated>2025-01-13T18:48:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-01-13T18:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c3089734c7e263941067c065443444fb3e0dbecb'/>
<id>urn:sha1:c3089734c7e263941067c065443444fb3e0dbecb</id>
<content type='text'>
Use :3 instead of `3.0` to avoid having to update the documentation too often.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/6401</content>
</entry>
<entry>
<title>Adds BASE_URL to example .env file (#7151)</title>
<updated>2024-12-27T13:13:20+00:00</updated>
<author>
<name>Christopher Moss</name>
<email>christopher.moss@digital.justice.gov.uk</email>
</author>
<published>2024-12-27T13:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ec69fdcb27623027644778aa78d79fdca4f3469d'/>
<id>urn:sha1:ec69fdcb27623027644778aa78d79fdca4f3469d</id>
<content type='text'>
* Adds BASE_URL to example .env file

I found without specifying a BASE_URL then the installation command gets confused

❌ FreshRSS error during installation!
FreshRSS error: invalid input: default-user cannot be empty

The provided example base url may not be desired, but the readme should be updated with 'something' to make first use more user friendly.

* Update Docker/README.md

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Docker: Alpine 3.21 (#7070)</title>
<updated>2024-12-07T11:11:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-12-07T11:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e025d17a17c8e5639f12a8fac38d5fb720295540'/>
<id>urn:sha1:e025d17a17c8e5639f12a8fac38d5fb720295540</id>
<content type='text'>
PHP 8.3.14, Apache/2.4.62
https://alpinelinux.org/posts/Alpine-3.21.0-released.html</content>
</entry>
<entry>
<title>Apache protect more non-public folders and files (#6881)</title>
<updated>2024-10-11T07:25:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-10-11T07:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=91624037c7d73eb545478aab2f8abc55fc224453'/>
<id>urn:sha1:91624037c7d73eb545478aab2f8abc55fc224453</id>
<content type='text'>
* Apache protect more non-public folders

* Also protect root

* Do the same for /p/

* Simplify Require all denied
In case of Apache 2.2, it will just make an error 500 instead of 403

* .htaccess.dist

* Simplify

* Better comment</content>
</entry>
<entry>
<title>PostgreSQL 17 (#6835)</title>
<updated>2024-09-28T14:29:23+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-28T14:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ec9f9a43ed0521b23ab9e3d78da4678e5942b268'/>
<id>urn:sha1:ec9f9a43ed0521b23ab9e3d78da4678e5942b268</id>
<content type='text'>
https://www.postgresql.org/about/news/postgresql-17-released-2936/</content>
</entry>
<entry>
<title>Docker entrypoint optimize find sed (#6827)</title>
<updated>2024-09-23T09:13:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-23T09:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1207236e9c297ecea206a07c3b54e9e4f01cdd7a'/>
<id>urn:sha1:1207236e9c297ecea206a07c3b54e9e4f01cdd7a</id>
<content type='text'>
Single `find` and single `sed` command instead of 3</content>
</entry>
<entry>
<title>Docker LegacyKeyValueFormat (#6819)</title>
<updated>2024-09-21T07:54:01+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-09-21T07:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e165cf6b4394118613d2eff36fc0a06c2c661641'/>
<id>urn:sha1:e165cf6b4394118613d2eff36fc0a06c2c661641</id>
<content type='text'>
* Docker LegacyKeyValueFormat
https://docs.docker.com/reference/build-checks/legacy-key-value-format/

* Also for devcontainer</content>
</entry>
</feed>
