David Young
bdf3aed5c3
Updated to wait-for and fixed cond-init.d script
2017-07-21 22:41:52 +12:00
David Young
79c5cd91f3
Moved waitforit into Dockerfile, added to cont-init.d
2017-07-21 22:22:01 +12:00
David Young
34fb586912
Added wait-for-it.sh for startup control
2017-07-21 21:47:51 +12:00
David Young
2e3669cc18
Add passing TTRSS_GITURL as env variable
2017-07-19 18:52:19 +12:00
David Young
314161df6c
Moved tt-rss repo URL into variable
2017-07-19 18:28:52 +12:00
David Young
fbef0c79e7
Upated for changed git URL for tt-rss HEAD
2017-07-19 13:49:52 +12:00
x86dev
26882927db
update-ttrss.sh: Fix for setting permissions in update_common().
2017-07-14 12:12:07 +02:00
x86dev
12f99c839c
setup-ttrss.sh / update-ttrss.sh: Keeping going in case of errors.
2017-07-14 12:08:52 +02:00
x86dev
aa50559ac7
update-ttrss.sh: Fixes for update_common().
2017-07-14 11:28:39 +02:00
x86dev
7f9630f467
Put back in running the update routine in setup-ttrss.sh, as this also includes important stuff we need in order to run everything smoothly.
2017-07-14 11:28:15 +02:00
x86dev
1d6442f283
Integrated DB setup in setup-ttrss.sh, don't do an update in setup-ttrss.sh.
2017-07-13 18:24:17 +02:00
x86dev
5ba3b49090
No need to run the setup when build the container; logging.
2017-07-13 18:13:45 +02:00
x86dev
3cbb67e680
Added environment variable TTRSS_GIT_TAG to specify a TT-RSS release tag to use specifically instead of using the rolling release model.
2017-07-13 17:57:15 +02:00
x86dev
3390c14b05
setup-ttrss.sh: Fixed TRSS_PORT tweaking if not set.
2017-07-07 14:03:46 +02:00
x86dev
ecd2c19f68
setup-ttrss.sh: Let the users specify TTRSS_URL / TTRSS_PORT themselves instead of using VIRTUAL_HOST / VIRTUAL_PORT automatically.
2017-07-07 13:48:54 +02:00
x86dev
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.
2017-07-07 13:31:48 +02:00
x86dev
306c355523
Comments.
2017-07-07 13:15:30 +02:00
x86dev
5b758cda26
Added 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.
2017-07-06 23:59:35 +02:00
x86dev
b2fa06a9bf
Merge pull request #6 from zaubererty/mysql
...
Added MySql option
2017-07-06 19:02:04 +02:00
x86dev
f88da89b3b
Merge pull request #8 from mestery/ssl
...
Correct SELF_URL_PATH config to take SSL into account
2017-07-06 18:58:16 +02:00
Kyle Mestery
7cce3f7173
Correct SELF_URL_PATH config to take SSL into account
...
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2017-06-19 13:54:21 +00:00
Thomas Ziegler
04858d609d
Added MySql option
2017-05-28 21:33:05 +02:00
x86dev
10b77321bc
Updated README.md.
2017-03-26 21:54:01 +02:00
x86dev
1838d33949
Specify entry point.
2017-03-26 21:53:03 +02:00
x86dev
9d0e877957
Use gliderlabs/alpine and updated s6-overlay to v1.19.1.1.
2017-03-26 21:43:41 +02:00
x86dev
b185c458f8
Typo.
2017-02-21 23:52:21 +01:00
x86dev
72f562e36c
Now based on Alpine Linux and s6 as supervisor, resulting in a much smaller Docker image. See README.md for details and other additions.
2017-02-21 23:50:51 +01:00
x86dev
d7247f6861
Now based on Alpine Linux and s6 as supervisor, resulting in a much smaller Docker image. See README.md for details and other additions.
2017-02-21 23:50:08 +01:00
x86dev
16230d1e5f
Merge pull request #5 from rsilva4/patch-1
...
Fixed for previously unset SELF_URL_PATH
2017-01-19 10:53:07 +01:00
Ruben Silva
1ad7d269af
Fixed for previously unset SELF_URL_PATH
2017-01-17 10:13:42 +00:00
x86dev
fd08a13298
Update README.md
2017-01-14 23:45:04 +01:00
x86dev
402d2a6922
Update README.md
2017-01-14 23:43:55 +01:00
x86dev
a6e7d36801
Merge pull request #3 from kid/patch-1
...
When turning off ssl, edit original file instead of the symlink
2017-01-14 23:33:22 +01:00
x86dev
a99ad23c8d
Merge pull request #4 from rsilva4/patch-1
...
Set SELF_URL_PATH properly in config.php
2017-01-14 23:28:54 +01:00
x86dev
6a331e90e6
Merge pull request #2 from xlrl/add_php5_mcrypt
...
tt-rss update daemon needs php5-mcrypt
2017-01-14 23:26:19 +01:00
Ruben Silva
3a6e7ea52e
removed leftover slash
2016-12-07 12:25:59 +00:00
Ruben Silva
a6c5d7c3db
Set SELF_URL_PATH properly in config.php
2016-12-07 12:23:59 +00:00
x86dev
49726dd47d
Update README.md
2016-10-11 10:21:02 +02:00
Arnaud Rebts
8872872beb
When turning off ssl, edit file in site-available instead of site-enabled
...
Because by default sed does not follow symlinks, the symlink to site-available/ttrs was actually replaced by a copy when disabling SSL
Fixed that by editing the original file.
2015-12-10 13:31:25 +01:00
Alexander Mueller
6c2d63bc01
Enable the PHP5 module mcrypt
2015-12-07 22:23:09 +01:00
Alexander Mueller
5e3a2e1ced
tt-rss update daemon needs php5-mcrypt
2015-12-02 23:19:24 +01:00
x86dev
8952bd1bf9
Documentation.
2015-09-15 22:53:17 +02:00
x86dev
b52c2d45f2
Bugfixes.
2015-09-15 22:38:26 +02:00
x86dev
64aa4f3e42
Bugfixes.
2015-09-15 21:46:44 +02:00
x86dev
6c1af3b2a5
D'oh^2
2015-09-05 01:36:57 +02:00
x86dev
c27e36d3f6
D'oh!
2015-09-05 01:23:50 +02:00
x86dev
f92b0503ff
Grr ...typo.
2015-09-05 01:11:48 +02:00
x86dev
430b16fae6
Added start-ttrss.sh script, misc cleanups.
2015-09-05 01:00:52 +02:00
x86dev
051e7ccf23
Update README.md
2015-09-04 22:55:30 +02:00
x86dev
6f315bbb78
Update README.md
2015-09-04 22:51:29 +02:00