Update exopages to use subdomain

Anthony Wang 2022-01-16 16:27:42 -06:00
parent 0ac1fadec9
commit dbfb92a1a3

@ -1,5 +1,5 @@
We offer free website hosting with **exopages**. Note that the server may be down at any time, so we recommend other services like [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/) if you need your website to be up at all times.
We offer free website hosting with **exopages**.
## Setup
It's incredibly easy to get your website up in only two minutes. Open up the file explorer in your remote desktop or log in with SSH. now navigate to the `/srv/http/pages/users` folder. Create a new folder named your username which will hold the content for your website. Make an actual page by creating a file called index.html and write some text. If you open up https://exozy.me/~USERNAME in a web browser with `USERNAME` replaced with your username, you should see your website live in action!
It only takes two minutes to set up your website. Open up the file explorer in your remote desktop or log in with SSH, and navigate to the `/srv/http/pages` folder. Create a new folder named your username to hold the content for your website. Make an actual page by creating a file called index.html and write some text. If you open up https://USERNAME.exozy.me in a web browser with `USERNAME` replaced with your username, you should see your website live in action!