coolify/resources/views
peaklabs-dev ee93ccd8e7
fix(backups): retention settings
- If you set a low local backup retention, for example 2 backups for local backup retention and 10 backups for S3, then the S3 backups were never deleted, not even after 10 days. This was because we check the file paths based on the backup executions table, and as soon as a backup was deleted locally, the execution was removed, which meant after 10 days for s3 there where no backups older then 10 days just the 2 local backups which is just wrong. Now we only delete a backup execution if it has been removed from both locations.
- Also added a nice little UI element to see where your backup is available.
2025-03-14 15:28:12 +01:00
..
auth fix: adjust spacing in login form for improved layout 2024-12-12 11:36:50 +01:00
components fix(ui): disable sticky scroll in Monaco editor 2025-02-22 13:04:41 +01:00
emails fix: docker cleanup email notifications 2024-12-11 10:50:10 +01:00
errors fix(ui): Correct grammatical error in 404 page 2025-03-02 22:23:02 -07:00
layouts feat(meta): add comprehensive SEO and social media meta tags 2025-02-02 14:20:41 +01:00
livewire fix(backups): retention settings 2025-03-14 15:28:12 +01:00
security Feat: Delete unused private keys button 2024-09-19 19:27:25 +02:00
server
source fix(ui): align title and add button vertically in various views 2025-02-01 21:34:42 +01:00
vendor/mail Update version numbers and fix UI styling 2024-03-25 16:42:41 +01:00