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,4 +1,7 @@
- Feat : cifsdomain added
### 1.14.4-2 (09-05-2023)
- Minor bugs fixed
- Add variables to bashrc to allow cli with portainer

View File

@@ -105,6 +105,7 @@
"PUID": "int",
"TZ": "str?",
"certfile": "str",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"database": "list(|sqlite|mariadb_addon)?",
@@ -118,6 +119,6 @@
],
"slug": "paperless_ng",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.14.4-2",
"version": "1.14.4-3",
"webui": "http://[HOST]:[PORT:8000]"
}