Merge pull request #41 from eric-pierce/master
x86dev
2020-05-04 21:03:03 +02:00
26df3da1f0fixing problem with SELF_URL_PATH parameter updates in TT-RSS
Pierce, Eric
2020-04-27 17:08:37 -05:00
c122a33b05fixing problem with SELF_URL_PATH parameter updates in TT-RSS
Pierce, Eric
2020-04-27 17:06:12 -05:00
8b5e5d1794Now using Alpine 3.10.1.
x86dev
2019-07-26 23:30:06 +02:00
d057a3c21bMade the container image smaller by cleaning up more APT stuff.
x86dev
2019-07-25 23:34:30 +02:00
8565deba18Made resetting the theme optional via TTRSS_THEME_RESET env var. Default is resetting the theme to the default one though. Untested.
x86dev
2019-07-25 23:25:45 +02:00
472b083f7dsetup-ttrss.sh: Use the new feediron repo.
x86dev
2019-07-25 23:04:33 +02:00
82b7e7b4c5Reset the theme to default when starting the container. This should help avoiding messed up installations when themes break in the future. The user has to (re-)select the preferred theme manually then.
x86dev
2018-12-16 19:37:02 +01:00
e67ffa2751setup-ttrss.sh: Don't specify a default port (8888) if none set via environment variable; just go for the default port (80) to make TTRSS_SELF_URL happy.
x86dev
2017-11-08 22:29:40 +01:00
4a6bfa584bsetup-ttrss.sh: Don't force setting a website port by default (can be specified by environment variable TTRSS_PORT).
x86dev
2017-07-28 23:13:29 +02:00
8c2fe770bdMerge pull request #12 from funkypenguin/master
x86dev
2017-07-28 22:35:44 +02:00
6b325708dbMerge branch 'master' into master
x86dev
2017-07-28 22:26:41 +02:00
95c7208ba5setup-ttrss.sh: Automatically enable secure image proxy (af_zz_imgproxy) plugin if SSL/TLS is enabled.
x86dev
2017-07-28 22:12:19 +02:00
cbce939708Fix typo
David Young
2017-07-21 23:44:37 +12:00
749862d676Permit passing of TTRSS_SELF_URL to override auto-generation
David Young
2017-07-21 23:35:05 +12:00
c4d0bffcd8Remove setting S6_BEHAVIOUR_IF_STAGE2_FAILS=2 within cont-init.d script
David Young
2017-07-21 23:22:43 +12:00
709459b6aeReduced timeout to 1s and forced S6_BEHAVIOUR_IF_STAGE2_FAILS=2
David Young
2017-07-21 23:14:22 +12:00
11bfd42037Updated default db wait timeout to 60s
David Young
2017-07-21 22:56:08 +12:00
bdf3aed5c3Updated to wait-for and fixed cond-init.d script
David Young
2017-07-21 22:41:52 +12:00
79c5cd91f3Moved waitforit into Dockerfile, added to cont-init.d
David Young
2017-07-21 22:22:01 +12:00
34fb586912Added wait-for-it.sh for startup control
David Young
2017-07-21 21:47:51 +12:00
2e3669cc18Add passing TTRSS_GITURL as env variable
David Young
2017-07-19 18:52:19 +12:00
314161df6cMoved tt-rss repo URL into variable
David Young
2017-07-19 18:28:52 +12:00
fbef0c79e7Upated for changed git URL for tt-rss HEAD
David Young
2017-07-19 13:49:52 +12:00
26882927dbupdate-ttrss.sh: Fix for setting permissions in update_common().
x86dev
2017-07-14 12:12:07 +02:00
12f99c839csetup-ttrss.sh / update-ttrss.sh: Keeping going in case of errors.
x86dev
2017-07-14 12:08:52 +02:00
aa50559ac7update-ttrss.sh: Fixes for update_common().
x86dev
2017-07-14 11:28:39 +02:00
7f9630f467Put back in running the update routine in setup-ttrss.sh, as this also includes important stuff we need in order to run everything smoothly.
x86dev
2017-07-14 11:28:15 +02:00
1d6442f283Integrated DB setup in setup-ttrss.sh, don't do an update in setup-ttrss.sh.
x86dev
2017-07-13 18:24:17 +02:00
5ba3b49090No need to run the setup when build the container; logging.
x86dev
2017-07-13 18:13:45 +02:00
3cbb67e680Added environment variable TTRSS_GIT_TAG to specify a TT-RSS release tag to use specifically instead of using the rolling release model.
x86dev
2017-07-13 17:57:15 +02:00
3390c14b05setup-ttrss.sh: Fixed TRSS_PORT tweaking if not set.
x86dev
2017-07-07 14:03:46 +02:00
ecd2c19f68setup-ttrss.sh: Let the users specify TTRSS_URL / TTRSS_PORT themselves instead of using VIRTUAL_HOST / VIRTUAL_PORT automatically.
x86dev
2017-07-07 13:48:54 +02:00
c12f7e8c50- Made configuration more flexible by renaming TTRSS_SSL_ENABLED to TTRSS_WITH_SELFSIGNED_CERT. - Added new configuration options TTRSS_PROTO / TTRSS_PORT. - Added automatic support for VIRTUAL_HOST / VIRTUAL_PORT to make TT-RSS happy when using SELF_URL_PATH. - Updated README.md.
x86dev
2017-07-07 13:31:48 +02:00
5b758cda26Added 50-php in root/etc/cont-init.d to make sure to have a defined set of PHP binaries in case the (Alpine) package maintainer(s) changed the binary names.
x86dev
2017-07-06 23:59:35 +02:00
b2fa06a9bfMerge pull request #6 from zaubererty/mysql
x86dev
2017-07-06 19:02:04 +02:00
f88da89b3bMerge pull request #8 from mestery/ssl
x86dev
2017-07-06 18:58:16 +02:00
7cce3f7173Correct SELF_URL_PATH config to take SSL into account
Kyle Mestery
2017-06-19 13:54:21 +00:00
04858d609dAdded MySql option
Thomas Ziegler
2017-05-28 21:33:05 +02:00
72f562e36cNow based on Alpine Linux and s6 as supervisor, resulting in a much smaller Docker image. See README.md for details and other additions.
x86dev
2017-02-21 23:50:51 +01:00
d7247f6861Now based on Alpine Linux and s6 as supervisor, resulting in a much smaller Docker image. See README.md for details and other additions.
x86dev
2017-02-21 23:50:08 +01:00
16230d1e5fMerge pull request #5 from rsilva4/patch-1
x86dev
2017-01-19 10:53:07 +01:00
1ad7d269afFixed for previously unset SELF_URL_PATH
Ruben Silva
2017-01-17 10:13:42 +00:00