1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00
ZeroTier network controller user interface for YunoHost
Find a file
2020-04-18 18:48:34 +02:00
conf [fix] overhaul 2020-04-18 18:48:34 +02:00
scripts [fix] retrieve actual zerotier port 2020-04-18 18:48:34 +02:00
.gitignore Initial commit 2019-12-15 16:09:28 +01:00
check_process [enh] install zerotier during package check 2020-04-18 18:48:34 +02:00
LICENSE Initial commit 2019-12-15 16:09:28 +01:00
manifest.json [fix/enh] manifest Addresses #1 regarding "services" key. Fixed typo. Added reminder about ZeroTier app. Added help text regarding publicness. 2020-04-18 18:48:34 +02:00
README.md Initial commit 2019-12-15 16:09:28 +01:00

ZeroTier network controller user interface for YunoHost

Integration level
Install ztncui with YunoHost

Lire ce readme en français.

This package allow you to install ztncui quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

ztncui is a web user interface for a standalone ZeroTier network controller. It requires the ZeroTier app for YunoHost.

Shipped version: 0.5.8

Screenshots

Configuration

How to configure this app: by an admin panel, a plain file with SSH, or any other way.

Documentation

  • Official documentation: Link to the official documentation of this app
  • YunoHost documentation: If specific documentation is needed, feel free to contribute.

YunoHost specific features

Multi-users support

  • No LDAP and HTTP auth supported. ztncui implements its own passwd file.
  • Can the app be used by multiple users? Yes. See /opt/key-networks/ztncui/src/etc/passwd

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status

Limitations

Additional information

  • Other information you would add about this application

More information on the documentation page:
https://yunohost.org/packaging_apps


Developers info

Only if you want to use a testing branch for coding, instead of merging directly into master. Please do 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/ztncui_ynh/tree/testing --debug
or
sudo yunohost app upgrade ztncui -u https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug