API's #118
Replies: 3 comments 2 replies
-
|
Hello @DoctorKisow sorry for taking so long to answer you.
|
Beta Was this translation helpful? Give feedback.
-
|
Is there any way I can inject new users from the cli of the docker container? Since I don’t know how you designed the front end, this could help.—Matthew R. Kisow, D.Sc.Sent from my iPhoneOn Dec 23, 2025, at 12:06 PM, Eduardo Silva ***@***.***> wrote:
Hello @DoctorKisow sorry for taking so long to answer you.
Regarding the firewall question: Yes you can create a rule and select multiple peers for the rule. Depending on what you need,you could separate the peers in instances and create proper rules for each instance. If you would like to share your use case, I can give you some suggestions.
Currently we have no API or import method. It's planned but not a current feature.
Cheers!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
@DoctorKisow, I was able to solve this problem by bootstrapping the django functions directly from within the docker container, but it was a hacky solution that may not survive updates. That said, if you version lock and/or commit to fixing the glue code when it breaks, it /is/ possible. If you haven't found a workaround, I believe the code we run against v 0.9966 is in a state I could put it in a gist. I doubt it's going to be directly suited to your needs, but it might give you a place to start. Having said that, if you can wait for an API to be written, it will almost certainly be less hassle than doing what we did. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm an associate professor at a small college with a moderate cybersecurity program. We are running on a shoestring budget, using donated equipment and open source software. Currently, I am using your webadmin for our university's cyber range. I have a couple of questions—the first concerns IP tables. My question is: are we able to group or place multiple peers into a single rule? The second is to script adding users from a CSV file into WireGuard. Would that be possible? If so, and if we wrote our own script, what specific API calls could we make to accomplish this? Your help would be greatly appreciated. Keep up the great work. This is an excellent project.
Beta Was this translation helpful? Give feedback.
All reactions