From 0dfd1e4918ad7408eb5d385ba37aad4c80db9527 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:33:44 +0100 Subject: [PATCH] Create 00-deprecated.sh --- .../rootfs/etc/cont-init.d/00-deprecated.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 paperless_ngx/rootfs/etc/cont-init.d/00-deprecated.sh diff --git a/paperless_ngx/rootfs/etc/cont-init.d/00-deprecated.sh b/paperless_ngx/rootfs/etc/cont-init.d/00-deprecated.sh new file mode 100644 index 000000000..bd4674088 --- /dev/null +++ b/paperless_ngx/rootfs/etc/cont-init.d/00-deprecated.sh @@ -0,0 +1,19 @@ +#!/usr/bin/with-contenv bashio +# shellcheck shell=bash +set -e + +# ============================================================================== +# Displays a simple add-on banner on startup +# ============================================================================== + +echo "" +bashio::log.yellow "####################" +bashio::log.yellow "# ADDON deprecated #" +bashio::log.yellow "####################" +echo "" +bashio::log.yellow "A better alternative is existing for paperless NGX managed by BenoitAnastay : https://github.com/BenoitAnastay/home-assistant-addons-repository" +bashio::log.yellow "It is recommended to transfer to his version that will be more robust and include ingress" +bashio::log.yellow "Thanks for all users over the years !" +echo "" + +sleep 5