Skip to content

Templates

omgslinux edited this page Mar 6, 2025 · 5 revisions

What is a template?

The project intends to support different types of vhost or websites, depending on the app that is hosted. Many web apps have specific configuration issues due to specific needs or features, so a specific definition for that type of host is needed.

When this situation is identified, arises the need for a custom template for that vhost type.

Where are templates stored?

Templates are stored in the _templates/ dir, with the pattern vhosttype_template.inc

Supported templates

Can I contribute?

Sure! As long as you identify a missing template or find a bug in an existing template, you can create an issue with the details. In the case of a new template, please try to provide all the necessary info to help to create it. Of course, if you feel you can do it yourself, you can provide the template file and the example file in a PR.

Clone this wiki locally