mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 10:05:59 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
## 16.1.1 (28-06-2025)
|
## 16.1.1 (28-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)
|
||||||
|
|
||||||
## 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,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["amd64", "aarch64"],
|
||||||
"amd64",
|
|
||||||
"aarch64"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Openproject for Home Assistant",
|
"description": "Openproject for Home Assistant",
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -14,10 +11,7 @@
|
|||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": ["addon_config:rw", "share:rw"],
|
||||||
"addon_config:rw",
|
|
||||||
"share:rw"
|
|
||||||
],
|
|
||||||
"name": "Openproject",
|
"name": "Openproject",
|
||||||
"options": {
|
"options": {
|
||||||
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
## 2.31.2 (28-06-2025)
|
## 2.31.2 (28-06-2025)
|
||||||
|
|
||||||
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
|
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
|
||||||
|
|
||||||
## 2.31.1 (21-06-2025)
|
## 2.31.1 (21-06-2025)
|
||||||
|
|
||||||
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
|
- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases)
|
||||||
|
|||||||
@@ -1,13 +1,6 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armv7"],
|
||||||
"aarch64",
|
"backup_exclude": ["backups", "docker_config/cli-plugins"],
|
||||||
"amd64",
|
|
||||||
"armv7"
|
|
||||||
],
|
|
||||||
"backup_exclude": [
|
|
||||||
"backups",
|
|
||||||
"docker_config/cli-plugins"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Manage your Docker environment with ease",
|
"description": "Manage your Docker environment with ease",
|
||||||
"docker_api": true,
|
"docker_api": true,
|
||||||
@@ -17,11 +10,7 @@
|
|||||||
"ingress_port": 1337,
|
"ingress_port": 1337,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": ["addon_config:rw", "share:rw", "ssl"],
|
||||||
"addon_config:rw",
|
|
||||||
"share:rw",
|
|
||||||
"ssl"
|
|
||||||
],
|
|
||||||
"name": "Portainer",
|
"name": "Portainer",
|
||||||
"options": {
|
"options": {
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
|
|||||||
Reference in New Issue
Block a user