Download Application
You can download the application for your specific operating system by clicking on the appropriate button below.
Downloads
Releases
Check the complete releases list accessing the Github Releases page.
Deploying with Docker
If you prefer to deploy the application using Docker, you can do so by following the steps below.
-
Pull the Docker image from the Hub
-
Run the Docker image, mapping the necessary volumes:
Needed volumes:
-v /path/to/your/database:/db
to persist the db folder used by nui.-v /path/to/your/nats/credentials.creds:/nats-creds:ro
(needed only if you use creds / jwt authentication) to map your local directory with creds files to container one in read-only.
Please note that if you are using creds authentication in dockerized container, from the UI you should add the creds path relative to the container filesystem, not your host one (eg /nats-creds.creds
)
Deploying on K8S (Experimental)
An Helm chart is provided to deploy NUI on K8S. To install a release:
Refer the nats-nui/k8s Github repository for values customizationTo deploy NUI on K8S refer the related repo with istructions