-
Notifications
You must be signed in to change notification settings - Fork 99
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 request permissions for custom hosts #209
Comments
What do you think, @alanhamlett? Would you be accepting a PR for this? |
Yes, sounds good. |
I don't want to allow wakapi.dev by default, but we should lazy-request permissions when any custom api url is used. |
@alanhamlett Could you please release a new version containing this change to fully support self-hosted backends ? Thanks ! |
@jvelezpo manages Chrome and Firefox releases, he can get a new version released. |
@varac @alanhamlett the newest version is relaesed alredy to FF and chrome FF
Chrome
Here is a SS with the latest version working with |
Sorry for that - I now see the proper wakapi API endpoint, with this it works ! Thanks ! |
#130 introduced the ability to configure custom API URLs, so the plugin can be used with self-hosted WakaTime alternative like Wakapi as well. However, to actually use this, people would have to build their own version of the browser add-on with
host_permissions
configured to permit requests to their own instances.I propose to ...
wakapi.dev
by default.The text was updated successfully, but these errors were encountered: