<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker, branch 1.11.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.11.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.11.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2018-05-29T20:28:30+00:00</updated>
<entry>
<title> Correct docker-compose.yml file and add a corresponding note in the doc. (#1906)</title>
<updated>2018-05-29T20:28:30+00:00</updated>
<author>
<name>Upils</name>
<email>paulmars@orange.fr</email>
</author>
<published>2018-05-29T20:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=66ff16294a2f5dc6a731e4e7a82409d4e3e4dee0'/>
<id>urn:sha1:66ff16294a2f5dc6a731e4e7a82409d4e3e4dee0</id>
<content type='text'>
* Add a docker compose example.

Using postgresql and with traefik specific labels.

* Added docker-compose specific documentation.

* Move docker-compose section at the end of the README.md.

* Correct docker-compose.yml file and add a corresponding note in the doc.

* Typo in doc.
</content>
</entry>
<entry>
<title>Changelog 1882</title>
<updated>2018-05-20T10:04:12+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-05-20T10:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fd7b0c1e7854b00f222cad96c376ef8a7d547d7d'/>
<id>urn:sha1:fd7b0c1e7854b00f222cad96c376ef8a7d547d7d</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1882
</content>
</entry>
<entry>
<title>Add a docker compose example. (#1882)</title>
<updated>2018-05-09T07:57:46+00:00</updated>
<author>
<name>Upils</name>
<email>paulmars@orange.fr</email>
</author>
<published>2018-05-09T07:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0ccda74571fd314864ce0223ed1efaae26a11ca8'/>
<id>urn:sha1:0ccda74571fd314864ce0223ed1efaae26a11ca8</id>
<content type='text'>
* Add a docker compose example.

Using postgresql and with traefik specific labels.

* Added docker-compose specific documentation.

* Move docker-compose section at the end of the README.md.
</content>
</entry>
<entry>
<title>Tab to spaces in multiline shell</title>
<updated>2018-04-26T15:13:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-04-26T15:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=404ca869e9aafa40931914812b8552e4b9973694'/>
<id>urn:sha1:404ca869e9aafa40931914812b8552e4b9973694</id>
<content type='text'>
Copy pasting the commands was not working due to tabs, in e.g. Ubuntu
terminal.
</content>
</entry>
<entry>
<title>Apache overrides were not enough (#1873)</title>
<updated>2018-04-26T11:52:44+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-04-26T11:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=90998c24370ea14b2b78d1e2a55bfe33947b2aa7'/>
<id>urn:sha1:90998c24370ea14b2b78d1e2a55bfe33947b2aa7</id>
<content type='text'>
It looks like overrides of CustomLog, ErrorLog, Listen did not do the
job fully.
Updated to comment out those lines in httpd.conf.
Fixes the fact that logs were kept in /var/log/apache2/ (instead of
being only given via STDOUT to Docker logs) and the "internal dummy
connection" bug over IPv6 (Docker is typically only IPv4).</content>
</entry>
<entry>
<title>cron in Docker image (#1871)</title>
<updated>2018-04-26T10:00:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-04-26T10:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4381117a197efca11ce896791ef35c6e52c7130f'/>
<id>urn:sha1:4381117a197efca11ce896791ef35c6e52c7130f</id>
<content type='text'>
* cron in Docker image

https://github.com/FreshRSS/FreshRSS/issues/1869

* Fix cron CMD

* Minor readme

* Docker run d instead of dit

There should not be a need for STDIN or TTY

* Minor sed param
</content>
</entry>
<entry>
<title>Docker missing PHP extensions</title>
<updated>2018-03-05T19:33:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-05T19:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=56474420537efb5ae5f8f07ea135a410fb3faeda'/>
<id>urn:sha1:56474420537efb5ae5f8f07ea135a410fb3faeda</id>
<content type='text'>
php7-iconv php7-xmlreader php7-zlib
https://github.com/FreshRSS/FreshRSS/issues/1821
</content>
</entry>
<entry>
<title>Docker add simplexml</title>
<updated>2018-03-04T16:07:32+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T16:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=80b85ffb8e61f58e0c2517ab3e284b7be82f7e4e'/>
<id>urn:sha1:80b85ffb8e61f58e0c2517ab3e284b7be82f7e4e</id>
<content type='text'>
Needed for OPML import
</content>
</entry>
<entry>
<title>Docker follow-up (#1817)</title>
<updated>2018-03-04T11:27:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T11:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=29dc711b7b53e73eb9325da217cef8affbd3c11b'/>
<id>urn:sha1:29dc711b7b53e73eb9325da217cef8affbd3c11b</id>
<content type='text'>
* Docker follow-up

https://github.com/FreshRSS/FreshRSS/pull/1813

* Readme links

cloud.docker.com does not seem to have a public version of the pages
re-add https://hub.docker.com/r/freshrss/freshrss/

* Link to original GitHub readme

* Docker readme MySQL PostgreSQL

https://github.com/FreshRSS/FreshRSS/pull/1817#issuecomment-370195319

* docker exec username
</content>
</entry>
<entry>
<title>New Docker (#1813)</title>
<updated>2018-03-04T00:02:02+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2018-03-04T00:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=71918dbc5a240dfa391491b27cdb482d55b8794a'/>
<id>urn:sha1:71918dbc5a240dfa391491b27cdb482d55b8794a</id>
<content type='text'>
* Draft of new Docker

Based on Alpine Linux. Size ~78MB.
https://github.com/FreshRSS/docker-freshrss/issues/4
https://github.com/FreshRSS/FreshRSS/issues/520
https://github.com/FreshRSS/docker-freshrss
https://github.com/FreshRSS/docker-freshrss-production

* Docker readme

* +x execution rights prepare

* Docker readme links to hub.docker.com

https://hub.docker.com/r/freshrss/freshrss/
</content>
</entry>
</feed>
