forked from forkanization/Proxmox-arm64
Update VM statuses
This commit is contained in:
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user