diff --git a/README.md b/README.md index e41c2cac9..25e1b1c54 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ https://github.com/alexbelgium/hassio-addons ## ✓ Documents management -- [Nextcloud OCR](nextcloud/) ![smb][smb-shield] : A Nextcloud container, brought to you by LinuxServer.io. +- [Nextcloud OCR](nextcloud/) ![smb][smb-shield] : A Nextcloud container, brought to you by LinuxServer.io +- [Paperless NG](paperless_ng/) ![smb][smb-shield] : scan, index and archive all your physical documents - [Papermerge](papermerge/) ![smb][smb-shield] : Open source document management system (DMS) - [Elasticsearch](elasticsearch/) : distributed, RESTful search and analytics engine capable of solving a growing number of use cases diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index e4d9a6d9f..7bd7eff16 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.2.2 (30-11-2021) +- Update to latest version from flexget/flexget + ## 3.2.1 (26-11-2021) - Update to latest version from flexget/flexget diff --git a/flexget/config.json b/flexget/config.json index a1a4e6a43..b38903139 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -33,8 +33,8 @@ "FG_PLUGINS": "str?" }, "slug": "flexget", - "upstream": "3.2.1", + "upstream": "3.2.2", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.2.1", + "version": "3.2.2", "webui": "http://[HOST]:[PORT:5050]" } diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index d024147fa..4cf6bba4f 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.20.78 (30-11-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.20.74 (30-11-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/config.json b/jackett/config.json index 3cb56c277..03ca918b6 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -44,8 +44,8 @@ }, "slug": "jackett_nas", "startup": "services", - "upstream": "0.20.74", + "upstream": "0.20.78", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.20.74", + "version": "0.20.78", "webui": "http://[HOST]:[PORT:9117]" } diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index e41fa6a11..3860606bf 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 23.0.0 (30-11-2021) +- Update to latest version from linuxserver/docker-nextcloud + ## 22.2.3 (16-11-2021) - Update to latest version from linuxserver/docker-nextcloud diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 921673d3f..c332528bd 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="22.2.3" +ARG BUILD_UPSTREAM="23.0.0" FROM ${BUILD_FROM} diff --git a/nextcloud/config.json b/nextcloud/config.json index c7d5e67a8..7cc77fe8e 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -1,17 +1,25 @@ { "name": "Nextcloud", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "22.2.3-3", - "upstream": "22.2.3", + "version": "23.0.0", + "upstream": "23.0.0", "slug": "nextcloud_ocr", "ingress": false, "hassio_api": true, "ingress_port": 0, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "description": "Nextcloud for Home Assistant", "boot": "manual", "uart": true, - "map": ["share:rw", "media:rw", "ssl:rw"], + "map": [ + "share:rw", + "media:rw", + "ssl:rw" + ], "ports": { "443/tcp": 8099, "80/tcp": null diff --git a/paperless_ng/config.json b/paperless_ng/config.json index a9dae2d6b..a32cc41dd 100644 --- a/paperless_ng/config.json +++ b/paperless_ng/config.json @@ -7,7 +7,7 @@ "armhf" ], "boot": "auto", - "description": "indexes your scanned documents and allows you to easily search for documents and store metadata", + "description": "scan, index and archive all your physical documents", "devices": [ "/dev/sda1", "/dev/sdb1", diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 6826f55e6..1f8130c6a 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -7,12 +7,13 @@ ARG BUILD_UPSTREAM="2.9.3" SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BUILD_ARCH RUN \ apk add --no-cache \ - nginx \ - \ - && if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \ + nginx || true + +ARG BUILD_ARCH +RUN \ + if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \ && if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm"; fi \ && if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="arm"; fi \ && if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \ diff --git a/portainer/config.json b/portainer/config.json index 4588748b9..540d69e36 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -43,6 +43,6 @@ "startup": "services", "upstream": "2.9.3", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.9.3-3", + "version": "2.9.3-4", "webui": "[PROTO:ssl]://[HOST]:[PORT:9099]" } diff --git a/portainer/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh b/portainer/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh new file mode 100644 index 000000000..ad90ff527 --- /dev/null +++ b/portainer/rootfs/etc/cont-init.d/00-aaa_dockerfile_backup.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# If dockerfile failed install manually +nginx -v &>/dev/null || apk add --no-cache nginx diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index 3b06d53e6..8373a76bb 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-0.1.6.1176-ls209 (30-11-2021) +- Update to latest version from linuxserver/docker-prowlarr + ## nightly-0.1.6.1165-ls205 (30-11-2021) - Update to latest version from linuxserver/docker-prowlarr diff --git a/prowlarr/config.json b/prowlarr/config.json index 3141f3d16..4fefcd611 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -47,8 +47,8 @@ }, "slug": "prowlarr", "startup": "services", - "upstream": "nightly-0.1.6.1165-ls205", + "upstream": "nightly-0.1.6.1176-ls209", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "nightly-0.1.6.1165-ls205", + "version": "nightly-0.1.6.1176-ls209", "webui": "http://[HOST]:[PORT:9696]" } diff --git a/ubooquity/config.json b/ubooquity/config.json index b8b8e0a12..09495ac88 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -59,6 +59,6 @@ "startup": "services", "upstream": "2.1.2", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.2-6", + "version": "2.1.2-7", "webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin" } diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 7a11a6571..3fdbc949a 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -16,6 +16,7 @@ RUN \ && apt-get install -y \ jq \ curl \ + yamllint \ && apt-get clean \ \ ################## diff --git a/webtrees/README.md b/webtrees/README.md index bdfd18cde..57c0937c7 100644 --- a/webtrees/README.md +++ b/webtrees/README.md @@ -16,10 +16,6 @@ _Thanks to everyone having starred my repo! To star it click on the image below, [webtrees](http://www.webtrees.net) is the web's leading online collaborative genealogy application. -It works from standard GEDCOM files, and is therefore compatible with every major desktop application. -It aims to to be efficient and effective by using the right combination of third-party tools, design techniques and open standards. -webtrees allows you to view and edit your genealogy on your website. It has full editing capabilities, full privacy functions, and supports imedia such as photos and document images. As an online program, it fosters extended family participation and good ancestral recording habits, as it simplifies the process of collaborating with others working on your family lines. Your latest information is always on your web site and available for others to see, defined by viewing rules you set. For more information and to see working demos, visit webtrees.net. - This addon is based on the docker image https://github.com/NathanVaughn/webtrees-docker ## Configuration @@ -36,6 +32,7 @@ Options can be configured through two ways : "LANG": "en-US" # Default language for webtrees "BASE_URL": "http://192.168.178.69" # The url with which you access webtrees "DB_TYPE": "sqlite" # Your database type : sqlite for automatic configuration, or external for manual config +"CONFIG_LOCATION": location of the config.yaml (see below) ``` - Config.yaml diff --git a/webtrees/config.json b/webtrees/config.json index 28f36fe2f..4d456b1ee 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -18,7 +18,7 @@ "WT_PASS": "mybadpassword", "WT_EMAIL": "me@example.com" }, - "map": ["share:rw", "ssl"], + "map": ["config:rw", "share:rw", "ssl"], "name": "Webtrees", "options": { "CONFIG_LOCATION": "/config/addons_config/webtrees/config.yaml", @@ -42,6 +42,6 @@ "startup": "services", "upstream": "2.0.17", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1-2", + "version": "2.1-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/webtrees/rootfs/entrypoint.sh b/webtrees/rootfs/entrypoint.sh index 635dbc865..3498f011f 100644 --- a/webtrees/rootfs/entrypoint.sh +++ b/webtrees/rootfs/entrypoint.sh @@ -33,7 +33,7 @@ fi #################### # Starting scripts # #################### - +cd / for SCRIPTS in scripts/*; do [ -e "$SCRIPTS" ] || continue echo "$SCRIPTS: executing" diff --git a/webtrees/rootfs/scripts/00-aaa_dockerfile_backup.sh b/webtrees/rootfs/scripts/00-aaa_dockerfile_backup.sh index b373d2c54..9072c020e 100644 --- a/webtrees/rootfs/scripts/00-aaa_dockerfile_backup.sh +++ b/webtrees/rootfs/scripts/00-aaa_dockerfile_backup.sh @@ -6,10 +6,11 @@ if [ ! -f "/usr/bin/bashio" ]; then ################ # Install apps # ################ - apt-get clean && - apt-get update && - apt-get install -y \ + apt-get clean + apt-get update + apt-get install -y \ jq \ + yamllint \ curl && apt-get clean