Replies: 4 comments 3 replies
-
I think the majority of users are doing what you described:
Set up nginx and route ssl traffic to that, nginx proxies and routes
traffic via port 80 to leantime.
This shouldn't be a problem if the traffic is contained within the same
network.
You can join our discord channel to talk to some of the folks running this
set up. We do have a few who have done the complete ssl flow.
…On Thu, Sep 15, 2022 at 10:23 AM Dylan ***@***.***> wrote:
I’ve been having a few issues with getting leantime setup with https with
docker, even though http seems to work just fine.
For the setup, I’ve used the docker-leantime repo for the compose file, I
have an nginx as a proxy to route traffic with certificate files setup
there for correct port forwarding. The docker instance is also listening on
port 443 and port 80, though it seems to really only like port 80. I’ve
tried setting port 80 to be used as the port forward from the external SSL
port, though that did not seem to work. I attempted to map the certificate
files from the host to the docker container, but can’t check if they are
seen properly.
Switching the LEAN_APP_URL from https to http will make everything work
properly, though of course this isn’t ideal.
Not entirely sure what to do with it, feel like I’m just missing something.
Feel free to ask for more info if needed
—
Reply to this email directly, view it on GitHub
<#962>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFTR4HPOMSYTTV4XI23V6MWNJANCNFSM6AAAAAAQNOLP3U>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have the same problem too. I installed leantime on docker using image |
Beta Was this translation helpful? Give feedback.
-
Do you have LEAN_APP_URL set?
…On Mon, Nov 6, 2023 at 9:53 AM Davide Phirtskhalava < ***@***.***> wrote:
I have the same problem too. I installed leantime on docker using image "leantime/leantime:latest"
-p 1780:80 because port 80 is used by NginxProxyManager, then using ng I
created a subdomain with ssl certificate pointing to serverip:1780. page
opens but there are certain Errors like pop-up windows fail.
Does anyone have any solution without using port 80?
—
Reply to this email directly, view it on GitHub
<#962 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFRLJUPVDATKRWXZ4OTYDD2X3AVCNFSM6AAAAAAQNOLP3WVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIOBYGU4TA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Great, glad it was an easy fix
…On Mon, Nov 6, 2023 at 10:57 AM Davide Phirtskhalava < ***@***.***> wrote:
I hadn't defined before. Now it works properly thanks for the support
[image: Untitled-1]
<https://user-images.githubusercontent.com/97435527/280769429-8dfaa285-46e9-429a-bff4-be25dfeacb95.png>
Thank you again
—
Reply to this email directly, view it on GitHub
<#962 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFSZDAOA32JLXVDNDY3YDECH7AVCNFSM6AAAAAAQNOLP3WVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIOBZGMZDI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I’ve been having a few issues with getting leantime setup with https with docker, even though http seems to work just fine.
For the setup, I’ve used the docker-leantime repo for the compose file, I have an nginx as a proxy to route traffic with certificate files setup there for correct port forwarding. The docker instance is also listening on port 443 and port 80, though it seems to really only like port 80. I’ve tried setting port 80 to be used as the port forward from the external SSL port, though that did not seem to work. I attempted to map the certificate files from the host to the docker container, but can’t check if they are seen properly.
Switching the LEAN_APP_URL from https to http will make everything work properly, though of course this isn’t ideal.
Not entirely sure what to do with it, feel like I’m just missing something.
Feel free to ask for more info if needed
Beta Was this translation helpful? Give feedback.
All reactions