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

Auto-update READMEs

This commit is contained in:
yunohost-bot 2024-03-25 15:38:45 +00:00 committed by autoreadme_webhook
parent cbae6e74b9
commit 1efbecf459
2 changed files with 15 additions and 12 deletions

3
ALL_README.md Normal file
View file

@ -0,0 +1,3 @@
# All available README files by language
- [Read the README in English](README.md)

View file

@ -1,5 +1,5 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator 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. It shall NOT be edited by hand.
--> -->
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
[![Install Teampass with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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)* *[Read this README is other languages.](./ALL_README.md)*
> *This package allows 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 consult [the guide](https://yunohost.org/#/install) to learn how to install it.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview ## Overview
@ -28,19 +28,19 @@ Teampass offers a large set of features permitting to manage your passwords and
## Documentation and resources ## Documentation and resources
* Official app website: <http://www.teampass.net> - Official app website: <http://www.teampass.net>
* Official admin documentation: <https://teampass.readthedocs.io/en/latest/> - Official admin documentation: <https://teampass.readthedocs.io/en/latest/>
* Upstream app code repository: <https://github.com/nilsteampassnet/TeamPass> - Upstream app code repository: <https://github.com/nilsteampassnet/TeamPass>
* YunoHost Store: <https://apps.yunohost.org/app/teampass> - YunoHost Store: <https://apps.yunohost.org/app/teampass>
* Report a bug: <https://github.com/YunoHost-Apps/teampass_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/teampass_ynh/issues>
## Developer info ## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/teampass_ynh/tree/testing). Please send 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:
``` bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --debug 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 --debug sudo yunohost app upgrade teampass -u https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --debug