mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
Auto-update README
This commit is contained in:
parent
97c87665a0
commit
75a0e4ea9a
2 changed files with 27 additions and 19 deletions
20
README.md
20
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# my_capsule for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/my_capsule)  
|
||||
[](https://dash.yunohost.org/appci/app/my_capsule)  
|
||||
[](https://install-app.yunohost.org/?app=my_capsule)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,14 +17,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Custom Gemini capsule with SFTP access and HtmGem to make your Gemini pages reachable on the web.
|
||||
|
||||
**Shipped version:** 1.4.0~ynh2
|
||||
|
||||
**Shipped version:** 1.4.0~ynh3
|
||||
|
||||
**Demo:** https://gmi.sbgodin.fr/htmgem/
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -39,19 +40,20 @@ You may have change the SSH port as described in this section:
|
|||
then you should use this port to update your website with SFTP.
|
||||
## Documentation and resources
|
||||
|
||||
* Upstream app code repository: https://tildegit.org/Sbgodin/htmgem
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_my_capsule
|
||||
* Report a bug: https://github.com/YunoHost-Apps/my_capsule_ynh/issues
|
||||
* Upstream app code repository: <https://tildegit.org/Sbgodin/htmgem>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_my_capsule>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/my_capsule_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/my_capsule_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_capsule_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade my_capsule -u https://github.com/YunoHost-Apps/my_capsule_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
26
README_fr.md
26
README_fr.md
|
@ -1,26 +1,31 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# my_capsule pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/my_capsule)  
|
||||
[](https://dash.yunohost.org/appci/app/my_capsule)  
|
||||
[](https://install-app.yunohost.org/?app=my_capsule)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer my_capsule 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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Custom Gemini capsule with SFTP access and HtmGem to make your Gemini pages reachable on the web.
|
||||
|
||||
|
||||
**Version incluse :** 1.4.0~ynh2
|
||||
**Version incluse :** 1.4.0~ynh3
|
||||
|
||||
**Démo :** https://gmi.sbgodin.fr/htmgem/
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -35,19 +40,20 @@ You may have change the SSH port as described in this section:
|
|||
then you should use this port to update your website with SFTP.
|
||||
## Documentations et ressources
|
||||
|
||||
* Dépôt de code officiel de l'app : https://tildegit.org/Sbgodin/htmgem
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_my_capsule
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/my_capsule_ynh/issues
|
||||
* Dépôt de code officiel de l'app : <https://tildegit.org/Sbgodin/htmgem>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_my_capsule>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/my_capsule_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/my_capsule_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/my_capsule_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade my_capsule -u https://github.com/YunoHost-Apps/my_capsule_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>
|
||||
|
|
Loading…
Add table
Reference in a new issue