Seahub started no webinterface

I’ve just upgraded from 6.3.1 to 7.0.3 whith the upgrade script. Now i run in to the problem that Seahub is running but no port is active and nog webinterface available.

i’ve checked the status by using " systemctl status seahub " it gave me the status that seahub is running on port 8000. But when i scan the computer on my mobile with fing no port 8000 available. In de ubuntu firewall port 8000 is open.

Any thought what could be the problem?

edit the gunicorn file

# default localhost:8000
bind = "0.0.0.0:8000"

and restart seafile

1 Like

Thanks, that did the trick. Never saw gunicorn.conf file earlier before. Is this a new file since 7.x??

does anybody know if it is possible to bind to a different address? I have a nginx server and a application server. Seahub should ideally only be accessible by the nginx server (e.g. 192.168.179.123) and nobody else on the LAN/Internet.

A simple bind = "192.168.179.123:8000" did not do the trick for me…