vimwiki
Setting up a server
Using OVH Ubuntu VPS.
Ssh to the server
Security/Firewall
Ensure that ufw is installed
Run:
sudo ufw allow ssh
sudo ufw allow http
sudo ufw allow https
sudo ufw enable
More on security