mirror of
https://github.com/YunoHost-Apps/teampass_ynh.git
synced 2024-09-03 20:26:37 +02:00
commit
889eaf272e
5 changed files with 20 additions and 18 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.
|
|||
|
||||
# Teampass for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/teampass)  
|
||||
[](https://dash.yunohost.org/appci/app/teampass)  
|
||||
|
||||
[](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
|
||||
|
||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -5,25 +5,26 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Teampass pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/teampass)  
|
||||
[](https://dash.yunohost.org/appci/app/teampass)  
|
||||
|
||||
[](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 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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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 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>
|
||||
* 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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue