Move to new ix_values system (#233)

* Refactor questions.yaml, ix_values.yaml and values.yaml

* Add Docs
This commit is contained in:
Kjeld Schouten-Lebbing
2021-03-06 21:32:31 +01:00
committed by kjeld Schouten-Lebbing
parent 5373c61f2d
commit 680e359d99
153 changed files with 4616 additions and 4296 deletions
+15
View File
@@ -4,6 +4,21 @@ Every App needs to be exposed to something, either an UI, API or other container
### Two kinds of services
##### First: hostNetwork
Always add the hostNetwork option above the "services" section.
This is to try and keep things clear for the user.
```
# Enable Host Networking
- variable: hostNetwork
group: "Networking"
label: "Enable Host Networking"
schema:
type: boolean
default: false
```
##### Main Service
Every App is required to have a main service, the primary thing that users (or other Apps!) connect with. No mater if it's a webUI, an API, a database connection or something totally else, A service is always required.