[Integration] WGDashboard #740
botagas
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This would greatly enhance servers that are oriented towards safety and privacy.
The way this would work is very simple:
The way to implement that is also pretty straightforward. Firstly, you have to set up some variables to be able to access the API:
Then the process is as follows:
An example in Python:
addPeer
endpoint:Which looks like so:
Which can be done as follows:
And that's it, we have what we need - config is created, and we have it, just need to provide it to the user in the web now during onboarding.
It is very simple to implement this since that's just a couple of
cURL
requests and a couple of fields that need to be filled out.Beta Was this translation helpful? Give feedback.
All reactions