NetBird Dashboard is NetBirds Management server UI. It allows users to signin, view setup keys and manage peers. This image is not ready for production use.
latest vX.X.X not available yet.
main built on every PR being merged to the repository
HTTP run:
docker run -d --rm -p 80:80 wiretrustee/dashboard:mainUsing SSL certificate from Let's Encrypt®:
docker run -d --rm -p 80:80 -p 443:443 \
-e LETSENCRYPT_DOMAIN=app.mydomain.com \
-e LETSENCRYPT_EMAIL=hello@mydomain.com \
netbirdio/dashboard:mainFor SSL generation, you need to run this image in a server with proper public IP and a domain name pointing to it.
NGINX_SSL_PORTChanges the port that Nginx listens to. Defaults to443LETSENCRYPT_DOMAINEnables Certbot`s client execution for the specified domain. Defaults tononeLETSENCRYPT_EMAILEmail used in Certbot`s client execution to register the certificate request. Defaults toexample@local