<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker/Dockerfile-Oldest, branch 1.20.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.20.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.20.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2022-06-19T18:09:09+00:00</updated>
<entry>
<title>Docker Alpine updates (#4420)</title>
<updated>2022-06-19T18:09:09+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-06-19T18:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a90d93979f63b48c76308ae26c845d8b58f5368d'/>
<id>urn:sha1:a90d93979f63b48c76308ae26c845d8b58f5368d</id>
<content type='text'>
* Added PHP extensions `php-openssl`  (used by PHPMailer) and php-xml (used by SimplePie)
* Upgraded dev image `freshrss/freshrss:newest` to PHP 8.2.</content>
</entry>
<entry>
<title>Docker :newest Alpine PHP 8.1 (#4121)</title>
<updated>2022-01-04T21:33:31+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-01-04T21:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a6ea90e58b807d18fff601135e3e697b38895ca1'/>
<id>urn:sha1:a6ea90e58b807d18fff601135e3e697b38895ca1</id>
<content type='text'>
* Docker :newest Alpine PHP 8.1
Update our `:newest` development image to use PHP 8.1 in alpine:edge

* Increase memory for tests</content>
</entry>
<entry>
<title>Docker: Move logic to disable FreshRSS updates (#3973)</title>
<updated>2021-11-14T22:25:27+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-11-14T22:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=81b00bd8aacb0627ebb810b9100ee800bf53326f'/>
<id>urn:sha1:81b00bd8aacb0627ebb810b9100ee800bf53326f</id>
<content type='text'>
Should be done during build and not during entrypoint, to avoid modifying a potential volume (e.g. mounting the source code as a volume is used during development).</content>
</entry>
<entry>
<title>Fix cron regression (#3933)</title>
<updated>2021-10-24T17:39:35+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-10-24T17:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d924fc5fbbe6b93d7a42aa8c77af59cb2ffb00db'/>
<id>urn:sha1:d924fc5fbbe6b93d7a42aa8c77af59cb2ffb00db</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/pull/3927/files#r735146297
The path `/var/www/FreshRSS/` might be a Docker volume, breaking files created there during Docker build</content>
</entry>
<entry>
<title>Docker: don't add crontab unless needed. (#3927)</title>
<updated>2021-10-24T15:25:03+00:00</updated>
<author>
<name>Chris Francy</name>
<email>zoredache@users.noreply.github.com</email>
</author>
<published>2021-10-24T15:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=07e00c7681e5fd9e680cba75125b166b96a96198'/>
<id>urn:sha1:07e00c7681e5fd9e680cba75125b166b96a96198</id>
<content type='text'>
Adding the crontab as part of the image build makes it more complicated
to add custom entries to the crontab. Adjusting the image and entrypoint
to make it so that the crontab is only added when CRON_MIN is set
simplifies having a custom crontab.</content>
</entry>
<entry>
<title>Drop PHP5 and IE11 (#3666)</title>
<updated>2021-06-07T15:53:47+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-06-07T15:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=483b6eb33357540f96dfd36695254475ae15c5f8'/>
<id>urn:sha1:483b6eb33357540f96dfd36695254475ae15c5f8</id>
<content type='text'>
* Drop PHP5 and IE11
https://github.com/FreshRSS/FreshRSS/discussions/3321
Our Docker :oldest is now based on Alpine 3.5 (2016-12-22)

* More uniform

* More changelog</content>
</entry>
<entry>
<title>Alpine oldest: php5-openssl (#3482)</title>
<updated>2021-02-27T10:22:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-02-27T10:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d69175875c42d8cd147aef1330b6c1790e3f73d'/>
<id>urn:sha1:0d69175875c42d8cd147aef1330b6c1790e3f73d</id>
<content type='text'>
alpine:3.13 require php5-openssl for some https features.

Otherwise, fail on e.g. the extension page:

```
file_get_contents(): php Unable to find the wrapper "https" - did you
forget to enable it when you configured PHP? in
/var/www/FreshRSS/app/Controllers/extensionController.php on line 45

PHP Warning:
file_get_contents(https://raw.githubusercontent.com/FreshRSS/Extensions/master/extensions.json):
failed to open stream: No such file or directory in
/var/www/FreshRSS/app/Controllers/extensionController.php on line 45

[error] --- Could not fetch available extension from GitHub
```

Does not seem required for newer Alpine versions using PHP7 / PHP8</content>
</entry>
<entry>
<title>Docker: Environment variable to change Apache port (#3343)</title>
<updated>2021-01-07T22:32:39+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-01-07T22:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=69060cda334fb8e8b6e08d71665c63e13cfdc095'/>
<id>urn:sha1:69060cda334fb8e8b6e08d71665c63e13cfdc095</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/3341

New environment variable `LISTEN='0.0.0.0:8080'`

```
docker run -d --network host --uts host -e LISTEN='0.0.0.0:8080' -e
TZ=Europe/Paris --name freshrss   freshrss/freshrss
```</content>
</entry>
<entry>
<title>Docker image for oldest supported PHP version (#3274)</title>
<updated>2020-12-12T14:59:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-12-12T14:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=da4121cb6cd7700212a935fbb38e9f2a567d3609'/>
<id>urn:sha1:da4121cb6cd7700212a935fbb38e9f2a567d3609</id>
<content type='text'>
Add a Docker file, which can be used to test FreshRSS with our oldest
supported PHP version.

See
https://pkgs.alpinelinux.org/packages?name=php5&amp;branch=v3.4&amp;arch=x86_64

PHP 5.6.36-r0</content>
</entry>
</feed>
