Deprecated nobuild

This commit is contained in:
Alexandre
2025-06-10 12:32:46 +02:00
committed by GitHub
parent 04ea0e6c7f
commit 85f9c28b39
14 changed files with 17 additions and 1 deletions

View File

@@ -77,7 +77,7 @@
"ssl",
"config:rw"
],
"name": "Papermerge",
"name": "zzz_archived - Papermerge",
"options": {
"CONFIG_LOCATION": "/config/addons_config/papermerge",
"PGID": 0,
@@ -114,6 +114,7 @@
"storage_dir": "str"
},
"slug": "papermerge",
"stage": "deprecated",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.0.1-ls60-bugfix",

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1,15 @@
#!/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 ""
sleep 5

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB