1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/teampass_ynh.git synced 2024-09-03 20:26:37 +02:00

Merge pull request #24 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-03-23 15:27:13 +01:00 committed by GitHub
commit 889eaf272e
5 changed files with 20 additions and 18 deletions

View file

@ -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 }}

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Teampass for YunoHost
[![Integration level](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![Working status](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![Working status](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg)
[![Install Teampass with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=teampass)
*[Lire ce readme en français.](./README_fr.md)*
@ -19,7 +20,7 @@ TeamPass is a Passwords Manager dedicated for managing passwords in a collaborat
Teampass offers a large set of features permitting to manage your passwords and related data in an organized way in respect to the access rights defined for each users.
**Shipped version:** 3.0.0.21~ynh1
**Shipped version:** 3.0.0.22~ynh1
## Screenshots

View file

@ -5,25 +5,26 @@ It shall NOT be edited by hand.
# Teampass pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg)
[![Installer Teampass avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=teampass)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Teampass 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 dinstaller Teampass rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
TeamPass est un gestionnaire de mots de passe dédié à la gestion des mots de passe de manière collaborative en les partageant entre les membres d'une équipe.
Teampass offre un large ensemble de fonctionnalités permettant de gérer vos mots de passe et les données associées de manière organisée dans le respect des droits d'accès définis pour chaque utilisateur.
**Version incluse :** 3.0.0.21~ynh1
**Version incluse :** 3.0.0.22~ynh1
## Captures d'écran
## Captures décran
![Capture d'écran de Teampass](./doc/screenshots/screenshot.png)
![Capture décran de Teampass](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes
@ -34,9 +35,9 @@ Pour trouver le panel admin, utiliser le login 'admin' et le mot de passe choisi
## Documentations et ressources
* Site officiel de l'app : <http://www.teampass.net>
* Documentation officielle de l'admin : <https://teampass.readthedocs.io/en/latest/>
* Dépôt de code officiel de l'app : <https://github.com/nilsteampassnet/TeamPass>
* Site officiel de lapp : <http://www.teampass.net>
* Documentation officielle de ladmin : <https://teampass.readthedocs.io/en/latest/>
* Dépôt de code officiel de lapp : <https://github.com/nilsteampassnet/TeamPass>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_teampass>
* Signaler un bug : <https://github.com/YunoHost-Apps/teampass_ynh/issues>
@ -52,4 +53,4 @@ ou
sudo yunohost app upgrade teampass -u https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/nilsteampassnet/TeamPass/archive/refs/tags/3.0.0.21.tar.gz
SOURCE_SUM=0caf1e58e26f29c6c0ccb280713aa5e1af9d6e0863e1a5d9c6fc4ea87b23c7f6
SOURCE_URL=https://github.com/nilsteampassnet/TeamPass/archive/refs/tags/3.0.0.22.tar.gz
SOURCE_SUM=31d525c7146503c78ab637826caf2489d40ea754169322fa56867688f7ab4a1c
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Passwords Manager",
"fr": "Gestionnaire de mots de passes."
},
"version": "3.0.0.21~ynh1",
"version": "3.0.0.22~ynh1",
"url": "http://www.teampass.net",
"upstream": {
"license": "AGPL-3.0",