mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
Merge pull request #12 from YunoHost-Apps/fix-nginx-remove
Fix nginx conf not being removed
This commit is contained in:
commit
209b575533
3 changed files with 13 additions and 18 deletions
|
@ -1,5 +1,3 @@
|
|||
---
|
||||
|
||||
<!--
|
||||
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.
|
||||
|
@ -7,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Wetty for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/wetty.svg)](https://dash.yunohost.org/appci/app/wetty) ![](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/wetty.svg)](https://dash.yunohost.org/appci/app/wetty) ![](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg)
|
||||
[![Install Wetty with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wetty)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -21,9 +19,7 @@ Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)
|
|||
|
||||
**Shipped version:** 2.0.3~ynh5
|
||||
|
||||
## Screenshots
|
||||
|
||||
![](https://raw.githubusercontent.com/butlerx/wetty/main/docs/terminal.png)
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -46,7 +42,7 @@ There is few configuration in Wetty:
|
|||
|
||||
* Official app website: https://github.com/butlerx/wetty
|
||||
* Official admin documentation: https://github.com/butlerx/wetty/tree/main/docs
|
||||
* Upstream app code repository: https://github.com/butlerx/wetty
|
||||
* Upstream app code repository: https://github.com/butlerx/wetty
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_wetty
|
||||
* Report a bug: https://github.com/YunoHost-Apps/wetty_ynh/issues
|
||||
|
||||
|
|
22
README_fr.md
22
README_fr.md
|
@ -1,23 +1,21 @@
|
|||
# Wetty pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/wetty.svg)](https://dash.yunohost.org/appci/app/wetty) ![](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg)
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/wetty.svg)](https://dash.yunohost.org/appci/app/wetty) ![](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg)
|
||||
[![Installer Wetty avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wetty)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Wetty rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)
|
||||
|
||||
**Version incluse:** 2.0.3~ynh5
|
||||
**Version incluse :** 2.0.3~ynh5
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
![](https://raw.githubusercontent.com/butlerx/wetty/main/docs/terminal.png)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -37,11 +35,11 @@ Il y a peu de configuration dans Wetty :
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://github.com/butlerx/wetty
|
||||
* Documentation officielle de l'admin: https://github.com/butlerx/wetty/tree/main/docs
|
||||
* Dépôt de code officiel de l'app: https://github.com/butlerx/wetty
|
||||
* Documentation YunoHost pour cette app: https://yunohost.org/app_wetty
|
||||
* Signaler un bug: https://github.com/YunoHost-Apps/wetty_ynh/issues
|
||||
* Site officiel de l'app : https://github.com/butlerx/wetty
|
||||
* Documentation officielle de l'admin : https://github.com/butlerx/wetty/tree/main/docs
|
||||
* Dépôt de code officiel de l'app : https://github.com/butlerx/wetty
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_wetty
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/wetty_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -50,8 +48,8 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
|
||||
or
|
||||
ou
|
||||
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_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
|
|
@ -16,6 +16,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
|
|||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue