mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-20 06:19:14 +02: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
|
- Enables PUID/GUID options
|
||||||
- Addition of possibility to mount smb
|
- Addition of possibility to mount smb
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="2.1.2-ls57"
|
ARG BUILD_UPSTREAM="2.1.2-ls58"
|
||||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
|
|||||||
@@ -1,12 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "Ubooquity",
|
"name": "Ubooquity",
|
||||||
"version": "2.1.2-ls57",
|
"version": "2.1.2-ls58",
|
||||||
"upstream": "2.1.2-ls57",
|
"upstream": "2.1.2-ls58",
|
||||||
"slug": "ubooquity",
|
"slug": "ubooquity",
|
||||||
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
|
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"2202/tcp": 2202,
|
"2202/tcp": 2202,
|
||||||
"2203/tcp": 2203
|
"2203/tcp": 2203
|
||||||
@@ -16,8 +21,16 @@
|
|||||||
"2203/tcp": "Admin page (local)"
|
"2203/tcp": "Admin page (local)"
|
||||||
},
|
},
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
|
"map": [
|
||||||
|
"media:rw",
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:2203]/ubooquity/admin",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:2203]/ubooquity/admin",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {},
|
"environment": {},
|
||||||
|
|||||||
Reference in New Issue
Block a user