You are welcome.
I think by default seahub only listens on 127.0.0.1, so you can’t access it from the network. It is expected that you will run nginx or Apache in front of it as a reverse proxy. I run my reverse proxy on a separate VM, so I have to reconfigure seahub to listen in the network IP.
Edit gunicorn.conf to set bind = “0.0.0.0:8000” if you aren’t going to run the reverse proxy on the same machine.