-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fix Huly template #3049
fix: Fix Huly template #3049
Conversation
@action-simon Hey! The doubled variables is a weird behavior from Coolify, nothing I can do myself but I might have misunderstood something related to magic SERVICE variables. Regarding the 30% bug, see my response on Discord. |
Hello! It was not possible to access your answer in discord, can you write here how to fix it? |
Hi @Telokis , thanks for taking the time to create this. I managed to have it working but only until creating the workspace. I get this error unfortunately: does this happen to you? I didn't find any information on huly issues or nowhere else. I setup like you above. |
Also there may be a need for traefik labels to be added because there are 4 public urls and I used to get CORS error. (e..g front example.com and account on account.example.com results in CORS). The solution is to use prefix and add traefik labels to redirect to the right service (e.g. example.com -> front, example.com/account -> account, etc) |
I will close this PR because the setup doesn't seem to work anymore and I have no idea why. |
This PR finalizes the Huly template to make it work properly:
ignore: true
because the template works fineminio
latest
images by defaultNon-blocking caveats (cc @andrasbacsai):
SERVICE_URL_HULYCOLLABORATOR
andSERVICE_URL_HULYTRANSACTOR
were not auto-set in theEnvironment variables
tab and I had to manually define them. I don't know if it's a bug or a behavior I haven't properly understood.COLLABORATOR_URL=wss://$SERVICE_URL_HULYCOLLABORATOR
which explicitely useswss
(secure websockets) that only work inhttps
. Do you think it would be relevant to create some kind ofSERVICE_FQWS_*
that automatically chooses betweenws
andwss
likeSERVICE_FQDN_*
does?FRONT_URL=${HULY_FRONT_PUBLIC_FQDN:-$SERVICE_FQDN_HULYFRONT}
is directly related to [Bug]:generateFqdn
does not match theHost
Traefik label #3048 that I created after encountering the problem./claim #2543