An open API service indexing awesome lists of open source software.

https://github.com/yunohost-apps/zerotier_ynh

ZeroTier networking app for YunoHost
https://github.com/yunohost-apps/zerotier_ynh

yunohost yunohost-apps zerotier

Last synced: 6 months ago
JSON representation

ZeroTier networking app for YunoHost

Awesome Lists containing this project

README

          

# ZeroTier for YunoHost

[![Integration level](https://dash.yunohost.org/integration/zerotier.svg)](https://ci-apps.yunohost.org/ci/apps/zerotier/) ![Working status](https://ci-apps.yunohost.org/ci/badges/zerotier.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/zerotier.maintain.svg)

[![Install ZeroTier with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zerotier)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install ZeroTier quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

## Overview

Zerotier sets up Global Area Networks.
It is basically an alternative to OpenVPN, where the devices are not dependent on a main VPN server but are connected peer-to-peer.

**Shipped version:** 1.14.2~ynh1
## :red_circle: Antifeatures

- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.

## Documentation and resources

- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/zerotier_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/zerotier_ynh/tree/testing --debug
or
sudo yunohost app upgrade zerotier -u https://github.com/YunoHost-Apps/zerotier_ynh/tree/testing --debug
```

**More info regarding app packaging:**