mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01: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
|
||||
- Add local drives mounts : used localdisks with the text "sda1, sdb1" according to your needs
|
||||
- Add ssl
|
||||
- Add ingress
|
||||
- Correct custom ui
|
||||
|
||||
## 2.1.2-ls63
|
||||
|
||||
@@ -30,10 +30,7 @@
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"theme": "default",
|
||||
"networkdisks": "//IP/SHARE",
|
||||
"cifsusername": "username",
|
||||
"cifspassword": "folder"
|
||||
"theme": "default"
|
||||
},
|
||||
"ports": {
|
||||
"2205/tcp": 2202,
|
||||
|
||||
Reference in New Issue
Block a user