forked from forkanization/Proxmox-arm64
Update MongoDB status
also dont output mongodb source to console
This commit is contained in:
@@ -118,7 +118,7 @@ If you would like to offer support, I would appreciate a star on the repository,
|
||||
| MediaMTX | ☑️ | |
|
||||
| Medusa | ☑️ | |
|
||||
| MeshCentral | ☑️ | |
|
||||
| MongoDB | ❌ | Working on fixing. |
|
||||
| MongoDB | ☑️ | Only supports ARMv8.2-a currently. |
|
||||
| MotionEye NVR | ☑️ | |
|
||||
| MQTT | ☑️ | |
|
||||
| n8n | ☑️ | |
|
||||
|
||||
@@ -30,7 +30,7 @@ msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing MongoDB"
|
||||
wget -qO- https://www.mongodb.org/static/pgp/server-7.0.asc | gpg --dearmor >/usr/share/keyrings/mongodb-server-7.0.gpg
|
||||
echo "deb [ arch=arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2)/mongodb-org/7.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list
|
||||
echo "deb [ arch=arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2)/mongodb-org/7.0 multiverse"
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y mongodb-org
|
||||
sed -i 's/bindIp: 127.0.0.1/bindIp: 0.0.0.0/' /etc/mongod.conf
|
||||
|
||||
@@ -304,8 +304,8 @@
|
||||
"notes": ""
|
||||
},
|
||||
"MongoDB LXC": {
|
||||
"status": "unsupported",
|
||||
"notes": "Working on fixing."
|
||||
"status": "created",
|
||||
"notes": "Only supports ARMv8.2-a currently."
|
||||
},
|
||||
"MotionEye NVR LXC": {
|
||||
"status": "created",
|
||||
|
||||
Reference in New Issue
Block a user