From 7f95c04dfce21e14237e6586ee8420843a7b8ac8 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Fri, 8 Aug 2025 09:35:57 -0600 Subject: [PATCH] Adding readme file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e36e8f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# HestiaCP Templates +This repository contains a handful of templates and other changes that I use in my [HestiaCP](https://hestiacp.com/) deployment. The changes are: + - Addition of an `include_only` template that lets users directly configure the nginx config for their domain + - Addition of a `nodejs` template and an install script to allow the hosting of node apps + - Edit the default web template for an empty site + - Edit the default web folder for a new site to include sub-folders for the nginx config and node app that the templates above will use + +You're free to use my templates, however please do so with caution! In particular, allowing users to directly edit the nginx config is a potentially terrible idea if they don't know what they're doing, and even worse if any of them might have some malicious intent. + +## Deploying +To deploy these templates, run the following command on the server: + + wget -qO - https://code.jaywll.co/jason/hestia-templates/raw/branch/main/deploy.sh | sudo bash \ No newline at end of file