Config: Cloud - HolgerHees/smartserver GitHub Wiki

Cloud configuration

Currently there are two cloud solutions available. The first one is based on wireguard and the second deprecated one is based on openvpn.

Wireguard based cloud mesh

Wirguard cloud is more flexible then the old openvpn based cloud. Instead of just connecting 2 endpoints, it supports a vpn mesh with unlimited amount of endpoints. Additionally it runs an nfs server on each endpoint which exports a folder for each other endpoint. That means, that on each other endpoint a storage is available that could be used e.g. for your backups.

To configure this cloud, check the variable vault_cloud_vpn_networks in file vault.yml

OpenVPN (deprecated)

OpenVPN based cloud supports only 2 endpoints and also the configuration is much more complicated. To configure this cloud type check all variables starting with vault_vpn_cloud* in file vault.yml