Leantime / docker-leantime

Official Docker Image for Leantime https://leantime.io
GNU Affero General Public License v3.0
190 stars 86 forks source link

leantime behind nginx proxy manager #48

Closed swoop124 closed 2 years ago

swoop124 commented 2 years ago

hello guys,

i was stumbling over leantime and installed it on my docker with the sugested docker-compose.yml. It is very impressing imo.

but after i played a little with it, i would like to expose it to my collegues over the internet. So, i created a net Proxy Host in my NginxProxyManager and pointed it at the interlal host, where leantime is installed. But when i visited the site, it was displayed wrong. Like without CSS.

I have nothing in Advanced settings because i don't no what i should put in there. This are my only settings, besides enabling SSL. grafik

Could you please help me to enable leantime through nginxproxymanager?

swoop124 commented 2 years ago

OK, found it.

  1. you have to edit configuration.php search for $appUrl an put your desired URL in there with http(s)://
  2. restart the container

thats it.