meshcentral-docker
meshcentral-docker copied to clipboard
Hello, this is more a question than a request now : is it possible for this to run as an arbitrary user on the Docker host ? i.e. I would...
I added the basics to update the build so it will include the basic environment variables for OIDC setup. If this is accepted,a nd works well, I'll work on adding...
Looking at the MeshCentral repo, it appears they have added fupport for OpenID Connect (OIDC). I'd love to see some environment variables added to this compose file to i can...
Error presented after logging in > Invalid origin in HTTP request, click to reconnect. Feature introduced in MeshCentral v1.1.21 is an **allowOrigin** tag in the config.json FIX: Add option in...
Hello, I've successfully migrated my MC instance from the system installed app to this docker version. I migrated also all the data, located in meshcentral-data folder (only updated some config...
I was reading about the new encoding options for agents and I realized the agents distributed by this docker are all from 2022. Is there a reason it's using such...
With the image ':preloadlibs-latest' i get the error: Installing modules [ '[email protected]' ] ERROR: Unable to install required modules. MeshCentral may not have access to npm, or npm may not...
I'm getting an error in browser ERR_TOO_MANY_REDIRECTS using coolify's proxy (traefik) I have changed docker-compose.yml to this: ``` version: '3' services: meshcentral: container_name: meshcentral image: 'typhonragewind/meshcentral:latest' environment: - HOSTNAME=my.domain.com -...