Notes on the webspace provider.

Uberspace is the webhost of my choice for almost all of my web projects.

Setting up a Subdomain

Connect with the your asteroid through SSH and create a directory with the subdomain name:

 mkdir /var/www/virtual/username/sub.domain.com

Then use the uberspace tool to set up the subdomain:

 uberspace web domain add sub.domain.com

Place your files in the newly created directory load them in the browser using the sub domain.