<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker, branch 1.24.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.24.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.24.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2024-05-01T12:01:58+00:00</updated>
<entry>
<title>Docker: Traefik 3.0 (#6401)</title>
<updated>2024-05-01T12:01:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-05-01T12:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ffe68dcb9740763a2a7225be8dc4809767d47929'/>
<id>urn:sha1:ffe68dcb9740763a2a7225be8dc4809767d47929</id>
<content type='text'>
https://github.com/traefik/traefik/releases/tag/v3.0.0
https://doc.traefik.io/traefik/v3.0/migration/v2-to-v3/</content>
</entry>
<entry>
<title>CLI database backup and restore (#6387)</title>
<updated>2024-04-30T06:31:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-04-30T06:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=329fd4bcf6504c74e3906e51c6fc2124bc09cc02'/>
<id>urn:sha1:329fd4bcf6504c74e3906e51c6fc2124bc09cc02</id>
<content type='text'>
* CLI database backup and restore
Can also be used to migrate from one database to another (e.g. MySQL to PostgreSQL) or to ease upgrade to a major PostgreSQL version (e.g. 15 to 16).

* +x

* Fix some cases

* Update to docker-compose-v2

* More documentation</content>
</entry>
<entry>
<title>Fix CLI install regressions (#6214)</title>
<updated>2024-03-19T12:42:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-03-19T12:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b5445e1e56497f8bdc1de35a8325418c44b96d37'/>
<id>urn:sha1:b5445e1e56497f8bdc1de35a8325418c44b96d37</id>
<content type='text'>
* Fix CLI install with prefix
It was not possible to pass a blank prefix

* Fix regression EXIT_CODE_ALREADY_EXISTS
The dedicated exit code was not sent anymore when a user already exists</content>
</entry>
<entry>
<title>Traefik 2.11 in docker-compose example (#6098)</title>
<updated>2024-02-17T13:44:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-02-17T13:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=53d40ea3bba2becb5ed19a09ca9e87dbde2d46e0'/>
<id>urn:sha1:53d40ea3bba2becb5ed19a09ca9e87dbde2d46e0</id>
<content type='text'>
https://github.com/traefik/traefik/releases/tag/v2.11.0</content>
</entry>
<entry>
<title>Docker Debian disable unused PHP modules (#5994)</title>
<updated>2023-12-30T22:42:57+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-12-30T22:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a3ebfe76ea423a002f62af25597dcfdd9308ad37'/>
<id>urn:sha1:a3ebfe76ea423a002f62af25597dcfdd9308ad37</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/5993</content>
</entry>
<entry>
<title>Alpine 3.19 (#5933)</title>
<updated>2023-12-10T11:41:49+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-12-10T11:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f7c160b9affb65d1d6e07f57bb23b44dec56c3d5'/>
<id>urn:sha1:f7c160b9affb65d1d6e07f57bb23b44dec56c3d5</id>
<content type='text'>
https://alpinelinux.org/posts/Alpine-3.19.0-released.html
Apache/2.4.58, PHP 8.2.13</content>
</entry>
<entry>
<title>Improve filtering of Cron env variables (#5898)</title>
<updated>2023-11-21T15:33:19+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-11-21T15:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc9ef0d188fa43d4a4d06835f74e2d94799b65c6'/>
<id>urn:sha1:bc9ef0d188fa43d4a4d06835f74e2d94799b65c6</id>
<content type='text'>
Avoid keeping environment variables used for init.
Improvement of https://github.com/FreshRSS/FreshRSS/pull/5795
Spotted when checking https://github.com/FreshRSS/FreshRSS/issues/5894</content>
</entry>
<entry>
<title>Fix PHP 7 compatibility strict_types (#5893)</title>
<updated>2023-11-18T22:21:20+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-11-18T22:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b65ea979010eb488cc9c1fb1d0f082e868c191d5'/>
<id>urn:sha1:b65ea979010eb488cc9c1fb1d0f082e868c191d5</id>
<content type='text'>
* Fix PHP 7 compatibility
https://github.com/FreshRSS/FreshRSS/discussions/5892

* Multiple PHP 7 fixes

* PHPStan</content>
</entry>
<entry>
<title>Document Traefik PathPrefix (#5845)</title>
<updated>2023-11-10T07:35:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-11-10T07:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e6b0f8c3e39bc2b7565a88e0ba3695abeefc0b4a'/>
<id>urn:sha1:e6b0f8c3e39bc2b7565a88e0ba3695abeefc0b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update WebSub documentation a bit (#5829)</title>
<updated>2023-11-08T19:24:24+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-11-08T19:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=44a7c54a5a6afb72937425cee0d53610e440ec60'/>
<id>urn:sha1:44a7c54a5a6afb72937425cee0d53610e440ec60</id>
<content type='text'>
* Update WebSub documentation a bit

* Marien prefers not to promote his hub too much :-)</content>
</entry>
</feed>
