mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Auto-update README
This commit is contained in:
parent
288d064589
commit
5ef2518010
2 changed files with 16 additions and 18 deletions
15
README.md
15
README.md
|
@ -17,10 +17,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
|
||||
Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
|
||||
|
||||
**Shipped version:** 1.29.1~ynh4
|
||||
|
||||
**Demo:** https://vault.bitwarden.com/#/register
|
||||
**Demo:** <https://vault.bitwarden.com/#/register>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -28,11 +27,11 @@ Alternative implementation of the Bitwarden server API written in Rust and compa
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official user documentation: <https://help.bitwarden.com/>
|
||||
* Official admin documentation: <https://github.com/dani-garcia/vaultwarden/wiki>
|
||||
* Upstream app code repository: <https://github.com/dani-garcia/vaultwarden>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/vaultwarden>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/vaultwarden_ynh/issues>
|
||||
- Official user documentation: <https://help.bitwarden.com/>
|
||||
- Official admin documentation: <https://github.com/dani-garcia/vaultwarden/wiki>
|
||||
- Upstream app code repository: <https://github.com/dani-garcia/vaultwarden>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/vaultwarden>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/vaultwarden_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -40,7 +39,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade vaultwarden -u https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug
|
||||
|
|
15
README_fr.md
15
README_fr.md
|
@ -17,10 +17,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
## Vue d’ensemble
|
||||
|
||||
Implémentation alternative de l'API du serveur Bitwarden écrite en Rust et compatible avec les clients Bitwarden en amont*, parfaite pour un déploiement auto-hébergé où l'exécution du service officiel gourmand en ressources n'est peut-être pas idéale.
|
||||
|
||||
**Version incluse :** 1.29.1~ynh4
|
||||
|
||||
**Démo :** https://vault.bitwarden.com/#/register
|
||||
**Démo :** <https://vault.bitwarden.com/#/register>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -28,11 +27,11 @@ Implémentation alternative de l'API du serveur Bitwarden écrite en Rust et com
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Documentation officielle utilisateur : <https://help.bitwarden.com/>
|
||||
* Documentation officielle de l’admin : <https://github.com/dani-garcia/vaultwarden/wiki>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/dani-garcia/vaultwarden>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/vaultwarden>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/vaultwarden_ynh/issues>
|
||||
- Documentation officielle utilisateur : <https://help.bitwarden.com/>
|
||||
- Documentation officielle de l’admin : <https://github.com/dani-garcia/vaultwarden/wiki>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/dani-garcia/vaultwarden>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/vaultwarden>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/vaultwarden_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -40,7 +39,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade vaultwarden -u https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug
|
||||
|
|
Loading…
Add table
Reference in a new issue