mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-25 00:36:06 +02:00
Update to 2.1.2-ls59
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 2.1.2-ls59
|
||||||
|
- Update to latest version from linuxserver/docker-ubooquity
|
||||||
- Allow custom themes : comixology
|
- Allow custom themes : comixology
|
||||||
|
|
||||||
## 2.1.2-ls58
|
## 2.1.2-ls58
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="2.1.2-ls58"
|
ARG BUILD_UPSTREAM="2.1.2-ls59"
|
||||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Ubooquity",
|
"name": "Ubooquity",
|
||||||
"version": "2.1.2-ls58-rev2",
|
"version": "2.1.2-ls59",
|
||||||
"upstream": "2.1.2-ls58",
|
"upstream": "2.1.2-ls59",
|
||||||
"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",
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"maxmem": 200,
|
"maxmem": 200,
|
||||||
"theme": "default",
|
"theme": "default",
|
||||||
"networkdisks": "//IP/SHARE",
|
"networkdisks": "//IP/SHARE",
|
||||||
"cifsusername": "username",
|
"cifsusername": "username",
|
||||||
|
|||||||
Reference in New Issue
Block a user