https://netmaker.org logo
#architecture
Title
# architecture
j

jolly-london-20127

05/27/2022, 9:39 PM
Yup! the fix for that is already in develop if you feel like giving it a go
a

average-helicopter-96869

05/30/2022, 5:53 AM
I'm pretty close to having a working PR, but I think I'm running into a problem with the currently pushed
develop
docker images not working quite right... Specifically,
gravitl/netmaker-ui:develop
I could only get a blank page... and also, I need a build of netclient which supports this. I can do some builds myself to get this PR tested, but not ready quite yet.
j

jolly-london-20127

05/30/2022, 6:01 AM
You can use the ui “testing” tag instead or just 0.14.1
I’m happy to test if you want to open pr tho
a

average-helicopter-96869

05/30/2022, 10:51 PM
hah, i just realized the
develop
docker image is 8 months out of date... no wonder i had trouble with it
j

jolly-london-20127

05/31/2022, 1:06 AM
Ahhh yes, use the testing tag
a

average-helicopter-96869

05/31/2022, 3:00 AM
Welp, here's what I've got. I struggled to get a build of netmaker/netclient which actually supported the MQ_PORT, though I think I have the right things ready (though commented out). https://github.com/gravitl/netmaker/pull/1154
j

jolly-london-20127

05/31/2022, 11:53 AM
Thanks! Yeah I think the netclient part wont work until my branch is merged, so apologies for the struggle with that.
Since we haven't been using Traefik, quick question. Does your compose handle cert requests and renewal?
I'm guessing yes since you've got port 80 on there and a reference to letsencrypt, but just want to confirm
a

average-helicopter-96869

05/31/2022, 3:33 PM
Yes, Traefik does that like Caddy does. A main difference is all the config being in the single docker-compose.yml rather than requiring the extra Caddyfile.