-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Allow to change forward url #105
Comments
Didn't think about that use case, but why not. Only two concerns come to my mind at first sight:
|
Regarding UI
Text box and a reset button. I love mocking UIs in markdown |
I like it 😃. Regarding loops: the forwarding middleware would probably have to be extended to check whether an incoming heartbeat is already in the database and, if yes, drop it and don't forward it. Some kind of caching could be added, as such a forwarding loop will most likely occur within very short time. |
I'm not sure if that kind of loop is really a problem. After all I can DDoS a server a lot simpler. |
In the admin section there's an option to forward events to the original wakatime service.
One can enter a key, but not to another self hosted system.
It is missing a field to enter the URL.
The text was updated successfully, but these errors were encountered: