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,24 +1,31 @@
- Feat : cifsdomain added
- Implemented healthcheck
- Add NTFS support
- Disable external port by default
- WARNING : update to supervisor 2022.11 before installing
## 2.23.0 (08-11-2022)
- Update to latest version from hurlenko/filebrowser-docker
## 2.22.4 (23-07-2022)
- Update to latest version from hurlenko/filebrowser-docker
## 2.22.3 (07-07-2022)
- Update to latest version from hurlenko/filebrowser-docker
## 2.22.2 (05-07-2022)
- Update to latest version from hurlenko/filebrowser-docker
## 2.22.1 (09-06-2022)
- Update to latest version from hurlenko/filebrowser-docker
## 2.22.0 (06-06-2022)
- Update to latest version from hurlenko/filebrowser-docker
- Add codenotary sign

View File

@@ -92,6 +92,7 @@
"NoAuth": "bool",
"base_folder": "str?",
"certfile": "str",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"keyfile": "str",
@@ -102,5 +103,5 @@
},
"slug": "filebrowser",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.23.0-5"
}
"version": "2.23.0-6"
}