-
Notifications
You must be signed in to change notification settings - Fork 1
Templates
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.
Templates are stored in the _templates/ dir, with the pattern vhosttype_template.inc
- dokuwiki
- drupal
- java
- mailman
- matomo
- mediawiki
- nextcloud
- odoo
- php
- piwik
- proxy
- redmine
- ruby
- symfony
- wordpress
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.