Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YunoHost-Apps/vpnclient_ynh
VPN Client app for YunoHost
https://github.com/YunoHost-Apps/vpnclient_ynh
vpn-client vpnclient yunohost yunohost-apps
Last synced: 3 months ago
JSON representation
VPN Client app for YunoHost
- Host: GitHub
- URL: https://github.com/YunoHost-Apps/vpnclient_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2014-11-04T17:28:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T18:55:15.000Z (7 months ago)
- Last Synced: 2024-05-21T20:13:03.514Z (6 months ago)
- Topics: vpn-client, vpnclient, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 1.3 MB
- Stars: 41
- Watchers: 15
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VPN Client for YunoHost
[![Integration level](https://dash.yunohost.org/integration/vpnclient.svg)](https://dash.yunohost.org/appci/app/vpnclient) ![Working status](https://ci-apps.yunohost.org/ci/badges/vpnclient.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/vpnclient.maintain.svg)
[![Install VPN Client with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install VPN Client 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
Install a VPN connection on your self-hosted server.
* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
* Useful to have static IP addresses (IPv6 and IPv4).
* Useful to easily move your server anywhere.
* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.**Shipped version:** 2.2~ynh4
## Screenshots
![Screenshot of VPN Client](./doc/screenshots/vpnclient.png)
## Documentation and resources
- Official app website:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
or
sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
```**More info regarding app packaging:**