mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-08 04:44:53 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
## 3.16.9 (28-06-2025)
|
## 3.16.9 (28-06-2025)
|
||||||
|
|
||||||
- Update to latest version from wiserain/flexget
|
- Update to latest version from wiserain/flexget
|
||||||
|
|
||||||
## 3.16.6 (21-06-2025)
|
## 3.16.6 (21-06-2025)
|
||||||
|
|
||||||
- Update to latest version from wiserain/flexget
|
- Update to latest version from wiserain/flexget
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"aarch64",
|
|
||||||
"amd64"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -74,11 +71,7 @@
|
|||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/flexget-{arch}",
|
"image": "ghcr.io/alexbelgium/flexget-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": ["share:rw", "config:rw", "media"],
|
||||||
"share:rw",
|
|
||||||
"config:rw",
|
|
||||||
"media"
|
|
||||||
],
|
|
||||||
"name": "Flexget",
|
"name": "Flexget",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user