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,55 +1,73 @@
- Feat : cifsdomain added
## 2.1.16 (21-01-2023)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.15 (25-12-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.14 (25-12-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.12 (10-12-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.11 (06-12-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.9 (01-12-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.8 (28-11-2022)
- Update to latest version from nathanvaughn/webtrees-docker
- WARNING : update to supervisor 2022.11 before installing
## v2.1.7 (04-08-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## v2.1.6 (23-06-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## v2.1.5 (06-06-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## v2.1.4 (24-05-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## v2.1.2 (06-05-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## v2.1.1 (29-04-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## v2.1.0 (22-04-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.0-beta.2 (05-04-2022)
- Update to latest version from nathanvaughn/webtrees-docker
- Add codenotary sign
## 2.1.0-beta.1 (19-03-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.0-alpha.2 (04-02-2022)
- Update to latest version from nathanvaughn/webtrees-docker
- Allow mounting smb and local drives for data storage
- Allow Mariadb addon autodiscovery as database

View File

@@ -105,6 +105,7 @@
"DB_TYPE": "list(sqlite|external|mariadb_addon)",
"base_url_portless": "bool?",
"certfile": "str",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"keyfile": "str",
@@ -118,6 +119,6 @@
],
"slug": "webtrees",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.16",
"version": "2.1.16-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}