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,8 +1,15 @@
- Feat : cifsdomain added
### preview-9 (07-05-2023)
- Minor bugs fixed
### preview-8 (24-04-2023)
- Minor bugs fixed
### preview-7 (24-04-2023)
- Minor bugs fixed
- Allow environment to be available from command line

View File

@@ -104,6 +104,7 @@
"STORAGE_PATH": "str",
"UPLOAD_NSFW": "bool",
"certfile": "str",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"graphic_drivers": "list(|mesa)?",
@@ -118,6 +119,6 @@
],
"slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "preview-9",
"version": "preview-10",
"video": true
}
}