Skip to content
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

Feature Request - Windows support #186

Open
sstopkin opened this issue Oct 20, 2020 · 1 comment
Open

Feature Request - Windows support #186

sstopkin opened this issue Oct 20, 2020 · 1 comment

Comments

@sstopkin
Copy link

sstopkin commented Oct 20, 2020

Hello!
Unfortunately some organizations are still using Windows as server OS. Suggested installation way using gunicorn as WSGI server doesn't work, because gunicorn has support only of Unix like OS.
But I got a success with calling directly Bottle.run() and I started openvpn-monitor in reduced mode without map (but more important - without any external dependencies except python).
Is it possible to add command line options to be able to run Bottle directly with default settings? (without external web servers/docker/etc)
It might be very useful for Windows users and for local debugging.
Thank you.

@furlongm
Copy link
Owner

Can you try debugging on the command line per the README? That might do what you are looking for:

https://github.com/furlongm/openvpn-monitor#debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants