coolify icon indicating copy to clipboard operation
coolify copied to clipboard

Feat: Add server timezone dropdown

Open peaklabs-dev opened this issue 6 months ago • 0 comments

Fixes: https://github.com/coollabsio/coolify/issues/3036

Note:

  • Only the server timezone setting is reflected on the server (/etc/localtime and /etc/timezone), the instance timezone is only for updates. This is fine right?

  • Fixes #3036: Color of Recent Executions in light mode is wrong, the recent executions are not visible. image

  • Feat: Redesign Recent Executions (cron jobs for services and applications): image

  • Feat: Redesign of Recent Backup Executions: image


  • Feat: Ability to set the timezone of each server, so cron jobs are executed at the right time (if you set it to every day at 12, they are executed when it is 12 for your set timezone, not some random server time (default UCT))
  • Fix: Backup and cron jobs are executing seemingly at the wrong time (wrong timezone)
  • Feat: Add server timezone setting:
image
  • Feat: Add Instance timezone for auto update and update check
  • Feat: Instance timezone setting:
image
  • Feat: Recent executions uses server timezone as well:
image
  • Feat: Recent backups uses server timezone as well:
image
  • Feat: Recent executions uses server timezone as well.
  • Feat: The timezone selector has inbuilt search and is responsive to light and dark mode :)
  • Added DB migration
  • Added default server timezone seeder (so the timezone on the actual server /etc/timezone is also updated)
  • (Autoformatting doubled my modified lines)

peaklabs-dev avatar Aug 12 '24 15:08 peaklabs-dev