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

No docs for running on host system? #11

Open
ctrlcctrlv opened this issue Jul 28, 2022 · 1 comment
Open

No docs for running on host system? #11

ctrlcctrlv opened this issue Jul 28, 2022 · 1 comment

Comments

@ctrlcctrlv
Copy link

Only Docker?

@benjamincburns
Copy link
Owner

benjamincburns commented Jul 28, 2022

Running it on your host system is easy:

pip2 install -r requirements.txt
python2 switchedrelay.py

However running it securely with a SSL reverse proxy, NAT routing, firewalled private networks, etc is a much more complex subject. Documenting it properly would require a tome of information, and I didn't feel I was up to the challenge.

In reality I think if people are motivated to run it locally they should have a look at the Dockerfile and scripts it uses, and adjust accordingly for their setup. To be somewhat blunt, if people aren't capable of doing that, they probably shouldn't be trying to run this, as it's quite easy to set it up in a very insecure configuration.

All that said, I'd be happy to accept a PR if you or someone else would like to take a crack at it.

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