Update config.json

This commit is contained in:
Alexandre
2022-06-10 09:12:01 +02:00
committed by GitHub
parent f542a43aad
commit 12859873cb

View File

@@ -53,18 +53,21 @@
"database": "sqlite", "database": "sqlite",
"data_location": "/share/seafile", "data_location": "/share/seafile",
"seafile_server_letsencrypt": false, "seafile_server_letsencrypt": false,
"seafile_server_hostname": "seafile.example.com", "SERVER_IP": "seafile.example.com",
"seafile_admin_email": "me@example.com", "seafile_admin_email": "me@example.com",
"seafile_admin_password": "a_very_secret_password", "seafile_admin_password": "a_very_secret_password",
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0,
"TZ": "Europe/Paris"
}, },
"panel_icon": "mdi:library", "panel_icon": "mdi:library",
"ports": { "ports": {
"80/tcp": 8077 "8000/tcp": 8000,
"8082/tcp": 8082
}, },
"ports_description": { "ports_description": {
"80/tcp": "seafile webui" "8000/tcp": "Seahub",
"8000/tcp": "File server"
}, },
"privileged": [ "privileged": [
"SYS_ADMIN", "SYS_ADMIN",
@@ -91,6 +94,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.2", "version": "1.0",
"webui": "http://[HOST]:[PORT:80]" "webui": "http://[HOST]:[PORT:80]"
} }