<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker/Dockerfile-Oldest, branch 1.18.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.18.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.18.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2021-02-27T10:22:06+00:00</updated>
<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>
