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

View File

@@ -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 | ☑️ | |

View File

@@ -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

View File

@@ -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",