Github bot : json sorted

This commit is contained in:
alexbelgium
2022-04-17 00:21:35 +00:00
committed by GitHub
parent 11df7279e5
commit 851ae8c64b
12 changed files with 119 additions and 44 deletions

View File

@@ -1,5 +1,9 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "web's leading on-line collaborative genealogy application",
@@ -53,7 +57,11 @@
"WT_USER": "admin"
},
"image": "ghcr.io/alexbelgium/webtrees-{arch}",
"map": ["config:rw", "share:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Webtrees",
"options": {
"BASE_URL": "http://192.168.178.23",
@@ -68,7 +76,10 @@
"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",
@@ -78,7 +89,9 @@
"localdisks": "str?",
"networkdisks": "str?"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "webtrees",
"startup": "services",
"upstream": "2.1.0-beta.2",