forked from forkanization/Proxmox-arm64
Port Petio to ARM64
This commit is contained in:
@@ -139,6 +139,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
||||
| PairDrop | ☑️ | |
|
||||
| Paperless-ngx | ☑️ | |
|
||||
| PBS | ☑️ | Proxmox Backup Server |
|
||||
| Petio | ⭕ | Only supports ARMv8.2-a currently. (no RPI4 support). |
|
||||
| PhotoPrism | ☑️ | |
|
||||
| Pi.Alert | ☑️ | |
|
||||
| Pi-Hole | ☑️ | |
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
|
||||
source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func)
|
||||
# Copyright (c) 2021-2024 tteck
|
||||
# Author: tteck (tteckster)
|
||||
# License: MIT
|
||||
|
||||
@@ -18,6 +18,7 @@ $STD apt-get install -y gnupg
|
||||
$STD apt-get install -y curl
|
||||
$STD apt-get install -y sudo
|
||||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y wget
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing MongoDB 4.4"
|
||||
|
||||
@@ -391,6 +391,10 @@
|
||||
"status": "created",
|
||||
"notes": ""
|
||||
},
|
||||
"Petio LXC": {
|
||||
"status": "untested",
|
||||
"notes": "Only supports ARMv8.2-a currently. (no RPI4 support)."
|
||||
},
|
||||
"PhotoPrism LXC": {
|
||||
"status": "created",
|
||||
"notes": ""
|
||||
|
||||
Reference in New Issue
Block a user