1
0
mirror of synced 2025-12-17 04:52:15 +01:00

Delete config.json

This commit is contained in:
d-two
2023-01-25 23:45:11 +01:00
committed by GitHub
parent f1dfb41956
commit 59ddb8cec5

View File

@@ -1,36 +0,0 @@
{
"name": "Baikal",
"slug": "baikal",
"version": "0.9.3",
"description": "Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management.",
"url": "https://github.com/d-two/hassio-addons",
"startup": "application",
"init": false,
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"arch": [
"aarch64",
"amd64",
"armhf"
],
"boot": "auto",
"map": [
"config:rw",
"ssl:ro"
],
"ports": {
"80/tcp": 8013
},
"ports_description": {
"80/tcp": "Web UI port"
},
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"ssl": "bool",
"certfile": "match(^[^/].*)",
"keyfile": "match(^[^/].*)"
}
}