-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Disallow 0.0.0.0 dev_addr. #2022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
MkDocs has never supported using the included server for production. However, some users have been using it that way. This would prevent that.
How nice. We apparently have been using invalid IP addresses in our tests. Well, now we can clean that up too. |
So |
This is getting weirder.
|
c36c7ec
to
ac5412b
Compare
@waylan This change complicates local development with docker containers. Why do you care what IP address user can get there? It's user responsibility and decision. |
Complicates? Do you have a workaround already? |
As has been explained many times, we do not support using our server for anything except on the local device. Using |
I am also a user negatively impacted by this decision because I run The only workaround that I have right now is to use host mode (
For production, I have a workflow that builds the static site and hosts via Nginx. |
Of course, the other obvious workaround is |
The conversation regarding this change is in #2108. Please follow up there. |
MkDocs has never supported using the included server for production.
However, some users have been using it that way. This would prevent that.
Still needs proper tests. However, a quick test on the command line produces these results: