mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Merge branch 'testing' into extra_php-fpm
This commit is contained in:
commit
f17d402b48
7 changed files with 71 additions and 77 deletions
56
README.md
56
README.md
|
@ -1,54 +1,52 @@
|
||||||
# Custom Webapp for YunoHost
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/my_webapp)  
|
# My Webapp for YunoHost
|
||||||
[](https://install-app.yunohost.org/?app=my_webapp)
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/my_webapp)  
|
||||||
|
[](https://install-app.yunohost.org/?app=my_webapp)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install Custom Webapp quickly and simply on a YunoHost server.
|
> *This package allows you to install My Webapp quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This application allows you to easily install a custom Web application,
|
This application allows you to easily install a custom Web application, providing files access with [SFTP](https://yunohost.org/en/filezilla).
|
||||||
providing files access with [SFTP](https://yunohost.org/en/filezilla). It can also create a MySQL database -
|
|
||||||
which will be backed up and restored with your application. The connection
|
It can also create a MySQL database - which will be backed up and restored with your application. The connection details will be stored in the file `db_access.txt` located in the root directory.
|
||||||
details will be stored in the file `db_accesss.txt` located in the root
|
|
||||||
directory.
|
|
||||||
|
|
||||||
PHP-FPM version can also be selected among 7.3, 7.4, and 8.0.
|
PHP-FPM version can also be selected among 7.3, 7.4, and 8.0.
|
||||||
|
|
||||||
**Once installed, go to the chosen URL to know the user, domain and port
|
**Once installed, go to the chosen URL to know the user, domain and port you will have to use for the SFTP access.** The password is one you chosen during the installation. Under the Web directory, you will see a `www` folder which contains the public files served by this app. You can put all the files of your custom Web application inside.
|
||||||
you will have to use for the SFTP access.** The password is one you chosen
|
|
||||||
during the installation. Under the Web directory, you will see a `www` folder
|
|
||||||
which contains the public files served by this app. You can put all the files
|
|
||||||
of your custom Web application inside.
|
|
||||||
|
|
||||||
**Shipped version:** 1.0
|
|
||||||
|
|
||||||
## Additional information
|
**Shipped version:** 1.0~ynh12
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
#### SFTP port
|
#### SFTP port
|
||||||
|
|
||||||
You may have change the SSH port as described in this section:
|
You may have change the SSH port as described in this section: [Modify the SSH port](https://yunohost.org/en/security#modify-the-ssh-port); then you should use this port to update your website with SFTP.
|
||||||
[Modify the SSH port](https://yunohost.org/en/security#modify-the-ssh-port);
|
|
||||||
then you should use this port to update your website with SFTP.
|
|
||||||
|
|
||||||
## Links
|
## Documentation and resources
|
||||||
|
|
||||||
* YunoHost documentation for this app: https://yunohost.org/en/app_my_webapp
|
* Upstream app code repository: <https://github.com/YunoHost-Apps/my_webapp_ynh>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/my_webapp_ynh/issues
|
* YunoHost documentation for this app: <https://yunohost.org/app_my_webapp>
|
||||||
* YunoHost website: https://yunohost.org/
|
* Report a bug: <https://github.com/YunoHost-Apps/my_webapp_ynh/issues>
|
||||||
|
|
||||||
---
|
## Developer info
|
||||||
|
|
||||||
## Developers info
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing).
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/my_webapp_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/my_webapp_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade my_webapp -u https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug
|
sudo yunohost app upgrade my_webapp -u https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
51
README_fr.md
51
README_fr.md
|
@ -1,47 +1,52 @@
|
||||||
# Application vide avec accès SFTP au répertoire Web personnalisé pour YunoHost
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/my_webapp)  
|
# My Webapp pour YunoHost
|
||||||
[](https://install-app.yunohost.org/?app=my_webapp)
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/my_webapp)  
|
||||||
|
[](https://install-app.yunohost.org/?app=my_webapp)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer une Application vide avec accès SFTP au répertoire Web personnalisé rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer My Webapp 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
|
||||||
|
|
||||||
Cette application vous permet d'installer facilement une application vide personnalisée,
|
Cette application vous permet d'installer facilement une application vide personnalisée, fourni un accès aux fichiers avec [SFTP](https://yunohost.org/fr/filezilla).
|
||||||
fourni un accès aux fichiers avec [SFTP](https://yunohost.org/fr/filezilla). Elle peut également créer une base de données MySQL -
|
|
||||||
qui sera sauvegardée et restaurée avec votre application. Les détails de connexion
|
Elle peut également créer une base de données MySQL - qui sera sauvegardée et restaurée avec votre application. Les détails de connexion seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine.
|
||||||
seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine.
|
|
||||||
|
|
||||||
La version de PHP-FPM peut aussi être choisie, parmi 7.3, 7.4, et 8.0.
|
La version de PHP-FPM peut aussi être choisie, parmi 7.3, 7.4, et 8.0.
|
||||||
|
|
||||||
**Version incluse :** 1.0
|
**Une fois installé, rendez-vous sur l'URL choisie pour connaître l'utilisateur, le domaine et le port que vous devrez utiliser pour l'accès SFTP.** Le mot de passe est celui que vous avez choisi lors de l'installation. Sous le répertoire Web, vous verrez un dossier `www` qui contient les fichiers publics servis par cette application. Vous pouvez mettre tous les fichiers de votre application Web personnalisée à l'intérieur.
|
||||||
|
|
||||||
## Informations additionnelles
|
|
||||||
|
**Version incluse :** 1.0~ynh12
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
#### Port SFTP
|
#### Port SFTP
|
||||||
|
|
||||||
Vous avez peut-être changé le port SSH comme décrit dans cette section :
|
Vous avez peut-être changé le port SSH comme décrit dans cette section : [Modifier le port SSH](https://yunohost.org/fr/security#modify-the-ssh-port) ; alors vous devriez utiliser ce port pour mettre à jour votre site Web avec SFTP.
|
||||||
[Modifier le port SSH](https://yunohost.org/fr/security#modify-the-ssh-port) ;
|
|
||||||
alors vous devriez utiliser ce port pour mettre à jour votre site Web avec SFTP.
|
|
||||||
|
|
||||||
## Liens
|
## Documentations et ressources
|
||||||
|
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/fr/app_my_webapp
|
* Dépôt de code officiel de l’app : <https://github.com/YunoHost-Apps/my_webapp_ynh>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/my_webapp_ynh/issues
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_my_webapp>
|
||||||
* Site web YunoHost : https://yunohost.org/
|
* Signaler un bug : <https://github.com/YunoHost-Apps/my_webapp_ynh/issues>
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request dans la [branche testing](https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/my_webapp_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/my_webapp_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade my_webapp -u https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug
|
sudo yunohost app upgrade my_webapp -u https://github.com/YunoHost-Apps/my_webapp_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,13 +1,7 @@
|
||||||
This application allows you to easily install a custom Web application,
|
This application allows you to easily install a custom Web application, providing files access with [SFTP](https://yunohost.org/en/filezilla).
|
||||||
providing files access with [SFTP](https://yunohost.org/en/filezilla). It can also create a MySQL database -
|
|
||||||
which will be backed up and restored with your application. The connection
|
It can also create a MySQL database - which will be backed up and restored with your application. The connection details will be stored in the file `db_access.txt` located in the root directory.
|
||||||
details will be stored in the file `db_accesss.txt` located in the root
|
|
||||||
directory.
|
|
||||||
|
|
||||||
PHP-FPM version can also be selected among 7.3, 7.4, and 8.0.
|
PHP-FPM version can also be selected among 7.3, 7.4, and 8.0.
|
||||||
|
|
||||||
**Once installed, go to the chosen URL to know the user, domain and port
|
**Once installed, go to the chosen URL to know the user, domain and port you will have to use for the SFTP access.** The password is one you chosen during the installation. Under the Web directory, you will see a `www` folder which contains the public files served by this app. You can put all the files of your custom Web application inside.
|
||||||
you will have to use for the SFTP access.** The password is one you chosen
|
|
||||||
during the installation. Under the Web directory, you will see a `www` folder
|
|
||||||
which contains the public files served by this app. You can put all the files
|
|
||||||
of your custom Web application inside.
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Cette application vous permet d'installer facilement une application vide personnalisée,
|
Cette application vous permet d'installer facilement une application vide personnalisée, fourni un accès aux fichiers avec [SFTP](https://yunohost.org/fr/filezilla).
|
||||||
fourni un accès aux fichiers avec [SFTP](https://yunohost.org/fr/filezilla). Elle peut également créer une base de données MySQL -
|
|
||||||
qui sera sauvegardée et restaurée avec votre application. Les détails de connexion
|
Elle peut également créer une base de données MySQL - qui sera sauvegardée et restaurée avec votre application. Les détails de connexion seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine.
|
||||||
seront stockés dans le fichier `db_accesss.txt` situé dans le répertoire racine.
|
|
||||||
|
|
||||||
La version de PHP-FPM peut aussi être choisie, parmi 7.3, 7.4, et 8.0.
|
La version de PHP-FPM peut aussi être choisie, parmi 7.3, 7.4, et 8.0.
|
||||||
|
|
||||||
|
**Une fois installé, rendez-vous sur l'URL choisie pour connaître l'utilisateur, le domaine et le port que vous devrez utiliser pour l'accès SFTP.** Le mot de passe est celui que vous avez choisi lors de l'installation. Sous le répertoire Web, vous verrez un dossier `www` qui contient les fichiers publics servis par cette application. Vous pouvez mettre tous les fichiers de votre application Web personnalisée à l'intérieur.
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
## Additional information
|
|
||||||
|
|
||||||
#### SFTP port
|
#### SFTP port
|
||||||
|
|
||||||
You may have change the SSH port as described in this section:
|
You may have change the SSH port as described in this section: [Modify the SSH port](https://yunohost.org/en/security#modify-the-ssh-port); then you should use this port to update your website with SFTP.
|
||||||
[Modify the SSH port](https://yunohost.org/en/security#modify-the-ssh-port);
|
|
||||||
then you should use this port to update your website with SFTP.
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
## Informations additionnelles
|
|
||||||
|
|
||||||
#### Port SFTP
|
#### Port SFTP
|
||||||
|
|
||||||
Vous avez peut-être changé le port SSH comme décrit dans cette section :
|
Vous avez peut-être changé le port SSH comme décrit dans cette section : [Modifier le port SSH](https://yunohost.org/fr/security#modify-the-ssh-port) ; alors vous devriez utiliser ce port pour mettre à jour votre site Web avec SFTP.
|
||||||
[Modifier le port SSH](https://yunohost.org/fr/security#modify-the-ssh-port) ;
|
|
||||||
alors vous devriez utiliser ce port pour mettre à jour votre site Web avec SFTP.
|
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
"code": "https://github.com/YunoHost-Apps/my_webapp_ynh"
|
"code": "https://github.com/YunoHost-Apps/my_webapp_ynh"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
"upstream": {
|
||||||
|
"license": "GPL-3.0-only",
|
||||||
|
"code": "https://github.com/YunoHost-Apps/my_webapp_ynh"
|
||||||
|
},
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue