Files
hassio-addons/spotweb/config.json
2022-03-24 05:34:22 +01:00

43 lines
1.2 KiB
JSON

{
"arch": ["aarch64", "amd64", "armv7"],
"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"],
"name": "Spotweb",
"options": {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
},
"panel_icon": "mdi:chart-timeline",
"panel_title": "Spotweb",
"ports": {
"80/tcp": null
},
"ports_description": {
"80/tcp": "Not required for Ingress"
},
"schema": {
"certfile": "str",
"keyfile": "str",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"remote_mysql_database": "str?",
"remote_mysql_host": "str?",
"remote_mysql_password": "password?",
"remote_mysql_port": "int?",
"remote_mysql_username": "str?",
"ssl": "bool"
},
"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"
}