[doc] add new readme's
This commit is contained in:
parent
5d084a5716
commit
d537e9e2f0
2 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
* What is a remote uncloud client?
|
||||
** Systems that configure themselves for the use with uncloud
|
||||
** Examples are VMHosts, VPN Servers, etc.
|
||||
* Which access do these clients need?
|
||||
** They need read / write access to the database
|
11
uncloud_django_based/uncloud/README-vpn.org
Normal file
11
uncloud_django_based/uncloud/README-vpn.org
Normal file
|
@ -0,0 +1,11 @@
|
|||
* How to add a new VPN Host
|
||||
** Install wireguard to the host
|
||||
** Install uncloud to the host
|
||||
** Add `python manage.py vpn --hostname fqdn-of-this-host` to the crontab
|
||||
** Use the CLI to configure one or more VPN Networks for this host
|
||||
* Example of adding a VPN host at ungleich
|
||||
** Create a new dual stack alpine VM
|
||||
** Add it to DNS as vpn-XXX.ungleich.ch
|
||||
** Route a /40 network to its IPv6 address
|
||||
** Install wireguard on it
|
||||
** TODO Enable wireguard on boot
|
Loading…
Reference in a new issue