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 | ☑️ | |
|
| MediaMTX | ☑️ | |
|
||||||
| Medusa | ☑️ | |
|
| Medusa | ☑️ | |
|
||||||
| MeshCentral | ☑️ | |
|
| MeshCentral | ☑️ | |
|
||||||
| MongoDB | ❌ | Working on fixing. |
|
| MongoDB | ☑️ | Only supports ARMv8.2-a currently. |
|
||||||
| MotionEye NVR | ☑️ | |
|
| MotionEye NVR | ☑️ | |
|
||||||
| MQTT | ☑️ | |
|
| MQTT | ☑️ | |
|
||||||
| n8n | ☑️ | |
|
| n8n | ☑️ | |
|
||||||
|
|||||||
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user