Commit Graph

125 Commits (66f0f32d2fd1a94dd3e7a832995cff31cb1e85f6)
 

Author SHA1 Message Date
fox 66f0f32d2f Update 'README.md'
Andrew Dolgov 99a7753d92 config.php cleanup
Andrew Dolgov 1db582cab6 cleanup env vars which are at default value
Andrew Dolgov e1aa2daab1 minor fixes
Andrew Dolgov 5a9cac5986 default TTRSS_XDEBUG_PORT if unset (and is debugging enabled)
Andrew Dolgov c03e0f65e7 add optional support for xdebug
Andrew Dolgov 75d1291976 always overvwrite config.php with bundled one on startup
Andrew Dolgov 2e13396bd7 use clean alpine 3.13 base
Andrew Dolgov ce945d6acb hide git warning re: rebase
Andrew Dolgov c1ad950797 initial WIP for php8
Andrew Dolgov 5b17a78afc backups: include .env
Andrew Dolgov b601ee719c use TTRSS_DB_* variables instead of POSTGRES_* to set database configuration
Andrew Dolgov ef24fccd6f expect RESTORE_SCHEMA in SCRIPT_ROOT
Andrew Dolgov 7529767f49 move container-related files outside of /
fox 0c948d8089 Update 'README.md'
Andrew Dolgov fb0063ea07 mention config.php handling
Andrew Dolgov 702dd2841c fix previous
Andrew Dolgov 0cded4bb78 auto update new-style config.php on container boot
Andrew Dolgov fdd507c179 re-enable nginx_xaccel; remove the rest of sed stuff from startup
Andrew Dolgov 2861bd88db more examples in .env-dist
Andrew Dolgov 5e55651312 silence getenv-based config check
Andrew Dolgov 99323f8665 prefix config.php-related environment variables with TTRSS_
Andrew Dolgov 16801071fc emit a warning if old-style config.php is detected
Andrew Dolgov be80ae2fe6 update README.md
Andrew Dolgov 1b88e18192 update sample defines in .env-dist
Andrew Dolgov 5034a7e2b9 set default false env vars to blank instead of string literal 'false'
Andrew Dolgov a56b3956b2 don't dump env
Andrew Dolgov 828c4180cd pull all set environment variables into app/etc
Andrew Dolgov 5f6651e6f0 initial for env-based setup
Andrew Dolgov 6cccc777d3 build app image with php7-iconv
Andrew Dolgov 469b10c290 Merge branch 'master' of git.tt-rss.org:fox/ttrss-docker-compose
Andrew Dolgov b6d58606dd update .gitignore
fox 9742ce638c Update 'README.md'
Andrew Dolgov c447753a50 switch default web container to nginx instead of (unmaintained) caddy v1
fox c42c514ed1 Update 'README.md'
fox ce2db57fb3 Update 'README.md'
fox fa0ee188f5 Update 'README.md'
fox 159a969272 Update 'README.md'
Andrew Dolgov 80a95f7b30 remove config bak if it exists in DST_DIR
Andrew Dolgov 69bdf5c5df do not create backup config.php when rewriting SELF_URL_PATH
Andrew Dolgov 2505ad8a8a web-nginx: listen on ipv6 too
Andrew Dolgov 04a5438966 backups: also backup tt-rss local directories
Andrew Dolgov 707b79b52f add side container which backups tt-rss database once a week
bump alpine image to 3.12
Andrew Dolgov 328984f153 use different CLI syntax for update-schema
Andrew Dolgov 72f97942a9 Merge branch 'master' of git.tt-rss.org:fox/ttrss-docker-compose
Andrew Dolgov 7656917dc6 set /tt-rss/backups as internal
Andrew Dolgov d2e8c85f4c update schema on startup
Andrew Dolgov 1eff29a23f increase memory limit for php CLI processes
fox 1ddb509fb9 Update 'README.md'
Andrew Dolgov 3c0599566b apply more sane permissions on cache directories