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

Added support for proxy #42

Merged
merged 2 commits into from
Mar 22, 2024
Merged

Conversation

sefirosweb
Copy link
Contributor

I needed to change the variable "window" to "botWindow" because i need use them to get "window.location.pathname"

 const socket = io({
      path: window.location.pathname + 'socket.io',
    });

And a bit changes to use relative path for css & js

With that changes you can make a dynamic proxy :D

image

@imharvol imharvol merged commit b82087f into imharvol:master Mar 22, 2024
17 checks passed
@imharvol
Copy link
Owner

Thank you! Released in v1.8.5

There's an open issue about supporting multiple bots in case you are willing to share your code: #40

@sefirosweb
Copy link
Contributor Author

Done! and thanks!
Made a reverse proxy is a bit complex but is awesome to use all web inventory in 1 port / bot manager

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

Successfully merging this pull request may close these issues.

None yet

2 participants