[PR #489] [MERGED] fix: add cleanup cron job to purge var/tmp folder, related to Issue#484 #1132

Closed
opened 2026-03-15 15:54:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/489
Author: @sadok-f
Created: 8/29/2024
Status: Merged
Merged: 8/29/2024
Merged by: @sadok-f

Base: mainHead: issue#484


📝 Commits (5)

  • 03b46f9 fix: add cleanup cron job to purge tmp folder
  • 1f44916 fix: add Cleanup cronjob to purge var/tmp folder
  • 5bcfa99 fix: use latest base image that include cron service
  • cbf0a39 add check if tmp folder exist
  • 087b075 fix: add cleanup cronjob documentation

📊 Changes

5 files changed (+72 additions, -1 deletions)

View changed files

📝 Dockerfile (+5 -1)
cleanup-tmp.sh (+48 -0)
📝 config/parameters.yml (+6 -0)
📝 docs/configuration.md (+10 -0)
📝 src/Core/Entity/Image/InputImage.php (+3 -0)

📄 Description

Add cleanup cron job to purge var/tmp folder, related to #484


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/489 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 8/29/2024 **Status:** ✅ Merged **Merged:** 8/29/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `issue#484` --- ### 📝 Commits (5) - [`03b46f9`](https://github.com/flyimg/flyimg/commit/03b46f9ba76577ed52e64a5d28f470b605350ebe) fix: add cleanup cron job to purge tmp folder - [`1f44916`](https://github.com/flyimg/flyimg/commit/1f44916442d41ff2842da8b466cd2bf4d9eb5b71) fix: add Cleanup cronjob to purge var/tmp folder - [`5bcfa99`](https://github.com/flyimg/flyimg/commit/5bcfa99cd15c71f44e6b75dc22ef0e475df66747) fix: use latest base image that include cron service - [`cbf0a39`](https://github.com/flyimg/flyimg/commit/cbf0a39c397be90aed814d0fa4b25296ecbd14e7) add check if tmp folder exist - [`087b075`](https://github.com/flyimg/flyimg/commit/087b0753b193332194ebd5e788a0e512226c0067) fix: add cleanup cronjob documentation ### 📊 Changes **5 files changed** (+72 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+5 -1) ➕ `cleanup-tmp.sh` (+48 -0) 📝 `config/parameters.yml` (+6 -0) 📝 `docs/configuration.md` (+10 -0) 📝 `src/Core/Entity/Image/InputImage.php` (+3 -0) </details> ### 📄 Description Add cleanup cron job to purge var/tmp folder, related to #484 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:54:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#1132
No description provided.