mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Automatic builds
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
|
||||
## 2.6.10 (20-12-2021)
|
||||
- Update to latest version from laurent22/joplin
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -10,12 +10,11 @@
|
||||
"22300/tcp": 22300
|
||||
},
|
||||
"apparmor": true,
|
||||
"image": "ghcr.io/alexbelgium/joplin-{arch}",
|
||||
"ports_description": {
|
||||
"22300/tcp": "Web interface"
|
||||
},
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"map": ["ssl"],
|
||||
"environment": {
|
||||
"APP_PORT": "22300"
|
||||
},
|
||||
@@ -39,10 +38,5 @@
|
||||
"MAILER_NOREPLY_NAME": "str?",
|
||||
"MAILER_NOREPLY_EMAIL": "str?"
|
||||
},
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7"
|
||||
]
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user