Updater bot : seafile updated to v9.0.5-server

This commit is contained in:
alexbelgium
2022-06-11 01:58:36 +02:00
parent 80441c9139
commit 84651bc8d5
3 changed files with 8 additions and 5 deletions

View File

@@ -1 +1,4 @@
## v9.0.5-server (11-06-2022)
- Update to latest version from haiwen/seahub
- Initial release - Initial release

View File

@@ -62,7 +62,7 @@
"panel_icon": "mdi:library", "panel_icon": "mdi:library",
"ports": { "ports": {
"8000/tcp": 8000, "8000/tcp": 8000,
"8082/tcp": 8082 "8082/tcp": 8082
}, },
"ports_description": { "ports_description": {
"8000/tcp": "Seahub", "8000/tcp": "Seahub",
@@ -92,6 +92,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": "9.0.5-4test8", "version": "v9.0.5-server",
"webui": "http://[HOST]:[PORT:8000]" "webui": "http://[HOST]:[PORT:8000]"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "09-06-2022", "last_update": "11-06-2022",
"paused": false, "paused": false,
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "seafile", "slug": "seafile",
"source": "github", "source": "github",
"upstream_repo": "haiwen/seahub", "upstream_repo": "haiwen/seahub",
"upstream_version": "0.6.18-ls164" "upstream_version": "v9.0.5-server"
} }