From 20fabcccfe38f2228857dfc9b8a37890b7308889 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 6 Jun 2025 15:26:51 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-projectsend.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/images/docker-projectsend.md b/docs/images/docker-projectsend.md index 95492fe4aa..aa94feb680 100644 --- a/docs/images/docker-projectsend.md +++ b/docs/images/docker-projectsend.md @@ -41,6 +41,8 @@ The architectures supported by this image are: Requires a user and database in either mysql or mariadb. +crontab for scheduled tasks should be added to /config/crontabs/abc and the container restarted to enable. + To set PHP options like max upload size please edit /config/php/projectsend.ini To use translations, follow the instructions [here](https://www.projectsend.org/how-to-use-translation-files/). The necessary paths are symlinked under `/config/translations` (note that the "templates" paths don't need `lang` subdirectories). @@ -340,6 +342,7 @@ To help with development, we generate this dependency graph. ## Versions +* **06.06.25:** - Add crontab handler for scheduled tasks. * **21.12.24:** - Rebase to Alpine 3.21, move php .ini file to /config/php. * **06.06.24:** - Rebase to Alpine 3.20. * **23.12.23:** - Rebase to Alpine 3.19 with php 8.3.