Skip to content

Static websites

For simple static websites (+ PHP), you can simply put your files in a predetermined folder shared by all ponies. See below for details.

Personal websites

For your personal website, you can put your HTML, CSS, JavaScript or PHP-files in:

/www/personal-websites/$USER

This is not a separate website, like other folders in /www/, but a shortcut to:

/www/lst/live/htdocs/staff/$USER

If you don't have a folder there, please contact admin.

Your site will be visible on:

https://cls.ru.nl/~$USER

To test, place an index.html file in above mentioned folder, and open your website:

cd /www/personal-websites/$USER
echo "Hello World" > index.html

Project websites

For other simple websites, you'll need to request permission from admin.

Once you've been granted permission, you can place your files in:

/www/lst/live/htdocs/projectname
Your site will be visible on:

https://cls.ru.nl/projectname

Want more?

If you need something more dynamic, you can consider either managing your own LXD container, or supply us with an OCI/Docker container to be deployed alongside our webservices.