Add cifsdomain

This commit is contained in:
Alexandre
2023-05-12 17:09:43 +02:00
parent 598858f16b
commit 1da5868a57
47 changed files with 485 additions and 45 deletions

View File

@@ -1,49 +1,65 @@
- Feat : cifsdomain added
## 10.0.0 (24-03-2023)
- Update to latest version from franchetti/seafile-arm
## 9.0.10 (28-01-2023)
- Update to latest version from franchetti/seafile-arm
- Allow setting server url
- Allow custom env variables through config.yaml
## v9.0.14-pro (01-12-2022)
- Update to latest version from haiwen/seahub
- WARNING : update to supervisor 2022.11 before installing
## v9.0.13-pro (11-11-2022)
- Update to latest version from haiwen/seahub
## v9.0.12-pro (05-11-2022)
- Update to latest version from haiwen/seahub
## v9.0.11-pro (29-10-2022)
- Update to latest version from haiwen/seahub
## v9.0.10-pro (13-10-2022)
- Update to latest version from haiwen/seahub
## v9.0.9-pro (24-09-2022)
- Update to latest version from haiwen/seahub
## v9.0.9-server (20-09-2022)
- Update to latest version from haiwen/seahub
## v9.0.8-pro (09-09-2022)
- Update to latest version from haiwen/seahub
## v9.0.7-server (09-08-2022)
- Update to latest version from haiwen/seahub
## v9.0.7-pro (04-08-2022)
- Update to latest version from haiwen/seahub
## v9.0.6-pro (02-07-2022)
- Update to latest version from haiwen/seahub
## v9.0.6-server (18-06-2022)
- Update to latest version from haiwen/seahub
## v9.0.5-server (11-06-2022)
- Update to latest version from haiwen/seahub
- Initial release

View File

@@ -105,6 +105,7 @@
"SERVER_IP": "str?",
"TZ": "str?",
"URL": "str",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"data_location": "str",
@@ -117,6 +118,6 @@
],
"slug": "seafile",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile",
"version": "10.0.0",
"version": "10.0.0-2",
"webui": "http://[HOST]:[PORT:8000]"
}
}