diff --git a/README.md b/README.md index a63e4d2..3d361a6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.29.1~ynh2 +**Shipped version:** 1.29.1~ynh3 **Demo:** https://vault.bitwarden.com/#/register diff --git a/README_fr.md b/README_fr.md index bc38512..9361536 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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~ynh2 +**Version incluse :** 1.29.1~ynh3 **Démo :** https://vault.bitwarden.com/#/register diff --git a/conf/vaultwarden.env b/conf/vaultwarden.env index b19ea8d..637c134 100644 --- a/conf/vaultwarden.env +++ b/conf/vaultwarden.env @@ -345,7 +345,7 @@ ROCKET_WORKERS=1 ## To make sure the email links are pointing to the correct host, set the DOMAIN variable. ## Note: if SMTP_USERNAME is specified, SMTP_PASSWORD is mandatory SMTP_HOST=127.0.0.1 -SMTP_FROM=vaultwarden-rs@__DOMAIN__ +SMTP_FROM=__APP__@__DOMAIN__ SMTP_FROM_NAME=Vaultwarden SMTP_SECURITY=off SMTP_PORT=25 diff --git a/manifest.toml b/manifest.toml index 0bd4ba9..6ab23b3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Vaultwarden" description.en = "Manage passwords and other sensitive informations" description.fr = "Gérez les mots de passe et autres informations sensibles" -version = "1.29.1~ynh2" +version = "1.29.1~ynh3" maintainers = ["yalh76"]