|
95d43f002f
|
Move django-based uncloud to top-level
|
2020-05-07 12:12:35 +02:00 |
|
Nico Schottelius
|
2cda6441f4
|
Refactor secret / local settings handling
|
2020-05-02 00:16:29 +02:00 |
|
Nico Schottelius
|
62d9ccbbef
|
[vpn] begin to introduce save() method
The save() and delete() method will create/manage the orders
|
2020-04-27 18:25:44 +02:00 |
|
Nico Schottelius
|
ff133e81b7
|
[vpn] update to show reservations, create wireguard config
|
2020-04-12 22:55:22 +02:00 |
|
Nico Schottelius
|
85b4d70592
|
[vpn] make a vpn creat-able!
[15:40] line:~% http -a nicoschottelius:$(pass ungleich.ch/nico.schottelius@ungleich.ch) http://localhost:8000/net/vpn/ network_size=48 wireguard_public_key=$(wg genkey | wg pubkey)
HTTP/1.1 201 Created
Allow: GET, POST, HEAD, OPTIONS
Content-Length: 206
Content-Type: application/json
Date: Sun, 12 Apr 2020 13:40:26 GMT
Server: WSGIServer/0.2 CPython/3.7.3
Vary: Accept
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
{
"extra_data": null,
"network": "2a0a:e5c1:203::",
"order": null,
"owner": 30,
"status": "PENDING",
"uuid": "8f977a8f-e06a-4346-94ae-8f525df58b7b",
"wireguard_public_key": "JvCuUTZHm9unasJkGsLKN0Bf/hu6ZSIv7dnIGPyJ6xA="
}
|
2020-04-12 15:40:39 +02:00 |
|
Nico Schottelius
|
bab59b1879
|
Merge branch 'master' of code.ungleich.ch:uncloud/uncloud
|
2020-04-11 21:37:50 +02:00 |
|
Nico Schottelius
|
50b8b7a5f6
|
in-between commit
|
2020-04-11 21:37:36 +02:00 |
|
|
3a37343a73
|
Set default value for vpnnetworkreservation, rebuild migrations
|
2020-04-09 14:28:46 +02:00 |
|
Nico Schottelius
|
d3f2a3e071
|
in between commit
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
|
2020-04-08 16:24:39 +02:00 |
|
Nico Schottelius
|
938f0a3390
|
update to work on different computer
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
|
2020-04-07 19:45:16 +02:00 |
|
Nico Schottelius
|
913e992a48
|
[vpn] fix urls
|
2020-04-06 22:30:01 +02:00 |
|
Nico Schottelius
|
5d084a5716
|
phase in vpn
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
|
2020-04-03 19:27:49 +02:00 |
|
Nico Schottelius
|
7a6c8739f6
|
Rename / prepare for merge with uncloud repo
|
2020-04-02 19:31:03 +02:00 |
|