# Infrastructure as Code (YAML source)

This page is under construction

The source code of the configuration of the server could be found as yaml. The yaml allows to create new and 100% identical servers in seconds.

Detailed screenshots can be found below

Yaml Source Code
Yaml Source Code

You could also choose to work with YAML by default via the profile settings.

Profile Settings
Profile Settings

# How to add an account

# How to add a vHost to an account

---
webserver: nginx
redis_enabled: false
system_users:
  - username: custom
  - username: magento
    vhosts:
      - server_name: magentotest.com
        app_type: magento2
        php_version: "8.1"
        varnish_enabled: true
        rabbitmq_enabled: true
        cert_type: letsencrypt
  - username: shopware
  - username: akeneo
  - username: woocommerce
  - username: dotnet
  - username: django
  - username: odoo
    vhosts:
      - server_name: odootest.com
        app_type: odoo
        python_version: 3.11.8
        cert_type: letsencrypt
    ftp: []
  - username: Webshop1
  - username: Webshop2
  - username: Webshopx