Updater bot : linkwarden updated to 2.11.2

This commit is contained in:
alexbelgium
2025-07-05 01:57:23 +02:00
parent bc6623bfc2
commit 71b0bc7b89
3 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "collaborative bookmark manager to collect, organize, and preserve webpages and articles",
"environment": {
@@ -16,7 +19,9 @@
},
"image": "ghcr.io/alexbelgium/linkwarden-{arch}",
"init": false,
"map": ["addon_config:rw"],
"map": [
"addon_config:rw"
],
"name": "Linkwarden",
"ports": {
"3000/tcp": 3000
@@ -41,6 +46,6 @@
},
"slug": "linkwarden",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden",
"version": "2.11.1",
"version": "2.11.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}