DavidMStraub / netviel

Web interface for the notmuch e-mail system
MIT License
54 stars 12 forks source link

netviel is not reachable from other networks #22

Closed baba2k closed 1 year ago

baba2k commented 1 year ago

Hi David,

is it possible to make netviel reachable from other networks with the flask host=0.0.0.0 parameter? I want to start netviel in a docker container and reach it through several VLANs.

Thanks :-)

Best, baba

DavidMStraub commented 1 year ago

Hi,

do you want to use the flask dev server, and if so, why? I personally use gunicorn -b 0.0.0.0:$PORT netviel.wsgi:app.

baba2k commented 1 year ago

I'm started netviel with 'pyhton3 -m netviel' as descriped in README.I am not familar with flask/gunicorn. Can i use your command to start netviel?

Thanks!