Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
No, you can run Ghost as a different user. The DigitalOcean One-Click app sets up a dedicated ghost user for instance. It also sets the folder containing Ghost to be owned by that user chown -R ghost:ghost /var/www/ghost
Ok then, let me rephrase my question. I would like to disable ssh access for root, but allow a new user which I will create read/write access to my ghost directory. Giving the access is the problem for me, as I don’t want to mess up permissions needed for ghost service to serve my website and interfere with user “ghost”. Can you give me any clues on how to best approach this?