Create config.json

This commit is contained in:
Alexandre
2022-06-10 09:21:37 +02:00
committed by GitHub
parent b8139fa9a4
commit b4d322dd24

View File

@@ -67,7 +67,7 @@
}, },
"ports_description": { "ports_description": {
"8000/tcp": "Seahub", "8000/tcp": "Seahub",
"8000/tcp": "File server" "8082/tcp": "File server"
}, },
"privileged": [ "privileged": [
"SYS_ADMIN", "SYS_ADMIN",
@@ -93,6 +93,6 @@
], ],
"slug": "seafile", "slug": "seafile",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile",
"version": "1.1", "version": "1.0",
"webui": "http://[HOST]:[PORT:8000]" "webui": "http://[HOST]:[PORT:80]"
} }