Update addon_config.markdown

This commit is contained in:
Pascal Vizeli 2017-05-09 16:08:45 +02:00 committed by GitHub
parent 2aee46f556
commit 909d1a8aa4

View File

@ -63,12 +63,12 @@ The config for an add-on is stored in `config.json`.
"description": "long descripton", "description": "long descripton",
"arch": ["amd64"], "arch": ["amd64"],
"url": "website with more information about add-on (ie a forum thread for support)", "url": "website with more information about add-on (ie a forum thread for support)",
"startup": "before|after|once", "startup": "before",
"boot": "auto|manual", "boot": "auto",
"ports": { "ports": {
"123/tcp": 123 "123/tcp": 123
}, },
"map": ["config", "ssl", "addons", "backup"], "map": ["config", "ssl"],
"options": {}, "options": {},
"schema": {}, "schema": {},
"image": "repo/{arch}-my-custom-addon" "image": "repo/{arch}-my-custom-addon"