mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 16:51:51 +02:00
remove ingress
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename
|
- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename
|
||||||
- Add local drives mounts : used localdisks with the text "sda1, sdb1" according to your needs
|
- Add local drives mounts : used localdisks with the text "sda1, sdb1" according to your needs
|
||||||
- Add ssl
|
- Add ssl
|
||||||
- Add ingress
|
|
||||||
- Correct custom ui
|
- Correct custom ui
|
||||||
|
|
||||||
## 2.1.2-ls63
|
## 2.1.2-ls63
|
||||||
|
|||||||
@@ -30,10 +30,7 @@
|
|||||||
"ssl": false,
|
"ssl": false,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"theme": "default",
|
"theme": "default"
|
||||||
"networkdisks": "//IP/SHARE",
|
|
||||||
"cifsusername": "username",
|
|
||||||
"cifspassword": "folder"
|
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"2205/tcp": 2202,
|
"2205/tcp": 2202,
|
||||||
|
|||||||
Reference in New Issue
Block a user