Skip to content

Configuring the Server #499

Answered by niccokunzmann
Sailor-Fhem asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I have opened an issue to make it easier to modify the default values #459 For now, the Python Package and docker have this problem: It is hard to modify.

When I read this:

http://127.0.0.1:8000

I would say you can only access this server from localhost. It should be more like 0.0.0.0:8000 in order to allow access from everywhere. I am wonder

Try:

gunicorn -b 0.0.0.0 open_web_calendar:app

If that works, could you adjust the docs or write what you would like to have read in the docs?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@niccokunzmann
Comment options

@niccokunzmann
Comment options

@Sailor-Fhem
Comment options

@niccokunzmann
Comment options

@Sailor-Fhem
Comment options

Answer selected by Sailor-Fhem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants