mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Merge pull request #181 from YunoHost-Apps/upgrade-auto-updater
Upgrade auto-updater
This commit is contained in:
commit
f2ce47fef5
3 changed files with 16 additions and 16 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch the source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run the updater script
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
id: cpr
|
||||
if: ${{ env.PROCEED == 'true' }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: Update to version ${{ env.VERSION }}
|
||||
|
|
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Etherpad MyPads for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/etherpad_mypads)  
|
||||
[](https://dash.yunohost.org/appci/app/etherpad_mypads)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=etherpad_mypads)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -31,7 +32,6 @@ Etherpad is a real-time collaborative editor scalable to thousands of simultaneo
|
|||
|
||||
**Shipped version:** 1.8.18~ynh2
|
||||
|
||||
|
||||
**Demo:** https://video.etherpad.com
|
||||
|
||||
## Screenshots
|
||||
|
|
24
README_fr.md
24
README_fr.md
|
@ -5,27 +5,27 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Etherpad MyPads pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/etherpad_mypads)  
|
||||
[](https://dash.yunohost.org/appci/app/etherpad_mypads)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=etherpad_mypads)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Etherpad MyPads 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.*
|
||||
> *Ce package vous permet d’installer Etherpad MyPads 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
|
||||
## Vue d’ensemble
|
||||
|
||||
Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle.
|
||||
|
||||
|
||||
**Version incluse :** 1.8.18~ynh2
|
||||
|
||||
**Version incluse :** 1.8.18~ynh2
|
||||
|
||||
**Démo :** https://video.etherpad.com
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -64,9 +64,9 @@ Vous pouvez accéder à deux panneaux d'administration différents, pour Etherpa
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <http://etherpad.org>
|
||||
* Documentation officielle de l'admin : <http://etherpad.org/doc/v1.8.18>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/ether/etherpad-lite>
|
||||
* Site officiel de l’app : <http://etherpad.org>
|
||||
* Documentation officielle de l’admin : <http://etherpad.org/doc/v1.8.18>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/ether/etherpad-lite>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_etherpad_mypads>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/etherpad_mypads_ynh/issues>
|
||||
|
||||
|
@ -82,4 +82,4 @@ ou
|
|||
sudo yunohost app upgrade etherpad_mypads -u https://github.com/YunoHost-Apps/etherpad_mypads_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