Update VM statuses

This commit is contained in:
Sam Heinz
2024-06-27 21:19:08 +10:00
parent bf25a2c5d4
commit 4d70f5b72a
2 changed files with 29 additions and 4 deletions
+6 -1
View File
@@ -42,8 +42,13 @@ If you would like to offer support, I would appreciate a star on the repository,
| OS | Status | Notes | | OS | Status | Notes |
| ------------------------------- | ------ | -------------------------------------------------------------------------------------------------------- | | ------------------------------- | ------ | -------------------------------------------------------------------------------------------------------- |
| Debian | ⭕ | Needs testing. |
| Home Assistant OS | ❌ | Use Pimox HAOS VM script. | | 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 22.04 | ⭕ | Needs testing. |
| Ubuntu 24.04 | ⭕ | Needs testing. | | Ubuntu 24.04 | ⭕ | Needs testing. |
+23 -3
View File
@@ -1,11 +1,31 @@
{ {
"Home Assistant OS VM": { "Debian VM": {
"status": "untested",
"notes": "Needs testing."
},
"Home Assistant OS VM": {
"status": "unsupported", "status": "unsupported",
"notes": "Use Pimox HAOS VM script." "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", "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": { "Ubuntu 22.04 VM": {
"status": "untested", "status": "untested",