mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
Merge branch 'testing'
This commit is contained in:
commit
07978197cd
3 changed files with 40 additions and 28 deletions
24
README.md
24
README.md
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Zerotier UI for YunoHost
|
# Zerotier UI for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ztncui)  
|
[](https://dash.yunohost.org/appci/app/ztncui)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=ztncui)
|
[](https://install-app.yunohost.org/?app=ztncui)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -22,11 +23,9 @@ It allows you to take control of your own ZeroTier network without relying on th
|
||||||
|
|
||||||
**Shipped version:** 20220103~ynh4
|
**Shipped version:** 20220103~ynh4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
@ -39,22 +38,27 @@ It allows you to take control of your own ZeroTier network without relying on th
|
||||||
* LDAP and HTTP auth are not supported.
|
* LDAP and HTTP auth are not supported.
|
||||||
* Multiple users can use the app, you have to add them manually in `/opt/key-networks/ztncui/src/etc/passwd`, see ztncui's documentation.
|
* Multiple users can use the app, you have to add them manually in `/opt/key-networks/ztncui/src/etc/passwd`, see ztncui's documentation.
|
||||||
|
|
||||||
|
## :red_circle: Antifeatures
|
||||||
|
|
||||||
|
- **Non-free dependencies**: Relies on software dependencies that are not free in order to run.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://key-networks.com/ztncui/
|
* Official app website: <https://key-networks.com/ztncui/>
|
||||||
* Upstream app code repository: https://github.com/key-networks/ztncui
|
* Upstream app code repository: <https://github.com/key-networks/ztncui>
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_ztncui
|
* YunoHost documentation for this app: <https://yunohost.org/app_ztncui>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/ztncui_ynh/issues
|
* Report a bug: <https://github.com/YunoHost-Apps/ztncui_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing).
|
Please send 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.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade ztncui -u https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
|
sudo yunohost app upgrade ztncui -u https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
38
README_fr.md
38
README_fr.md
|
@ -1,15 +1,20 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Zerotier UI pour YunoHost
|
# Zerotier UI pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ztncui)  
|
[](https://dash.yunohost.org/appci/app/ztncui)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=ztncui)
|
[](https://install-app.yunohost.org/?app=ztncui)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Zerotier UI rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Zerotier UI rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
ztncui is a web user interface for a standalone ZeroTier network controller.
|
ztncui is a web user interface for a standalone ZeroTier network controller.
|
||||||
It allows you to take control of your own ZeroTier network without relying on the publisher's cloud-based controller.
|
It allows you to take control of your own ZeroTier network without relying on the publisher's cloud-based controller.
|
||||||
|
@ -18,11 +23,9 @@ It allows you to take control of your own ZeroTier network without relying on th
|
||||||
|
|
||||||
**Version incluse :** 20220103~ynh4
|
**Version incluse :** 20220103~ynh4
|
||||||
|
|
||||||
|
## Captures d’écran
|
||||||
|
|
||||||
|

|
||||||
## Captures d'écran
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -35,22 +38,27 @@ It allows you to take control of your own ZeroTier network without relying on th
|
||||||
* LDAP and HTTP auth are not supported.
|
* LDAP and HTTP auth are not supported.
|
||||||
* Multiple users can use the app, you have to add them manually in `/opt/key-networks/ztncui/src/etc/passwd`, see ztncui's documentation.
|
* Multiple users can use the app, you have to add them manually in `/opt/key-networks/ztncui/src/etc/passwd`, see ztncui's documentation.
|
||||||
|
|
||||||
|
## :red_circle: Fonctions indésirables
|
||||||
|
|
||||||
|
- **Non-free dependencies**: Relies on software dependencies that are not free in order to run.
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://key-networks.com/ztncui/
|
* Site officiel de l’app : <https://key-networks.com/ztncui/>
|
||||||
* Dépôt de code officiel de l'app : https://github.com/key-networks/ztncui
|
* Dépôt de code officiel de l’app : <https://github.com/key-networks/ztncui>
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_ztncui
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ztncui>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/ztncui_ynh/issues
|
* Signaler un bug : <https://github.com/YunoHost-Apps/ztncui_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade ztncui -u https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
|
sudo yunohost app upgrade ztncui -u https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; pre-install
|
; pre-install
|
||||||
sudo yunohost app install https://github.com/tituspijean/zerotier_ynh --force
|
sudo yunohost app install https://github.com/YunoHost-Apps/zerotier_ynh --force
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld"
|
domain="domain.tld"
|
||||||
path="/"
|
path="/"
|
||||||
admin="john"
|
admin="john"
|
||||||
is_public=1
|
is_public=1
|
||||||
password="pass"
|
password="DaB3estPassw0rd"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=0
|
setup_sub_dir=0
|
||||||
|
@ -26,4 +26,4 @@
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=CommitHash
|
; commit=CommitHash
|
||||||
name=Name and date of the commit.
|
name=Name and date of the commit.
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=DaB3estPassw0rd&port=666&
|
||||||
|
|
Loading…
Add table
Reference in a new issue