Update MongoDB status

also dont output mongodb source to console
This commit is contained in:
Sam Heinz
2024-06-05 19:34:16 +10:00
parent 7eed393e3b
commit 03e78625e4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ If you would like to offer support, I would appreciate a star on the repository,
| MediaMTX | ☑️ | | | MediaMTX | ☑️ | |
| Medusa | ☑️ | | | Medusa | ☑️ | |
| MeshCentral | ☑️ | | | MeshCentral | ☑️ | |
| MongoDB | | Working on fixing. | | MongoDB | ☑️ | Only supports ARMv8.2-a currently. |
| MotionEye NVR | ☑️ | | | MotionEye NVR | ☑️ | |
| MQTT | ☑️ | | | MQTT | ☑️ | |
| n8n | ☑️ | | | n8n | ☑️ | |
+1 -1
View File
@@ -30,7 +30,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing MongoDB" 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 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 update
$STD apt-get install -y mongodb-org $STD apt-get install -y mongodb-org
sed -i 's/bindIp: 127.0.0.1/bindIp: 0.0.0.0/' /etc/mongod.conf sed -i 's/bindIp: 127.0.0.1/bindIp: 0.0.0.0/' /etc/mongod.conf
+2 -2
View File
@@ -304,8 +304,8 @@
"notes": "" "notes": ""
}, },
"MongoDB LXC": { "MongoDB LXC": {
"status": "unsupported", "status": "created",
"notes": "Working on fixing." "notes": "Only supports ARMv8.2-a currently."
}, },
"MotionEye NVR LXC": { "MotionEye NVR LXC": {
"status": "created", "status": "created",