mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Updater bot : joplin updated to 2.7.4
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 2.7.4 (12-02-2022)
|
||||
- Update to latest version from etechonomy/joplin-server
|
||||
## 2.6.10 (20-12-2021)
|
||||
|
||||
- Update to latest version from laurent22/joplin
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Joplin Server",
|
||||
"version": "2.6.10",
|
||||
"upstream": "2.6.10",
|
||||
"version": "2.7.4",
|
||||
"upstream": "2.7.4",
|
||||
"slug": "joplin",
|
||||
"description": "Self-hosted open source note-taking application",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
@@ -13,7 +13,9 @@
|
||||
"ports_description": {
|
||||
"22300/tcp": "Web interface"
|
||||
},
|
||||
"map": ["ssl"],
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"environment": {
|
||||
"APP_PORT": "22300"
|
||||
},
|
||||
@@ -37,5 +39,9 @@
|
||||
"MAILER_NOREPLY_NAME": "str?",
|
||||
"MAILER_NOREPLY_EMAIL": "str?"
|
||||
},
|
||||
"arch": ["aarch64", "amd64", "armv7"]
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user