Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "web's leading on-line collaborative genealogy application",
"devices": [
@@ -55,11 +51,7 @@
"WT_PASS": "mybadpassword",
"WT_USER": "admin"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "ssl"],
"name": "Webtrees",
"options": {
"BASE_URL": "http://192.168.178.23",
@@ -74,10 +66,7 @@
"443/tcp": "Https web interface",
"80/tcp": "Web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"BASE_URL": "url",
"CONFIG_LOCATION": "str",
@@ -87,13 +76,12 @@
"localdisks": "str?",
"networkdisks": "str?"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"slug": "webtrees",
"startup": "services",
"upstream": "2.1.0-beta.1",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.1.0-beta.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}