diff --git a/ubooquity/CHANGELOG.md b/ubooquity/CHANGELOG.md index 525b3fd63..2b3c06743 100644 --- a/ubooquity/CHANGELOG.md +++ b/ubooquity/CHANGELOG.md @@ -1,2 +1,5 @@ + +## 2.1.2-ls58 +- Update to latest version from linuxserver/docker-ubooquity - Enables PUID/GUID options - Addition of possibility to mount smb \ No newline at end of file diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index f53b01d1d..7cca3e25d 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.1.2-ls57" +ARG BUILD_UPSTREAM="2.1.2-ls58" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/ubooquity/config.json b/ubooquity/config.json index 9dca9b3cd..0a7350e7e 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -1,12 +1,17 @@ { "name": "Ubooquity", - "version": "2.1.2-ls57", - "upstream": "2.1.2-ls57", + "version": "2.1.2-ls58", + "upstream": "2.1.2-ls58", "slug": "ubooquity", "description": "Free, lightweight and easy-to-use home server for your comics and ebooks", "url": "https://github.com/alexbelgium/hassio-addons", "startup": "services", - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "ports": { "2202/tcp": 2202, "2203/tcp": 2203 @@ -16,8 +21,16 @@ "2203/tcp": "Admin page (local)" }, "apparmor": true, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], - "map": ["media:rw", "config:rw", "share:rw", "ssl"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], + "map": [ + "media:rw", + "config:rw", + "share:rw", + "ssl" + ], "webui": "[PROTO:ssl]://[HOST]:[PORT:2203]/ubooquity/admin", "boot": "auto", "environment": {},