1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00
ztncui_ynh/README.md

71 lines
2.5 KiB
Markdown
Raw Normal View History

2019-12-15 16:09:28 +01:00
# ZeroTier network controller user interface for YunoHost
[![Integration level](https://dash.yunohost.org/integration/ztncui.svg)](https://dash.yunohost.org/appci/app/ztncui)
[![Install ztncui with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=ztncui)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install ztncui quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) 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
![](https://key-networks.com/images/ztncui/07-networks-list.png)
## Configuration
2020-04-18 16:58:14 +02:00
No particular configuration is needed after initial installation.
2019-12-15 16:09:28 +01:00
## Documentation
* Official documentation: https://key-networks.com/ztncui/
2019-12-15 16:09:28 +01:00
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-users support
2020-04-18 16:58:14 +02:00
* 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.
2019-12-15 16:09:28 +01:00
#### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/ztncui%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/ztncui/)
2019-12-15 16:09:28 +01:00
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/ztncui%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/ztncui/)
## Limitations
2020-04-18 16:58:14 +02:00
* [ZeroTier for YunoHost](https://github.com/YunoHost-Apps/zerotier_ynh) has to be installed beforehand.
2019-12-15 16:09:28 +01:00
## 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
2019-12-15 16:09:28 +01:00
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing).
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
```