Maycon Santos

Results 532 comments of Maycon Santos

@WGandy is that a custom docker build?

> As I stated earlier this morning, the problem seems to have resolved itself. I'm no longer able to reproduce this issue. Should it happen again, I'll be happy to...

@PowershellScripter thanks for the request. We've plans to improve security around the config file in Q1 next year.

@bannert1337, can you check if the following command returns an IPv4 address? ```shell curl -4 https://jsonip.com ```

Hey Folks, we are looking into the issue. There are a few things that we need to change to have it working properly behind a proxy. We will update your...

We've released a new version of the dashboard handling a few issues, but with the connect button disabled. We are investigating a few issues on some deployments. Once they are...

Helloq folks, we've released a new version. Please update the management, signal, and dashboard. If you deployed using our quick-start guide, ensure to review the steps in the following URL...

@sevensolutions and @Oriann can you confirm that you've added the following labels? ```yaml # management service - traefik.http.routers.netbird-wsproxy-mgmt.rule=Host(`$NETBIRD_DOMAIN`) && PathPrefix(`/ws-proxy/management`) - traefik.http.routers.netbird-wsproxy-mgmt.service=netbird-wsproxy-mgmt - traefik.http.services.netbird-wsproxy-mgmt.loadbalancer.server.port=33073 # signal service - traefik.http.routers.netbird-wsproxy-signal.rule=Host(`$NETBIRD_DOMAIN`) &&...

@sevensolutions, can you confirm that the peer running remotely has SSH enabled? You need to enable it on both the dashboard and the client. See https://docs.netbird.io/how-to/ssh#enabling-ssh for more details.

@SasSam @flotpg, you can do that by one of 3 options: 1. update your docker-compose.yml file, setting the following changes to the signal service: ```yaml depends_on: - dashboard volumes: -...