diff --git a/ubooquity/CHANGELOG.md b/ubooquity/CHANGELOG.md index 0175fd55d..991d1d961 100644 --- a/ubooquity/CHANGELOG.md +++ b/ubooquity/CHANGELOG.md @@ -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 diff --git a/ubooquity/config.json b/ubooquity/config.json index eebe387ba..323f5206a 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -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,