remove ingress

This commit is contained in:
Alexandre
2021-11-29 21:21:15 +01:00
parent 4d950e08eb
commit 8616c9d626
2 changed files with 1 additions and 5 deletions

View File

@@ -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

View File

@@ -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,