mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-05-22 17:05:00 -07:00
9a72d8b0c4
On many IDP providers, the access token is used to access the IDP's own API With these changes, we allow users to define the proper token to be used for management API calls
Wiretrustee Dashboard
Wiretrustee Dashboard is a the Wiretrustee Managemenet server UI. It allow users to signin, view setup keys and manage peers. This image is not ready for production use.
Tags
latest vX.X.X not available yet.
main builded on every PR being merged to the repository
How to use this image
HTTP run:
docker run -d --rm -p 80:80 wiretrustee/dashboard:main
Using SSL certificate from Let's Encript®:
docker run -d --rm -p 80:80 -p 443:443 \
-e LETSENCRYPT_DOMAIN=app.mydomain.com \
-e LETSENCRYPT_EMAIL=hello@mydomain.com \
wiretrustee/dashboard:main
For SSL generation, you need to run this image in a server with proper public IP and a domain name pointing to it.
Environment variables
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