From 4d70f5b72a4ff5c9d51bf6565727f7bc94a14eb3 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:19:08 +1000 Subject: [PATCH] Update VM statuses --- README.md | 7 ++++++- status.json | 26 +++++++++++++++++++++++--- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d026edbdd..e86a5ef3e 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,13 @@ If you would like to offer support, I would appreciate a star on the repository, | OS | Status | Notes | | ------------------------------- | ------ | -------------------------------------------------------------------------------------------------------- | +| Debian | ⭕ | Needs testing. | | Home Assistant OS | ❌ | Use Pimox HAOS VM script. | -| Pimox HAOS | ⭕ | Very likely to work, but haven't tested. | +| Mikrotik RouterOS | ❌ | No arm64 image available. | +| NextCloud | ❌ | No arm64 image available. Not present on website. | +| OpenWRT HAOS | ⭕ | Needs testing. | +| OwnCloud | ❌ | No arm64 image available. | +| Pimox HAOS | ☑️ | | | Ubuntu 22.04 | ⭕ | Needs testing. | | Ubuntu 24.04 | ⭕ | Needs testing. | diff --git a/status.json b/status.json index d537d528d..c41b3f817 100644 --- a/status.json +++ b/status.json @@ -1,11 +1,31 @@ { - "Home Assistant OS VM": { + "Debian VM": { + "status": "untested", + "notes": "Needs testing." + }, + "Home Assistant OS VM": { "status": "unsupported", "notes": "Use Pimox HAOS VM script." }, - "Pimox HAOS VM": { + "Mikrotik RouterOS VM": { + "status": "unsupported", + "notes": "No arm64 image available." + }, + "Nextcloud VM": { + "status": "unsupported", + "notes": "No arm64 image available." + }, + "OpenWRT VM": { "status": "untested", - "notes": "Very likely to work, but haven't tested." + "notes": "Needs testing." + }, + "Owncloud VM": { + "status": "unsupported", + "notes": "No arm64 image available." + }, + "Pimox HAOS VM": { + "status": "created", + "notes": "" }, "Ubuntu 22.04 VM": { "status": "untested",