meshcentral-docker
meshcentral-docker copied to clipboard
if you change the package from `ubuntu:latest` to `node:slim` and remove the install of node, you compress the size by 50%! https://github.com/Ylianst/MeshCentral/blob/master/docker/Dockerfile - check my PR here recently 👍 amazing...
Thanks for the image. I was struggling to display real client IPs, and figured that you need to add the reverse proxy server (I'm using nginx proxy manager) as `trustedproxy`...
So I ran into this issue (bug?) earlier and fixed it. I was just able to recreate it. Went straight to this page https://hub.docker.com/r/typhonragewind/meshcentral and copied/pasted the "docker-compose.yml example" and...
backupInvervalHours should be backupIntervalHours...
Hi everyone and Happy new Year! My config.json looks like: ``` "mongodb": "mongodb://mongodb:27017/mesh", "mongodbcol": "mesh", "WebRTC": "false", "autoBackup": { "backupIntervalHours": 24, "keepLastDaysBackup": 14, "zipPassword": "mypassword" } }, ``` also with...
Hi I used your docker-compose & created the container. everything works but i get this error message on the server **Server Warnings WARNING: Unable to find mongodump, MongoDB database auto-backup...
Meshcentral was installed from https://hub.docker.com/r/typhonragewind/meshcentral on TrueNAS Scale Everything has been working for over three months. After a recent update, there is an endless error - "Installing [email protected]..." https://i.imgur.com/GgiXyxa.png Specifying...
Not sure what happened but when I run it now it always says: ---------------------------------------- Installing [email protected]... ERROR: Unable to install required module "[email protected]". MeshCentral may not have access to npm,...
I'm currently trying to install this container, with mongo. Using the dockerfile provided, and setting the variables as such ``` environment: - HOSTNAME=https://mesh.ogresearch.com:443 #your hostname - REVERSE_PROXY=false #set to your...
Having trouble using latest version 1.1.10. Blank screen problem when connecting to any client. Trying to downgrade to stable version 1.1.0 via docker-compose.yml as well. But it still downloads latest...