mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Updater bot : openproject updated to 16.1.1
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 16.1.1 (28-06-2025)
|
||||||
|
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||||
## 16.1.0 (21-06-2025)
|
## 16.1.0 (21-06-2025)
|
||||||
|
|
||||||
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"arch": ["amd64", "aarch64"],
|
"arch": [
|
||||||
|
"amd64",
|
||||||
|
"aarch64"
|
||||||
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Openproject for Home Assistant",
|
"description": "Openproject for Home Assistant",
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -11,7 +14,10 @@
|
|||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": ["addon_config:rw", "share:rw"],
|
"map": [
|
||||||
|
"addon_config:rw",
|
||||||
|
"share:rw"
|
||||||
|
],
|
||||||
"name": "Openproject",
|
"name": "Openproject",
|
||||||
"options": {
|
"options": {
|
||||||
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
||||||
@@ -33,6 +39,6 @@
|
|||||||
"slug": "openproject",
|
"slug": "openproject",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/openproject",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/openproject",
|
||||||
"version": "16.1.0",
|
"version": "16.1.1",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"last_update": "21-06-2025",
|
"last_update": "28-06-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "openproject",
|
"slug": "openproject",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "opf/openproject",
|
"upstream_repo": "opf/openproject",
|
||||||
"upstream_version": "16.1.0"
|
"upstream_version": "16.1.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user