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"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Spotweb is a decentralized usenet community based on the Spotnet protocol",
"hassio_api": true,
@@ -7,7 +11,11 @@
"ingress": true,
"ingress_port": 8099,
"init": false,
"map": ["ssl", "config:rw", "backup:rw"],
"map": [
"ssl",
"config:rw",
"backup:rw"
],
"name": "Spotweb",
"options": {
"certfile": "fullchain.pem",
@@ -33,7 +41,9 @@
"remote_mysql_username": "str?",
"ssl": "bool"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "spotweb",
"startup": "services",
"upstream": "1.5.1",