Alexandre
2024-04-22 20:19:08 +02:00
parent cf8373fa58
commit 583c8d7446
6 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
- Fix : not starting
## 5.4.6.8723-4 (21-04-2024)
- BREAKING CHANGE : ingress_disabled option removed. Instead, a new option connection_mode is added. It has 3 modes : ingress_noauth (default, disables authentification to allow a seamless ingress integration), noingress_auth (disables ingress to allow a simpler external url, enables authentification), ingress_auth (enables both ingress and authentification). Thanks @Ni3kjm !

View File

@@ -104,12 +104,12 @@
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"connection_mode": "list(ingress_noauth,noingress_auth,ingress_auth)",
"connection_mode": "list(ingress_noauth|noingress_auth|ingress_auth)",
"localdisks": "str?",
"networkdisks": "str?"
},
"slug": "radarr_nas",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
"version": "5.4.6.8723-4"
"version": "5.4.6.8723-5"
}