Hey, guys. Happy holidays!
So I installed a basic LAMP app in order to run a few small jobs and services I have for personal use.
I use the scheduler for the jobs, but my server is not in my timezone, and I understand it's cloudron's policy to have everything outside applications in GMT, which makes sense. But that leads to me having to schedule stuff with GMT in mind, which is not ideal.
Is there a way to set timezone for a specific app container, or is that done on an app-by-app basis? I'd like to not have to package and publish a cloudron app just for that, but am failing to see how easily do this.
Is there a "default" way of injecting environment variables? Does cloudron's base image support some set of env vars it loads from somewhere?
Thanks!