Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,12 +1,21 @@
{
"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,
"image": "ghcr.io/alexbelgium/spotweb-{arch}",
"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",
@@ -32,11 +41,12 @@
"remote_mysql_username": "str?",
"ssl": "bool"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "spotweb",
"startup": "services",
"upstream": "1.5.1",
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.5.1-6"
}