Hacker News new | ask | show | jobs
by indigodaddy 303 days ago
Weird though that their installation page says to navigate to http://IP:3000 (specifically noting http and not https). Perhaps part of the setup will create a cert for your chosen domain and then from then on have you use https://domain:3000 ?
1 comments

Actually you have to manually remove port 3000 from container forwarding (which will also override whatever fierwall you have)

If you don't, it's going to be accessible via :3000 AND whatever domain you choose over https:// (provided it can use let's encrypt cert). So it's a bit of a gotcha.