1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Merge branch 'testing' into 1.18.0

This commit is contained in:
yalh76 2021-01-26 22:23:16 +01:00
commit 6688cbc1d2
3 changed files with 9 additions and 5 deletions

View file

@ -15,7 +15,7 @@ Bitwarden est un gestionnaire de mots de passe open source.
## Points importants à lire avant l'installation
Après l'installation, l'utilisateur admin recevra un e-mail avec le admin_token a utilisé pour accéder à l'administration de Bitwarden https://your.domain.tld/bitwarden/admin.
Après l'installation, l'utilisateur admin recevra un e-mail avec le admin_token à utiliser pour accéder à l'administration de Bitwarden https://your.domain.tld/bitwarden/admin.
## Captures d'écran

View file

@ -27,6 +27,8 @@
upgrade=1 from_commit=5572d0420cf500fdb313c15b4ab40e7a6c38e294
# 1.16.3~ynh1
upgrade=1 from_commit=576a173a43de914253645daa2c0b066f693a20f7
# 1.16.3~ynh2
upgrade=1 from_commit=e2e958b1885f7a08e0d5afe5dada5c0dd44dd671
backup_restore=1
multi_instance=1
port_already_use=0
@ -45,3 +47,5 @@ Notification=all
name=1.16.1~ynh2
; commit=576a173a43de914253645daa2c0b066f693a20f7
name=1.16.3~ynh1
; commit=e2e958b1885f7a08e0d5afe5dada5c0dd44dd671
name=1.16.3~ynh2

View file

@ -61,7 +61,7 @@ ynh_app_setting_set --app=$app --key=admin_token --value=$admin_token
#=================================================
# FIND AND OPEN A PORT
#=================================================
ynh_script_progression --message="Configuring firewall..."
ynh_script_progression --message="Finding an available port..."
# Find an available port
websocket_port=$(ynh_find_port --port=3012)