summaryrefslogtreecommitdiff
path: root/.docker/app/startup.sh
AgeCommit message (Collapse)Author
2025-10-14Ensure the app startup script preserves proxy env vars.supahgreg
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-09Support docker secrets via startup scriptDennis Gaida
Add docker secrets support
2025-10-08Also migrate 'official' plugins that are from the old site but are using 'main'.supahgreg
These would be plugins cloned from 'git.tt-rss.org' after the Cloudflare redirect to their corresponding GitHub repos was implemented. Their remote should be updated to just use the GitHub URLs directly.
2025-10-08Migrate 'official' plugins cloned from 'tt-rss.org' to GitHub. Fixes ↵supahgreg
tt-rss/tt-rss#12
2025-10-03Initial attempt to support both 'main' and 'master' branches.supahgreg
2025-07-12set sane permissions on cache/lockfiles/feed-icons instead of hardcoding a+rwxAndrew Dolgov
2025-07-04add separate script that invokes update.php with args, add basic info blurbs ↵Andrew Dolgov
to other scripts
2025-07-03add workaround for what possibly is a PDO bug related to tls connections to ↵Andrew Dolgov
pgsql
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
2025-04-08Revert "cleanup environment variables related to global configuration after ↵Andrew Dolgov
instantiating config object" This reverts commit e4f1480453a86401f93ed97878c270628fe4d2b7.
2025-04-08cleanup environment variables related to global configuration after ↵Andrew Dolgov
instantiating config object
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-24move sql patch file stuff after all initialization tasksAndrew Dolgov
2024-10-24drop RESTORE_SCHEMA, add simple mechanism to apply SQL patch files after ↵Andrew Dolgov
migrations
2024-10-21support TTRSS_DB_PORT in container startup scriptsAndrew Dolgov
2024-06-12don't ask rsync to set ownership when copying to persistent volume in a ↵Andrew Dolgov
container
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-10-28add stuff necessary to run integration tests using phpunitAndrew Dolgov
2023-10-24disable xdebug tracingAndrew Dolgov
2023-10-22fix previousAndrew Dolgov
2023-10-22force create cache directories on app startupAndrew Dolgov
2023-10-22add simple dev composeAndrew Dolgov
2023-05-15Bump to Alpine 3.18, PHP 8.2wn_
2023-03-25add gitea-CI docker builderAndrew Dolgov