mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-22 14:00:32 +02:00
allow armhf
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"description": "Open source password management solution",
|
"description": "Open source password management solution",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": ["ssl"],
|
"map": ["ssl"],
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
||||||
"image": "ghcr.io/alexbelgium/flexget-{arch}",
|
"image": "ghcr.io/alexbelgium/flexget-{arch}",
|
||||||
"environment": {
|
"environment": {
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
"ingress": false,
|
"ingress": false,
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"ingress_port": 0,
|
"ingress_port": 0,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"description": "Nextcloud for Home Assistant",
|
"description": "Nextcloud for Home Assistant",
|
||||||
"boot": "manual",
|
"boot": "manual",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user