mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 23:30:56 +02:00
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
- Fix : not starting
|
||||||
|
|
||||||
## 5.4.6.8723-4 (21-04-2024)
|
## 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 !
|
- 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 !
|
||||||
|
|
||||||
|
|||||||
@@ -104,12 +104,12 @@
|
|||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"connection_mode": "list(ingress_noauth,noingress_auth,ingress_auth)",
|
"connection_mode": "list(ingress_noauth|noingress_auth|ingress_auth)",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?"
|
"networkdisks": "str?"
|
||||||
},
|
},
|
||||||
"slug": "radarr_nas",
|
"slug": "radarr_nas",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
|
||||||
"version": "5.4.6.8723-4"
|
"version": "5.4.6.8723-5"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
- Fix : not starting
|
||||||
|
|
||||||
- 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 !
|
- 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 !
|
||||||
|
|
||||||
## 0.3.24.2509 (20-04-2024)
|
## 0.3.24.2509 (20-04-2024)
|
||||||
|
|||||||
@@ -104,12 +104,12 @@
|
|||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"connection_mode": "list(ingress_noauth,noingress_auth,ingress_auth)",
|
"connection_mode": "list(ingress_noauth|noingress_auth|ingress_auth)",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?"
|
"networkdisks": "str?"
|
||||||
},
|
},
|
||||||
"slug": "readarr_nas",
|
"slug": "readarr_nas",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
|
||||||
"version": "0.3.24.2509-4"
|
"version": "0.3.24.2509-5"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
- Fix : not starting
|
||||||
|
|
||||||
## 4.0.4.1515-4 (21-04-2024)
|
## 4.0.4.1515-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 !
|
- 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 !
|
||||||
|
|
||||||
|
|||||||
@@ -103,12 +103,12 @@
|
|||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"connection_mode": "list(ingress_noauth,noingress_auth,ingress_auth)",
|
"connection_mode": "list(ingress_noauth|noingress_auth|ingress_auth)",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?"
|
"networkdisks": "str?"
|
||||||
},
|
},
|
||||||
"slug": "sonarr_nas",
|
"slug": "sonarr_nas",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
|
||||||
"version": "4.0.4.1515-4"
|
"version": "4.0.4.1515-5"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user