mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02: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)
|
## 2.6.10 (20-12-2021)
|
||||||
|
|
||||||
- Update to latest version from laurent22/joplin
|
- Update to latest version from laurent22/joplin
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Joplin Server",
|
"name": "Joplin Server",
|
||||||
"version": "2.6.10",
|
"version": "2.7.4",
|
||||||
"upstream": "2.6.10",
|
"upstream": "2.7.4",
|
||||||
"slug": "joplin",
|
"slug": "joplin",
|
||||||
"description": "Self-hosted open source note-taking application",
|
"description": "Self-hosted open source note-taking application",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
@@ -13,7 +13,9 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"22300/tcp": "Web interface"
|
"22300/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"map": ["ssl"],
|
"map": [
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"APP_PORT": "22300"
|
"APP_PORT": "22300"
|
||||||
},
|
},
|
||||||
@@ -37,5 +39,9 @@
|
|||||||
"MAILER_NOREPLY_NAME": "str?",
|
"MAILER_NOREPLY_NAME": "str?",
|
||||||
"MAILER_NOREPLY_EMAIL": "str?"
|
"MAILER_NOREPLY_EMAIL": "str?"
|
||||||
},
|
},
|
||||||
"arch": ["aarch64", "amd64", "armv7"]
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user