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,22 +1,29 @@
- Feat : cifsdomain added
## 0.7.1 (24-03-2023)
- Update to latest version from linuxserver/docker-mylar3
- Implemented healthcheck
## 0.7.0 (10-12-2022)
- Update to latest version from linuxserver/docker-mylar3
- WARNING : update to supervisor 2022.11 before installing
## 0.6.9 (11-08-2022)
- Update to latest version from linuxserver/docker-mylar3
## 0.6.8 (19-05-2022)
- Update to latest version from linuxserver/docker-mylar3
## 0.6.7 (19-04-2022)
- Update to latest version from linuxserver/docker-mylar3
## 0.6.6 (25-03-2022)
- Update to latest version from linuxserver/docker-mylar3
- Add codenotary sign

View File

@@ -85,6 +85,7 @@
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
@@ -92,6 +93,6 @@
},
"slug": "mylar3",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.7.1",
"version": "0.7.1-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8090]"
}
}