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
724dadb4a5
* [enh] systemd help with dynamic variables * [fix] unbound variable * [enh] test nodejs helper * [fix] node and npm paths * [fix] ... * [fix] upgrade * force replacing certs * standard admin and password if missing * [enh] specify experimental helpers |
||
---|---|---|
conf | ||
scripts | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md |
ZeroTier network controller user interface for YunoHost
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
No particular configuration is needed after initial installation.
Documentation
- Official documentation
- YunoHost documentation: If specific documentation is needed, feel free to contribute.
YunoHost specific features
Multi-users support
- No LDAP and HTTP auth supported.
- Can the app be used by multiple users? Yes, you have to add them manually in
/opt/key-networks/ztncui/src/etc/passwd
, see ztncui documentation.
Supported architectures
Limitations
- ZeroTier for YunoHost has to be installed beforehand.
Additional information
- Other information you would add about this application
More information on the documentation page:
https://yunohost.org/packaging_apps
Links
- Report a bug: https://github.com/YunoHost-Apps/ztncui_ynh/issues
- App website: https://key-networks.com/ztncui/
- Upstream app repository: https://github.com/key-networks/ztncui
- YunoHost website: https://yunohost.org/
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