nibdo / bloben-app

Calendar client for CalDAV
https://bloben.com
GNU Affero General Public License v3.0
192 stars 8 forks source link

PORT, HOST, APP_DOMAIN descriptions #78

Open ptylczynski opened 1 year ago

ptylczynski commented 1 year ago

Hi,

I will appreciate if you add some simple descriptions of what this three envs do. I know that it is obvious for you, but I have spent like 30 mins figuring out that PORT is indeed API_PORT, and there is also another port that is used for frontend (?) that is always set to 80.

So if I set PORT to 80 then app crashed :open_mouth:, because it was already used. Moreover if I set it to lets say PORT=90 and mapped it with -p 8080:90 then browser throws some HTTP 502, but only for requests like /api/**.

Now everything is working, after I have read through code, but it could be simpler than that.

Anyway great project and I wish seeing production release soon :wave:

nibdo commented 1 year ago

Hi, sorry for confusion and thanks for pointing it. 👍

I will try to clarify it more in setup and instructions.