zero-ui
zero-ui copied to clipboard
ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
## Pull request type Early feedback Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming)...
# Feature Request **Describe the Feature Request** When migrating from the hosted zerotier controller, it would be nice be able to add the already existing networks to the selfhosted controller....
# Bug Report **ZeroUI version:** latest **Current behavior:** When the controller is joined to a network, it is always showing in the UI as OFFLINE on that network
Moving to ES6 modules should fix some problems with incompatible dependencies that support only the ES6 import. More info: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
# Feature Request It would be great if zero-ui would expose the IPv6 configuration options, as available in the controller. From the [controller docs](https://github.com/zerotier/ZeroTierOne/tree/master/controller): > Auto-Assign Modes: > > Auto...
LDAP as an authentication backend / SAML would be great. Roles could be user (only view) , admin (add or delete networks they create) and su-admin (manage any network on...
Currently, installing dependencies and compiling the project takes a lot of time. There are different things to improve: project build tools, pre-commit checks, CI builds and the new release creation...
Currently, the description box and the network name boxes are too small to accommodate anything more than a few words in a single line. Makes the appearance cluttered, hence it...
Is is possible to have a multi-user signup page in addition to the admin account that included in the docker file? Just like the zerotier central where you can signup...
# Feature Request **Describe the Feature Request** Adding version management in the db.json file. That would make database migrations possible. **Describe Alternatives** Migrate to a full-featured database with schema migration....