mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Deprecated nobuild
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
"ssl",
|
"ssl",
|
||||||
"config:rw"
|
"config:rw"
|
||||||
],
|
],
|
||||||
"name": "Papermerge",
|
"name": "zzz_archived - Papermerge",
|
||||||
"options": {
|
"options": {
|
||||||
"CONFIG_LOCATION": "/config/addons_config/papermerge",
|
"CONFIG_LOCATION": "/config/addons_config/papermerge",
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -114,6 +114,7 @@
|
|||||||
"storage_dir": "str"
|
"storage_dir": "str"
|
||||||
},
|
},
|
||||||
"slug": "papermerge",
|
"slug": "papermerge",
|
||||||
|
"stage": "deprecated",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "v2.0.1-ls60-bugfix",
|
"version": "v2.0.1-ls60-bugfix",
|
||||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
@@ -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
|
||||||
0
papermerge/rootfs/etc/cont-init.d/00-folders.sh → zzz_archived_papermerge/rootfs/etc/cont-init.d/00-folders.sh
Executable file → Normal file
0
papermerge/rootfs/etc/cont-init.d/00-folders.sh → zzz_archived_papermerge/rootfs/etc/cont-init.d/00-folders.sh
Executable file → Normal file
0
papermerge/rootfs/etc/cont-init.d/91-OCR.sh → zzz_archived_papermerge/rootfs/etc/cont-init.d/91-OCR.sh
Executable file → Normal file
0
papermerge/rootfs/etc/cont-init.d/91-OCR.sh → zzz_archived_papermerge/rootfs/etc/cont-init.d/91-OCR.sh
Executable file → Normal file
0
papermerge/rootfs/etc/cont-init.d/99-configuration.sh → zzz_archived_papermerge/rootfs/etc/cont-init.d/99-configuration.sh
Executable file → Normal file
0
papermerge/rootfs/etc/cont-init.d/99-configuration.sh → zzz_archived_papermerge/rootfs/etc/cont-init.d/99-configuration.sh
Executable file → Normal file
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user