mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-01 09:27:44 +01:00
Sorted json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user