Update to 2.1.2-ls58

This commit is contained in:
alexbelgium
2021-02-22 08:43:29 +01:00
parent e94adaa5be
commit eb39744070
3 changed files with 22 additions and 6 deletions

View File

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

View File

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

View File

@@ -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": {},