mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 15:01:00 +02:00
Automatic builds
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
- Allow custom config location
|
||||
- Config exposed in /config/addons_config/papermerge
|
||||
- New standardized logic for Dockerfile build and packages installation
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"description": "Open source document management system (DMS)",
|
||||
"environment": {
|
||||
},
|
||||
"environment": {},
|
||||
"map": ["share:rw", "media:rw", "ssl", "config:rw"],
|
||||
"name": "Papermerge",
|
||||
"image": "ghcr.io/alexbelgium/papermerge-{arch}",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0,
|
||||
"ocrlang": "eng,fra",
|
||||
"storage_dir": "/data/media",
|
||||
"import_dir": "/share/papermerge/import",
|
||||
"import_dir": "/share/papermerge/import",
|
||||
"CONFIG_LOCATION": "/config/addons_config/papermerge"
|
||||
},
|
||||
"ports": {
|
||||
|
||||
Reference in New Issue
Block a user