1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zeroui_ynh.git synced 2024-09-03 18:05:57 +02:00
ZeroTier Controller Web UI, packaged for YunoHost
Find a file
2024-06-23 14:42:42 +02:00
.github Initial commit 2023-08-26 17:32:55 +02:00
conf Initial packaging commit 2023-08-27 00:16:10 +02:00
doc Initial packaging commit 2023-08-27 00:16:10 +02:00
scripts Prevent Corepack prompt 2024-05-17 21:24:48 +02:00
.gitattributes Initial commit 2023-08-26 17:32:55 +02:00
.gitignore Initial commit 2023-08-26 17:32:55 +02:00
ALL_README.md Update READMEs 2024-06-23 14:42:42 +02:00
LICENSE Initial packaging commit 2023-08-27 00:16:10 +02:00
manifest.toml Upgrade to v1.5.8 2023-10-05 06:18:02 +02:00
README.md Auto-update READMEs 2024-05-17 19:14:19 +00:00
README_es.md Update READMEs 2024-06-23 14:42:42 +02:00
README_eu.md Auto-update READMEs 2024-05-17 19:14:19 +00:00
README_fr.md Auto-update READMEs 2024-05-17 19:14:19 +00:00
README_gl.md Auto-update READMEs 2024-05-17 19:14:19 +00:00
README_it.md Auto-update README 2024-03-29 07:29:33 +01:00
README_zh_Hans.md Auto-update READMEs 2024-05-17 19:14:19 +00:00
tests.toml Ignore zerotier pre-install warning install for tests 2024-05-17 21:14:15 +02:00

ZeroUI for YunoHost

Integration level Working status Maintenance status

Install ZeroUI with YunoHost

Read this README in other languages.

This package allows you to install ZeroUI quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

ZeroTier Controller Web UI is a web user interface for a self-hosted ZeroTier network controller.

This project is highly inspired by ztncui and was developed to address the current limitations of applying the self-hosted network controllers. Some ztncui problems cannot be fixed because of the core architecture of the project. ZeroUI tries to solve them and implements the following features:

  • Full React-powered lightweight SPA that brings a better user experience, and ZeroUI is mobile-friendly.
  • ZeroUI has ZeroTier Central compatible API. That means you could use CLI tools and custom applications made only for ZeroTier Central to manage your networks.
  • ZeroUI implements controller-specific workarounds that address some existing issues. ZTNCUI does not.
  • ZeroUI is more feature complete. ZeroUI has almost all network-controller-supported features, for example, rule editor. The development process hasn't stopped, so you will enjoy new features and bug fixes shortly.

Shipped version: 1.5.8~ynh1

Screenshots

Screenshot of ZeroUI

🔴 Antifeatures

  • Non-free dependencies: Relies on software dependencies that are not free in order to run.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/zeroui_ynh/tree/testing --debug
or
sudo yunohost app upgrade zeroui -u https://github.com/YunoHost-Apps/zeroui_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps