| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-12 | set sane permissions on cache/lockfiles/feed-icons instead of hardcoding a+rwx | Andrew Dolgov | |
| 2025-07-04 | add separate script that invokes update.php with args, add basic info blurbs ↵ | Andrew Dolgov | |
| to other scripts | |||
| 2025-07-03 | add same workaround to updater startup script | Andrew Dolgov | |
| 2025-07-03 | add workaround for what possibly is a PDO bug related to tls connections to ↵ | Andrew Dolgov | |
| pgsql | |||
| 2025-05-30 | Bump to Alpine 3.22 | wn_ | |
| 2025-05-24 | remove 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-22 | add APP_FASTCGI_PASS | Andrew Dolgov | |
| 2025-05-22 | add APP_WEB_ROOT to fpm container | Andrew Dolgov | |
| 2025-04-14 | further mysql/DB_TYPE related cleanup | Andrew Dolgov | |
| 2025-04-14 | initial attempt to remove mysql-related stuff from tt-rss | Andrew Dolgov | |
| 2025-04-08 | Revert "cleanup environment variables related to global configuration after ↵ | Andrew Dolgov | |
| instantiating config object" This reverts commit e4f1480453a86401f93ed97878c270628fe4d2b7. | |||
| 2025-04-08 | cleanup environment variables related to global configuration after ↵ | Andrew Dolgov | |
| instantiating config object | |||
| 2025-04-07 | add optional encryption for stored session data using Sodium library | Andrew Dolgov | |
| 2025-01-26 | Include 'cache/feed-icons' in the default backup process. | wn_ | |
| This is worthwhile since custom icons might've been uploaded and post-restore icon fetches might take a while. | |||
| 2024-12-09 | Add the 'ca-certificates' package to provide 'update-ca-certificates'. | wn_ | |
| By default only the 'ca-certificates-bundle' package is installed. * https://pkgs.alpinelinux.org/contents?file=&path=&name=ca-certificates&branch=v3.21&repo=main&arch=x86_64 * https://pkgs.alpinelinux.org/contents?file=&path=&name=ca-certificates-bundle&branch=v3.21&repo=main&arch=x86_64 | |||
| 2024-12-09 | minor package installation formatting tweak | wn_ | |
| 2024-12-09 | Centralize the PHP version suffix used for packages and paths. | wn_ | |
| 2024-12-05 | Bump 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-24 | move sql patch file stuff after all initialization tasks | Andrew Dolgov | |
| 2024-10-24 | drop RESTORE_SCHEMA, add simple mechanism to apply SQL patch files after ↵ | Andrew Dolgov | |
| migrations | |||
| 2024-10-21 | support TTRSS_DB_PORT in container startup scripts | Andrew Dolgov | |
| 2024-09-25 | disable absolute redirects & redirect port in phpdoc image | Andrew Dolgov | |
| 2024-09-21 | phpdoc - switch to nginx unprivileged | Andrew Dolgov | |
| 2024-09-11 | spacing fix | Eric Pierce | |
| 2024-09-11 | Update nginx.conf to move the currently unused PATH_INFO configuration into ↵ | Eric Pierce | |
| a separate location rule for plugins to leverage | |||
| 2024-07-21 | copy docs to subpath | Andrew Dolgov | |
| 2024-07-21 | add phpdoc dockerfile | Andrew Dolgov | |
| 2024-07-19 | Fix breakage when 'ALPINE_MIRROR' is not provided. | wn_ | |
| Related to 7f3129d4f3f0156498cee706dc8fc1e6be27d33c | |||
| 2024-07-19 | support optional mirror for alpine | Andrew Dolgov | |
| 2024-06-18 | * pass arbitrary CLI arguments to update daemon via updater.sh entrypoint | Andrew 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 | |||
| 2024-06-12 | don't ask rsync to set ownership when copying to persistent volume in a ↵ | Andrew Dolgov | |
| container | |||
| 2024-05-22 | Bump to Alpine 3.20. | wn_ | |
| This is to keep receiving updates for things from the Alpine community repo (e.g. PHP). | |||
| 2024-02-14 | Ensure correct permissions on the backup script. | wn_ | |
| 2024-01-19 | Use APP_BASE in the web-nginx health check URL. | wn_ | |
| 2023-12-07 | Bump 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-11-07 | use variable for fastcgi_pass to force resolver usage | Andrew Dolgov | |
| 2023-11-07 | explicitly set resolver in the nginx container (configurable envvar) | Andrew Dolgov | |
| 2023-10-28 | add stuff necessary to run integration tests using phpunit | Andrew Dolgov | |
| 2023-10-25 | add healthcheck public method, map by default to /healthz | Andrew Dolgov | |
| 2023-10-24 | disable xdebug tracing | Andrew Dolgov | |
| 2023-10-22 | fix previous | Andrew Dolgov | |
| 2023-10-22 | force create cache directories on app startup | Andrew Dolgov | |
| 2023-10-22 | add simple dev compose | Andrew Dolgov | |
| 2023-10-19 | unharcode proxy registry | Andrew Dolgov | |
| 2023-10-19 | Revert "Revert "exp: switch to kaniko"" | Andrew Dolgov | |
| This reverts commit b07ad642ded470f3ec5b30b52e85b42637aa8f60. | |||
| 2023-10-19 | Revert "exp: switch to kaniko" | Andrew Dolgov | |
| This reverts commit 56315b39b46c8bf05ed9842b547b7d8ef5bfe526. | |||
| 2023-10-17 | exp: switch to kaniko | Andrew Dolgov | |
| 2023-10-02 | enable fpm status page | Andrew Dolgov | |
| 2023-09-22 | Revert "CI: use nexus alpine proxy" | Andrew Dolgov | |
| This reverts commit afd04d141c7bd8a1d6732a2a6a4c91c0a9b4cd6b. | |||
| 2023-08-28 | CI: use nexus alpine proxy | Andrew Dolgov | |