zero-ui
zero-ui copied to clipboard
ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
Currently, ZeroUI continues to stay logged in despite losing connection to the Zerotier Controller. Adding code to ZeroUI for Idle Session Timeout will force users to log back in if...
Add keyboard shortcuts to interface. Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) -...
Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no...
https://github.com/ssleptsov/ninja-keys seems like a really nice addition to zero-ui
https://nodejs.org/api/util.html#utilpromisifyoriginal could help
# Feature Request **Describe the Feature Request** i18n support **Describe Preferred Solution** npm i react-i18next can edit some i18n files to support multiple languages, without modifying other source codes. **Describe...
Deprecate workaround for this: https://github.com/zerotier/ZeroTierOne/issues/859 as It was fixed in https://github.com/zerotier/ZeroTierOne/commit/f8ea7fdc2b734aa3d720fe5c79f7e784c927116f More info: https://github.com/dec0dOS/zero-ui/blob/559a98850ecec4cc2c39a7720eba39e6aee06572/backend/services/member.js#L173-L192
## Pull Request type Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [...
[Currently](https://github.com/dec0dOS/zero-ui/commit/bdf406f99f78f49936e80bb84d023618c4f64ed5), ZeroUI uses ESLint + [TypeScript as a linter](https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html) for [typechecking](https://blog.logrocket.com/typescript-vs-jsdoc-javascript/) Current type and lint errors and should be properly fixed.