mirror of
https://github.com/YunoHost-Apps/teampass_ynh.git
synced 2024-09-03 20:26:37 +02:00
Merge branch 'patch' of https://github.com/YunoHost-Apps/teampass_ynh into patch
This commit is contained in:
commit
441b215041
2 changed files with 51 additions and 94 deletions
74
README.md
74
README.md
|
@ -1,73 +1,53 @@
|
||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
# Teampass for YunoHost
|
# Teampass for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass)
|
[![Integration level](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg)
|
||||||
[![Install Teampass with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=teampass)
|
[![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)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install teampass quickly and simply on a YunoHost server.
|
> *This package allows you to install Teampass 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
|
||||||
|
|
||||||
TeamPass is a Passwords Manager dedicated for managing passwords in a collaborative way by sharing them among team members.
|
Passwords Manager
|
||||||
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:** 2.1.27.15~ynh2
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.1.27.15
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](https://teampass.net/images/portfolio/pf_tp_1.png)
|
![](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
## Demo
|
## Disclaimers / important information
|
||||||
|
|
||||||
No demo available.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Use the admin panel of your teampass to configure this app.
|
Use the admin panel of your teampass to configure this app.
|
||||||
To find the admin panel, use the login 'admin' and the password choose during the installation.
|
To find the admin panel, use the login 'admin' and the password choose during the installation.
|
||||||
|
## Documentation and resources
|
||||||
|
|
||||||
## Documentation
|
* Official app website: http://www.teampass.net
|
||||||
|
* Official admin documentation: https://teampass.readthedocs.io/en/latest/
|
||||||
|
* Upstream app code repository: https://github.com/nilsteampassnet/TeamPass
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_teampass
|
||||||
|
* Report a bug: https://github.com/YunoHost-Apps/teampass_ynh/issues
|
||||||
|
|
||||||
* Official documentation: https://teampass.readthedocs.io/en/latest/
|
## Developer info
|
||||||
* YunoHost documentation: There no other documentations, feel free to contribute.
|
|
||||||
|
|
||||||
## YunoHost specific features
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/teampass_ynh/tree/testing).
|
||||||
|
|
||||||
#### Multi-users support
|
|
||||||
|
|
||||||
Supported, with LDAP.
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64b - ![](https://ci-apps.yunohost.org/ci/logs/teampass%20%28Community%29.svg)
|
|
||||||
* ARMv8-A - ![](https://ci-apps-arm.yunohost.org/ci/logs/teampass%20%28Community%29.svg)
|
|
||||||
* Jessie x86-64b - ![](https://ci-stretch.nohost.me/ci/logs/teampass%20%28Community%29.svg)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
* **The upgrade script doesn't work from the version 2.1.26-3. A manual migration have to be done. For now we can't be sure that the upgrade script is going to work for the following upgrades.
|
|
||||||
Be aware that the upgrade could be not smoothly.**
|
|
||||||
|
|
||||||
## Additionnal informations
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/teampass_ynh/issues
|
|
||||||
* Teampass website: https://teampass.net/
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Developers infos
|
|
||||||
----------------
|
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/teampass_ynh/tree/testing).
|
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --verbose
|
sudo yunohost app install https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade teampass -u https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --verbose
|
sudo yunohost app upgrade teampass -u https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
71
README_fr.md
71
README_fr.md
|
@ -1,73 +1,50 @@
|
||||||
# Teampass pour YunoHost
|
# Teampass pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass)
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg)
|
||||||
[![Installer Teampass avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=teampass)
|
[![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)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer teampass rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Teampass rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/install_fr) 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.*
|
||||||
|
|
||||||
## Résumé
|
## Vue d'ensemble
|
||||||
|
|
||||||
|
Gestionnaire de mots de passes.
|
||||||
|
|
||||||
|
**Version incluse :** 2.1.27.15~ynh2
|
||||||
|
|
||||||
TeamPass est un gestionnaire de mots de passe dédié à la gestion collaborative des mots de passe en les partageant entre les membres de l'équipe.
|
|
||||||
Teampass offre un large éventail de fonctionnalités permettant de gérer vos mots de passe et données associées de manière organisée dans le respect des droits d'accès définis pour chaque utilisateur.
|
|
||||||
|
|
||||||
**Version embarquée:** 2.1.27.15
|
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
![](https://teampass.net/images/portfolio/pf_tp_1.png)
|
![](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
## Demo
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
Pas de démo disponible.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Utilisez le panel admin de votre teampass pour configurer cette app.
|
Utilisez le panel admin de votre teampass pour configurer cette app.
|
||||||
Pour trouver le panel admin, utiliser le login 'admin' et le mot de passe choisi durant l'installation.
|
Pour trouver le panel admin, utiliser le login 'admin' et le mot de passe choisi durant l'installation.
|
||||||
|
|
||||||
## Documentation
|
## Documentations et ressources
|
||||||
|
|
||||||
* Documentation officielle: https://teampass.readthedocs.io/en/latest/
|
* Site officiel de l'app : http://www.teampass.net
|
||||||
* Documentation YunoHost: Il n'y a pas d'autre documentation, n'hésitez pas à contribuer.
|
* 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
|
||||||
|
|
||||||
## Fonctionnalités spécifiques à YunoHost
|
## Informations pour les développeurs
|
||||||
|
|
||||||
#### Support multi-utilisateurs
|
|
||||||
|
|
||||||
Supportée, avec LDAP.
|
|
||||||
|
|
||||||
#### Architectures supportées.
|
|
||||||
|
|
||||||
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/jenkins/job/teampass%20(Community)/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/teampass%20(Community)/)
|
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/jenkins/job/teampass%20(Community)%20(%7EARM%7E)/badge/icon)](https://ci-apps-arm.yunohost.org/jenkins/job/teampass%20(Community)%20(%7EARM%7E)/)
|
|
||||||
* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/jenkins/job/teampass%20(Community)/badge/icon)](https://ci-stretch.nohost.me/jenkins/job/teampass%20(Community)/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
* **Le script de mise à jour ne fonctionne pas depuis la version 2.1.26-3. Une migration manuelle doit être effectuée. Pour l'instant, nous ne pouvons pas être sûrs que le script d'upgrade va fonctionner pour les mises à jour suivantes.
|
|
||||||
Sachez que la mise à niveau pourrait ne pas se faire sans difficultés.**
|
|
||||||
|
|
||||||
## Informations additionnelles
|
|
||||||
|
|
||||||
## Liens
|
|
||||||
|
|
||||||
* Reporter un bug: https://github.com/YunoHost-Apps/teampass_ynh/issues
|
|
||||||
* Site de teampass: https://teampass.net/
|
|
||||||
* Site de YunoHost: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Informations à l'intention des développeurs
|
|
||||||
----------------
|
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/teampass_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/teampass_ynh/tree/testing).
|
||||||
|
|
||||||
Pour tester la branche testing, merci de procéder ainsi.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --verbose
|
sudo yunohost app install https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade teampass -u https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --verbose
|
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
|
Loading…
Reference in a new issue