<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker/Dockerfile-QEMU-ARM, 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-01-07T22:32:39+00:00</updated>
<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: Use Apache remoteip (#3226)</title>
<updated>2020-10-16T07:25:43+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-10-16T07:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9ab05c7f67a04409245b97c7c22a746b32e07847'/>
<id>urn:sha1:9ab05c7f67a04409245b97c7c22a746b32e07847</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/3224
Log the client remote IP instead of the local proxy IP
https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html</content>
</entry>
<entry>
<title>Remove Docker heathchecks (#3161)</title>
<updated>2020-08-30T08:10:49+00:00</updated>
<author>
<name>Jucgshu</name>
<email>Jucgshu@users.noreply.github.com</email>
</author>
<published>2020-08-30T08:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5eef40162c669b5e5d994cde4ff2f376794d4e28'/>
<id>urn:sha1:5eef40162c669b5e5d994cde4ff2f376794d4e28</id>
<content type='text'>
* Update Dockerfile

Remove heathcheck

* Update Dockerfile-Alpine

Remove heathcheck

* Update Dockerfile-QEMU-ARM

Remove heathcheck</content>
</entry>
<entry>
<title>Docker use Debian instead of Ubuntu (#3159)</title>
<updated>2020-08-29T13:54:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-08-29T13:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b6b6a6de1d7fb0495a26251e0cac3ada38ea29fb'/>
<id>urn:sha1:b6b6a6de1d7fb0495a26251e0cac3ada38ea29fb</id>
<content type='text'>
#fix https://github.com/FreshRSS/FreshRSS/issues/3026
Ubuntu 19.10 has expired.
I still cannot get Ubuntu 20.04 to work on ARM (Raspberry Pi) https://github.com/FreshRSS/FreshRSS/pull/2943
Move to Debian 10 Buster instead of our current Ubuntu 19.10 (which was based on Debian 10 Buster).</content>
</entry>
<entry>
<title>Revert to Ubuntu 19.10 (#2943)</title>
<updated>2020-05-02T16:24:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-05-02T16:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=af575e061d8cd08f4e3c3ccf5b5d1d7a352cf50f'/>
<id>urn:sha1:af575e061d8cd08f4e3c3ccf5b5d1d7a352cf50f</id>
<content type='text'>
* Revert to Ubuntu 19.10

#Fix https://github.com/FreshRSS/FreshRSS/issues/2939
Revert https://github.com/FreshRSS/FreshRSS/pull/2925

Will upgrade back to 20.04 when Ubuntu bugs are fixed, e.g.
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1867675

* Revert changelog</content>
</entry>
<entry>
<title>Docker: Ubuntu 20.04 (#2925)</title>
<updated>2020-04-25T10:27:25+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2020-04-25T10:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0f7970b4c054c4890b59e39cb0fdf652c0acb6a1'/>
<id>urn:sha1:0f7970b4c054c4890b59e39cb0fdf652c0acb6a1</id>
<content type='text'>
https://ubuntu.com/blog/ubuntu-20-04-lts-arrives
PHP 7.4.3, Apache 2.4.41
https://php.net/migration74
We have already addressed PHP 7.4 issues in FreshRSS 1.16</content>
</entry>
<entry>
<title>New environment variable COPY_LOG_TO_SYSLOG (#2591)</title>
<updated>2019-10-26T09:19:42+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-26T09:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3c49986ec895595edc632da0f14419199ce47667'/>
<id>urn:sha1:3c49986ec895595edc632da0f14419199ce47667</id>
<content type='text'>
* New environment variable COPY_LOG_TO_SYSLOG

False by default.
Makes it easy to monitor all logs from Syslog or STDERR (e.g. docker
logs).

* Suggestion of native constants
</content>
</entry>
<entry>
<title>Docker update to Ubuntu 19.10 (#2577)</title>
<updated>2019-10-19T00:39:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-19T00:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc820a151a1f22ab8d2a25c209bb4fc5ccd1b1bd'/>
<id>urn:sha1:bc820a151a1f22ab8d2a25c209bb4fc5ccd1b1bd</id>
<content type='text'>
Released today with PHP 7.3.8, Apache 2.4.41
http://releases.ubuntu.com/eoan/</content>
</entry>
<entry>
<title>Minz: New environment variable to control development mode (#2508)</title>
<updated>2019-08-22T18:04:26+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-08-22T18:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=6cedeeeae51f5e5220d7f786fb801951811bb743'/>
<id>urn:sha1:6cedeeeae51f5e5220d7f786fb801951811bb743</id>
<content type='text'>
* New environment variable to control development mode

Suggestion of new enviromnent variable, as discussed
https://github.com/FreshRSS/FreshRSS/pull/2492#issuecomment-523613920

* Update Docker/README.md

Co-Authored-By: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update Docker/README.md

Co-Authored-By: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Update Docker/README.md

Co-Authored-By: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* Declare ENV in Dockerfile

Tested
</content>
</entry>
<entry>
<title>Ignore JSON notation</title>
<updated>2019-07-23T06:49:41+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2019-07-22T19:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4e0acf5296d23899d0aa4a09ce758aae840ad116'/>
<id>urn:sha1:4e0acf5296d23899d0aa4a09ce758aae840ad116</id>
<content type='text'>
</content>
</entry>
</feed>
