mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 18:26:04 +02:00
Update config.json
This commit is contained in:
@@ -45,15 +45,11 @@
|
|||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/seafile-{arch}",
|
"image": "ghcr.io/alexbelgium/seafile-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
"media:rw",
|
|
||||||
"share:rw",
|
|
||||||
"config:rw",
|
"config:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"name": "Seafile",
|
"name": "Seafile",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": "0",
|
|
||||||
"PUID": "0",
|
|
||||||
"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",
|
||||||
"TZ": "Europe/Paris",
|
"TZ": "Europe/Paris",
|
||||||
@@ -76,8 +72,6 @@
|
|||||||
"NET_ADMIN"
|
"NET_ADMIN"
|
||||||
],
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
|
||||||
"PUID": "int",
|
|
||||||
"SEAFILE_ADMIN_EMAIL": "email",
|
"SEAFILE_ADMIN_EMAIL": "email",
|
||||||
"SEAFILE_ADMIN_PASSWORD": "password",
|
"SEAFILE_ADMIN_PASSWORD": "password",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
@@ -96,4 +90,4 @@
|
|||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile",
|
||||||
"version": "v9.0.8-pro",
|
"version": "v9.0.8-pro",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user