File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 2
2
order : 170
3
3
icon : code-square
4
4
---
5
+
6
+ #YAML
7
+
8
+ _ This page is under construction_
9
+
10
+ ## How to add an account
11
+
12
+ ### How to add a vHost to an account
13
+
14
+
15
+
16
+ ```
17
+ ---
18
+ webserver: nginx
19
+ redis_enabled: false
20
+ system_users:
21
+ - username: custom
22
+ - username: magento
23
+ vhosts:
24
+ - server_name: magentotest.com
25
+ app_type: magento2
26
+ php_version: "8.1"
27
+ varnish_enabled: true
28
+ rabbitmq_enabled: true
29
+ cert_type: letsencrypt
30
+ - username: shopware
31
+ - username: akeneo
32
+ - username: woocommerce
33
+ - username: dotnet
34
+ - username: django
35
+ - username: odoo
36
+ vhosts:
37
+ - server_name: odootest.com
38
+ app_type: odoo
39
+ python_version: 3.11.8
40
+ cert_type: letsencrypt
41
+ ftp: []
42
+ - username: haarshop
43
+ - username: weba.be
44
+ - username: craftcms
45
+ ```
You can’t perform that action at this time.
0 commit comments