1
0
2025-08-08 09:35:57 -06:00
2025-08-08 09:24:28 -06:00
2025-08-08 09:35:57 -06:00

HestiaCP Templates

This repository contains a handful of templates and other changes that I use in my HestiaCP 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
Description
A collection of templates for HestiaCP, possibly including a script to deploy them in a single step if I feel ambitious enough to create one.
Readme 29 KiB
Languages
Smarty 51%
HTML 32.4%
Shell 16.6%