summaryrefslogtreecommitdiff
path: root/.docker/app/updater.sh
AgeCommit message (Collapse)Author
2025-10-10merged with current version from main branchDennis Gaida
2025-10-10replace -f with -r and warning message updateDennis Gaida
2025-10-10change suffix to __FILE, fix variable names, add warnings, spaces>tabsDennis Gaida
2025-10-09add docker secrets support - forgot update & updaterDennis Gaida
2025-08-13Add update-ca-certificates to updater.shJulian Labus
2025-07-04add separate script that invokes update.php with args, add basic info blurbs ↵Andrew Dolgov
to other scripts
2025-07-03add same workaround to updater startup scriptAndrew Dolgov
2025-05-24remove APP_WEB_ROOT from fpm container because it expect a different value ↵Andrew Dolgov
from nginx container, replace with APP_INSTALL_BASE_DIR specific to fpm container
2025-05-22add APP_WEB_ROOT to fpm containerAndrew Dolgov
2024-12-09Centralize the PHP version suffix used for packages and paths.wn_
2024-12-05Bump to Alpine 3.21 and PHP 8.4.wn_
* https://alpinelinux.org/posts/Alpine-3.21.0-released.html * https://www.php.net/releases/8.4/en.php
2024-10-21support TTRSS_DB_PORT in container startup scriptsAndrew Dolgov
2024-06-18 * pass arbitrary CLI arguments to update daemon via updater.sh entrypointAndrew Dolgov
* add configurable log level for update daemon (DAEMON_LOG_LEVEL) * when daemon log level is set to LOG_EXTENDED (2) log queries for feed update selection
2023-12-07Bump to Alpine 3.19 and PHP 8.3.wn_
* https://alpinelinux.org/posts/Alpine-3.19.0-released.html * https://www.php.net/releases/8.3/en.php
2023-05-15Bump to Alpine 3.18, PHP 8.2wn_
2023-03-25add gitea-CI docker builderAndrew Dolgov