diff --git a/.cirrus.yml b/.cirrus.yml index 16e3edc9..3e2f79e1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -210,15 +210,6 @@ heimdall-dashboard_task: env: PLUGIN_FILE: "heimdall-dashboard.json" -homeassistant_task: - <<: *INSTALL_PLUGIN - only_if: "changesInclude('homeassistant.json', '.cirrus/install_script.sh')" - matrix: - - freebsd_instance: - image_family: freebsd-13-1 - env: - PLUGIN_FILE: "homeassistant.json" - homebridge_task: <<: *INSTALL_PLUGIN only_if: "changesInclude('homebridge.json', '.cirrus/install_script.sh')" @@ -656,12 +647,3 @@ zrepl_task: env: PLUGIN_FILE: "zrepl.json" SKIP_SERVICE_CHECK: "true" - -zwavejs2mqtt_task: - <<: *INSTALL_PLUGIN - only_if: "changesInclude('zwavejs2mqtt.json', '.cirrus/install_script.sh')" - matrix: - - freebsd_instance: - image_family: freebsd-13-1 - env: - PLUGIN_FILE: "zwavejs2mqtt.json" diff --git a/INDEX b/INDEX index 6d0fb220..917f2742 100644 --- a/INDEX +++ b/INDEX @@ -198,16 +198,6 @@ "official": false, "primary_pkg": null }, - "homeassistant": { - "MANIFEST": "homeassistant.json", - "description": "Open source home automation that puts local control and privacy first.", - "icon": "https://icons.freenas.org/community-icons/homeassistant.png", - "name": "Home Assistant Core", - "primary_pkg": null, - "official": false, - "category": "home-automation", - "homepage": "https://www.home-assistant.io/" - }, "homebridge": { "MANIFEST": "homebridge.json", "description": "Lightweight iOS HomeKit API emulator. Enables adding unsupported devices to HomeKit.", @@ -646,15 +636,5 @@ "name": "zrepl", "official": false, "primary_pkg": "zrepl" - }, - "zwavejs2mqtt": { - "MANIFEST": "zwavejs2mqtt.json", - "name": "Z-Wave JS to MQTT", - "description": "Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue. This also includes the Z-Wave JS Server!", - "icon": "https://icons.freenas.org/community-icons/zwavejs2mqtt.png", - "primary_pkg": null, - "official": false, - "category": "home-automation", - "homepage": "https://zwave-js.github.io/zwavejs2mqtt/#/" } } diff --git a/esphome.json b/esphome.json deleted file mode 100644 index bd13a08b..00000000 --- a/esphome.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "esphome", - "release": "12.3-RELEASE", - "artifact": "https://github.com/tprelog/iocage-esphome.git", - "official": false, - "properties": { - "allow_raw_sockets": "1", - "dhcp": "1" - }, - "pkgs": [ - "autoconf", - "bash", - "ca_root_nss", - "gcc", - "gmake", - "hash", - "pkgconf", - "python38", - "py38-pillow", - "rust" - ], - "packagesite": "http://pkg.FreeBSD.org/${ABI}/latest", - "fingerprints": { - "plugin-default": [ - { - "function": "sha256", - "fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438" - } - ] - }, - "revision": 0 -} \ No newline at end of file diff --git a/homeassistant.json b/homeassistant.json deleted file mode 100644 index 67ceafcd..00000000 --- a/homeassistant.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "homeassistant", - "release": "13.1-RELEASE", - "artifact": "https://github.com/tprelog/iocage-homeassistant.git", - "official": false, - "devfs_ruleset": { - "paths": { - "zfs": null, - "bpf*": null, - "cua*": null - }, - "includes": [ - "1", - "2", - "3" - ] - }, - "properties": { - "allow_raw_sockets": "1", - "dhcp": "1" - }, - "pkgs": [ - "autoconf", - "bash", - "ca_root_nss", - "curl", - "ffmpeg", - "gcc", - "gmake", - "libjpeg-turbo", - "libxml2", - "libxslt", - "pkgconf", - "rust", - "sudo", - "wget", - "zip" - ], - "packagesite": "http://pkg.FreeBSD.org/${ABI}/latest", - "fingerprints": { - "plugin-default": [ - { - "function": "sha256", - "fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438" - } - ] - }, - "revision": 1 -} diff --git a/icons/homeassistant.png b/icons/homeassistant.png deleted file mode 100644 index 75978486..00000000 Binary files a/icons/homeassistant.png and /dev/null differ diff --git a/icons/zwavejs2mqtt.png b/icons/zwavejs2mqtt.png deleted file mode 100644 index 3cb6dcef..00000000 Binary files a/icons/zwavejs2mqtt.png and /dev/null differ diff --git a/zwavejs2mqtt.json b/zwavejs2mqtt.json deleted file mode 100644 index 83351072..00000000 --- a/zwavejs2mqtt.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "zwavejs2mqtt", - "release": "13.1-RELEASE", - "artifact": "https://github.com/tprelog/iocage-zwavejs2mqtt.git", - "official": false, - "devfs_ruleset": { - "paths": { - "zfs": null, - "bpf*": null, - "cua*": null - }, - "includes": [ - "1", - "2", - "3" - ] - }, - "properties": { - "allow_raw_sockets": "1", - "dhcp": "1" - }, - "pkgs": [ - "bash", - "curl", - "jq", - "node16", - "npm-node16", - "python", - "yarn-node16" - ], - "packagesite": "http://pkg.FreeBSD.org/${ABI}/latest", - "fingerprints": { - "plugin-default": [ - { - "function": "sha256", - "fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438" - } - ] - }, - "revision": 2 -}