diff --git a/README.md b/README.md index 7a3266793..4c14d0953 100644 --- a/README.md +++ b/README.md @@ -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 | ☑️ | | diff --git a/install/mongodb-install.sh b/install/mongodb-install.sh index 506b05c1a..f9f4b1e0c 100644 --- a/install/mongodb-install.sh +++ b/install/mongodb-install.sh @@ -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 diff --git a/status.json b/status.json index 94f316c32..6fafca872 100644 --- a/status.json +++ b/status.json @@ -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",