Refresh theme updates in real-time on local environment

Hi,

Currently I want to make some changes on my deployed tutor environment which is “local” environment, however, until now, I was never able to change the theme and get the updates shown immediately (I always had to build the openedx image). So what I did was work on my local PC and install tutor dev, which has watchthemes container that handles this. However, now I would like to have a remote server so that I can change the theme directly there and see the changes.

Now, I have two options, both of which have a problem:

  • Install the “dev” environment on the server, where real-time refreshing of the themes work, but I do not know if I can enable HTTPS and change the domain (since by default it is local.edly.io and HTTPS is disabled).
  • Install the “local” environment and figure out how to enable real-time refreshing of the themes on the local environment. Perhaps I can somehow run the watchthemes container in the local environment as well?

If you can help me with either or both solutions (ideally solving this using the ‘local’ environment and just having the themes update in real time), I would really appreciate it.

Thank you.