mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update to 2.1.2-ls58
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user