Implemented rolling release support:

- Now basing on image 'kdelfour/supervisor-docker'
    - Cron script will check and update TT-RSS and all plugins on a daily basis automatically
    - SSL/TLS encryption is off by default so that TT-RSS is running on port 80 by default now
    - SSL/TLS can be enabled with setting "-e TTRSS_SSL_ENABLED=1"
    - A lot of cleanups
This commit is contained in:
x86dev
2015-09-04 17:12:37 +02:00
parent bd53ae0d0f
commit cbde54034d
14 changed files with 173 additions and 88 deletions

4
service-nginx.conf Executable file
View File

@@ -0,0 +1,4 @@
[program:nginx]
command=/usr/sbin/nginx -g "daemon off;"
user=root
redirect_stderr=true