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,18 +1,23 @@
- Feat : cifsdomain added
## v5.0.2 (21-04-2023)
- Update to latest version from haugene/docker-transmission-openvpn
## v5.0.0 (15-04-2023)
- Update to latest version from haugene/docker-transmission-openvpn
- Implemented healthcheck
- Mullvad fix @Blogshot
- WARNING : update to supervisor 2022.11 before installing
## v4.3.2 (19-11-2022)
- Update to latest version from haugene/docker-transmission-openvpn
- BREAKING CHANGE : update your "LOCAL_NETWORK" from "192.168.178.0/16" to "192.168.178.0/24"
## 4.2 (11-11-2022)
- Update to latest version from haugene/docker-transmission-openvpn
- Auto addon restart if tunnel down
- If no ui after install, please delete your settings.json file and restart
@@ -21,5 +26,6 @@
- Allow using custom ovpn file
## 4.0 (02-06-2022)
- Update to latest version from haugene/docker-transmission-openvpn
- Initial build

View File

@@ -114,6 +114,7 @@
"TRANSMISSION_WATCH_DIR": "str",
"TRANSMISSION_WEB_UI": "list(standard|combustion|kettu|transmission-web-control|flood-for-transmission|shift)",
"auto_restart": "bool?",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
@@ -121,5 +122,5 @@
},
"slug": "transmission_openvpn",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v5.0.2"
}
"version": "v5.0.2-2"
}