Skip to content

Commit cac3823

Browse files
authored
Update YAML.md
1 parent 6a88091 commit cac3823

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

TurboStack App/YAML.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,44 @@
22
order: 170
33
icon: code-square
44
---
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+
```

0 commit comments

Comments
 (0)