mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Upgrade to 1.24.0~ynh1
This commit is contained in:
parent
7492e0d21c
commit
c2393e4ff8
6 changed files with 18 additions and 14 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
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.23.0~ynh3
|
||||
**Shipped version:** 1.24.0~ynh1
|
||||
|
||||
**Demo:** https://vault.bitwarden.com/#/register
|
||||
|
||||
|
|
16
README_fr.md
16
README_fr.md
|
@ -13,9 +13,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
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.
|
||||
|
||||
**Version incluse :** 1.23.0~ynh3
|
||||
**Version incluse :** 1.24.0~ynh1
|
||||
|
||||
**Démo :** https://vault.bitwarden.com/#/register
|
||||
**Démo :** https://vault.bitwarden.com/#/register
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
@ -46,11 +46,11 @@ The `--debug` option will let you see the full output. If you encounter any issu
|
|||
|
||||
## 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
|
||||
* Documentation YunoHost pour cette app : https://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
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_vaultwarden
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/vaultwarden_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -63,4 +63,4 @@ ou
|
|||
sudo yunohost app upgrade vaultwarden -u https://github.com/YunoHost-Apps/vaultwarden_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
|
|
@ -25,6 +25,8 @@
|
|||
upgrade=1 from_commit=703d5a9cb86d127c7723bb380d7c392a8eb9e703
|
||||
# 1.23.0~ynh1
|
||||
upgrade=1 from_commit=2808a3a8e985bb5431f6d8f2353b07201355afe4
|
||||
# 1.23.0~ynh3
|
||||
upgrade=1 from_commit=7492e0d21c795696f4ff44912edc199437d4bb71
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
@ -43,3 +45,5 @@ Notification=all
|
|||
name=1.22.2~ynh1
|
||||
; commit=2808a3a8e985bb5431f6d8f2353b07201355afe4
|
||||
name=1.23.0~ynh1
|
||||
; commit=7492e0d21c795696f4ff44912edc199437d4bb71
|
||||
name=1.23.0~ynh3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/dani-garcia/vaultwarden/archive/1.23.0.tar.gz
|
||||
SOURCE_SUM=2ddfe1c1cb36ab008de98c9674ee127140268f8b44dbd82a2193a25caa461a0133261c970eb8d8276eb9d0db9f24e3fd0fe6deeee7cc55e2d980b8c7188011fb
|
||||
SOURCE_URL=https://github.com/dani-garcia/vaultwarden/archive/1.24.0.tar.gz
|
||||
SOURCE_SUM=c28d9616c5519be5043822145a0cac8d4c550bd443bb2e6715580b316e8586a3892331a669bce1545c4263e143e6193617ac27e9b730a63225c0951d91bef97e
|
||||
SOURCE_SUM_PRG=sha512sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/dani-garcia/bw_web_builds/releases/download/v2.24.1/bw_web_v2.24.1.tar.gz
|
||||
SOURCE_SUM=f883f3746d245ad15816db477af35fba626ada420103b4b7ef54f062033b80384c71aed873a7db6800f906a3dd9afd4d8a9a0677142675e7eeac0285a3a8426e
|
||||
SOURCE_URL=https://github.com/dani-garcia/bw_web_builds/releases/download/v2.25.1b/bw_web_v2.25.1b.tar.gz
|
||||
SOURCE_SUM=1c86e81d0f1bb5e7fae7c3dfe860d3f92f87df6534c21b47e531b471644252cec0b54b07a818471828926266aa6dea50aa058de7c22f00766f9d86a36d76fd14
|
||||
SOURCE_SUM_PRG=sha512sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Manage passwords and other sensitive informations",
|
||||
"fr": "Gérez les mots de passe et autres informations sensibles"
|
||||
},
|
||||
"version": "1.23.0~ynh3",
|
||||
"version": "1.24.0~ynh1",
|
||||
"url": "https://github.com/dani-garcia/vaultwarden",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue