11 Commits

Author SHA1 Message Date
Patrick Kishino
9d975aba54
merge in latest dev (#1712)
* Brush up proxy and rss plugin images, build for multiarch support #1483

* Escape special characters in rss-plugin input variables #1565

* Increase healthcheck ping timeout (#1627)

* Add DNS resolution checks (fix #1608) (#1617)

* Add dns resolution test to healthcheck script

* Add dns resolution test to start script

Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>

* Fix PIA infinite redirect on config download (see #1619) (#1620)

PIA download link was redirecting and setting a cookie, but those are
disabled by default unless `--cookie` or `--cookie-jar` are given. Since
the cookie was not set, the redirection was attempted again until we
reached the maximum redirection limit.

The `--cookie /dev/null` specifies an empty input cookie, which has the
effect to enable curl's handling of cookies.

Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: clement-z <6691770+clement-z@users.noreply.github.com>
2021-02-12 09:23:42 +09:00
Kristian Haugene
615624af0b Changing armhf base image for compatability with all rpi verisons #721 2019-03-26 22:28:32 +01:00
Kristian Haugene
c319b28a25 Changing base image for armhf images #721 2019-03-09 21:02:25 +01:00
Kristian Haugene
beb4618a08 Change base image for proxy and rss plugin #723 2019-02-26 23:32:03 +01:00
Adrien Kühn
117aaf0ceb
Fix builds on ARM arch but keeping ARM cross builds. Fix #638. 2018-12-16 13:02:23 +01:00
Adrien Kühn
5ab2fe9dae
Add ability to generate automatic ARM images 2018-08-19 23:26:12 -04:00
Bharat
680a00f33d
Use same rpi-raspbian image for proxy
Use the same resin/rpi-raspbian:stretch image for proxy to not have to download another image and save space.
2018-02-28 10:08:51 +05:30
Kristian Haugene
a7043d6473 Increase max request body size #419 2018-02-07 21:51:52 +01:00
Matt Berther
5c6d65ba1c adding ARM (Raspberry Pi) support 2016-07-26 23:41:05 -06:00
Kristian Haugene
16130bdb37 keep it simple 2016-05-14 00:05:38 +02:00
Kristian Haugene
43099d6800 Made proxy container with templated config 2016-05-13 23:51:47 +02:00