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
|
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.
|
It shall NOT be edited by hand.
|
||||||
|
@ -21,9 +19,7 @@ Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)
|
||||||
|
|
||||||
**Shipped version:** 2.0.3~ynh5
|
**Shipped version:** 2.0.3~ynh5
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
|
20
README_fr.md
20
README_fr.md
|
@ -7,17 +7,15 @@
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Wetty rapidement et simplement sur un serveur YunoHost.
|
> *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
|
## Vue d'ensemble
|
||||||
|
|
||||||
Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)
|
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
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -37,11 +35,11 @@ Il y a peu de configuration dans Wetty :
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://github.com/butlerx/wetty
|
* Site officiel de l'app : https://github.com/butlerx/wetty
|
||||||
* Documentation officielle de l'admin: https://github.com/butlerx/wetty/tree/main/docs
|
* 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
|
* Dépôt de code officiel de l'app : https://github.com/butlerx/wetty
|
||||||
* Documentation YunoHost pour cette app: https://yunohost.org/app_wetty
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_wetty
|
||||||
* Signaler un bug: https://github.com/YunoHost-Apps/wetty_ynh/issues
|
* Signaler un bug : https://github.com/YunoHost-Apps/wetty_ynh/issues
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## 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.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug
|
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
|
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
|
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)
|
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue