<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/Docker, branch 1.15.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.15.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.15.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2019-11-06T14:16:00+00:00</updated>
<entry>
<title>Fix database autocreate at install (#2635)</title>
<updated>2019-11-06T14:16:00+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-11-06T14:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=22030155f8fd5cab102ddd897a914cf1a0ffd183'/>
<id>urn:sha1:22030155f8fd5cab102ddd897a914cf1a0ffd183</id>
<content type='text'>
* Fix database autocreate at install

Several bugs prevented the auto-creation of the database in Web and CLI
installs.
Fix
https://github.com/YunoHost-Apps/freshrss_ynh/issues/84#issuecomment-549818408

* initDb

https://github.com/FreshRSS/FreshRSS/pull/2635#discussion_r343107795
</content>
</entry>
<entry>
<title>Cookie same-site (#2630)</title>
<updated>2019-11-05T17:11:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-11-05T17:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8b0f9fae9f34ef25458e79a477758a45873b7cd4'/>
<id>urn:sha1:8b0f9fae9f34ef25458e79a477758a45873b7cd4</id>
<content type='text'>
* Set-Cookie SameSite

* https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00
* https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02#section-5.3.7
* https://blog.mozilla.org/security/2018/04/24/same-site-cookies-in-firefox-60/
* https://blog.chromium.org/2019/10/developers-get-ready-for-new.html

Set to Lax instead of Strict to allow linking to allow linking to FreshRSS sub-pages without having to log-in again</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>#2573 remove trailing slash to prevent normalizing by nginx (#2574)</title>
<updated>2019-10-16T22:05:04+00:00</updated>
<author>
<name>Pim Snel</name>
<email>pim@lingewoud.nl</email>
</author>
<published>2019-10-16T22:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=fb3bcc45f35dcace1f820069ba89d2b97078b090'/>
<id>urn:sha1:fb3bcc45f35dcace1f820069ba89d2b97078b090</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase import size (#2563)</title>
<updated>2019-10-08T18:52:03+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-08T18:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=077e3cff458e4c36b364c065397d524025ee3de1'/>
<id>urn:sha1:077e3cff458e4c36b364c065397d524025ee3de1</id>
<content type='text'>
* Increase import size

This is merely a temporary workaround to allow at least some medium size
imports
https://framateam.org/freshrss/pl/7wbt4tcyetrfmris9xdcbq7uuw
The import module should be rewritten to process files one by one and as
data streams instead of loading multiple copies of the whole dataset in
memory as is the case now :-(
https://github.com/FreshRSS/FreshRSS/issues/1890
Note that the new SQLite export/import is distinct from this case.

* Use parameter
</content>
</entry>
<entry>
<title>Example Docker Compose v3 (#2553)</title>
<updated>2019-10-05T13:48:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-05T13:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0d5c80b69894c94d66747f7e1f8ae9b46818963f'/>
<id>urn:sha1:0d5c80b69894c94d66747f7e1f8ae9b46818963f</id>
<content type='text'>
Fix https://github.com/FreshRSS/FreshRSS/issues/2547</content>
</entry>
<entry>
<title>Trim whitespace (#2544)</title>
<updated>2019-10-01T16:12:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-10-01T16:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=37b52b7361d3ac15273ca19a0b96ef74299e759e'/>
<id>urn:sha1:37b52b7361d3ac15273ca19a0b96ef74299e759e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicit Traefik 1.7 (#2533)</title>
<updated>2019-09-25T05:51:10+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-09-25T05:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=891e8ef7829a2760df794ad1d4e3c664fade3cca'/>
<id>urn:sha1:891e8ef7829a2760df794ad1d4e3c664fade3cca</id>
<content type='text'>
Traefik 2.0 has some breaking changes.
Making the use of version 1.7 explicit while waiting for upgrading to 2.0
https://community.containo.us/t/traefik-release-v2-0-0/1628</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>
</feed>
