[Cloud] Publishing out of a VPS node?

2021-04-17 Thread Roy Smith
I've computed some data on a VPS node that I want to show to people. Is there some quick and dirty way to publish a file so it's visible to the outside? I'm thinking something along the lines of a public_html directory. ___ Wikimedia Cloud Services ma

Re: [Cloud] Publishing out of a VPS node?

2021-04-17 Thread Daniel Zahn
Untested, but this should work I think: sudo apt-get install apache2 sudo a2enmod userdir mkdir ~/public_html/ copy files to public_html as you already mentioned then click in Horizon to create a proxy, select a name and the instance it should point to access data under that name + /~username/