mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-07 08:05:57 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,18 +1,23 @@
|
||||
## 2.4-2 (15-07-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 2.4-dev (12-04-2025)
|
||||
|
||||
- Update to latest version from wger/server
|
||||
|
||||
## 2.3-dev (09-12-2023)
|
||||
|
||||
- Update to latest version from wger/server
|
||||
|
||||
## 2.2-dev-8 (09-11-2023)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 2.2-dev-6 (03-08-2023)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 2.2-dev-5 (11-03-2023)
|
||||
|
||||
- Bug updates
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
{
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64"
|
||||
],
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "manage your personal workouts, weight and diet plans",
|
||||
"image": "ghcr.io/alexbelgium/wger-{arch}",
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
"map": ["share:rw", "config:rw", "ssl:ro"],
|
||||
"name": "Wger",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/wger/config.yaml"
|
||||
|
||||
Reference in New Issue
Block a user