See https://git.coopcloud.tech/coop-cloud/vaultwarden/issues/8.
Otherwise, deployments are currently forced to configure SMTP even if they don't include `compose.smtp.yml`.
https://github.com/dani-garcia/vaultwarden/discussions/4866
when you merge, and before tagging, could you add something like this to the release note?
Previously, the data directory including the main private key had read permissions enabled for all host users. This release fixes that. Please review your Vaultwarden keys if other users on your Coopcloud host may have had access to these files.
when you merge, and before tagging, could you add something like this to the release note?
```
Previously, the data directory including the main private key had read permissions enabled for all host users. This release fixes that. Please review your Vaultwarden keys if other users on your Coopcloud host may have had access to these files.
```
In the spirit of coop-cloud/wallabag#4 (comment) I think this should probably be a major release. People using SMTP will have to add this env var or else their SMTP setup will be disabled 😱 I'll fix this PR up and add the release note also, thanks @fauno.
In the spirit of https://git.coopcloud.tech/coop-cloud/wallabag/pulls/4#issuecomment-24072 I think this should probably be a major release. People using SMTP will have to add this env var or else their SMTP setup will be disabled 😱 I'll fix this PR up and add the release note also, thanks @fauno.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
See #8.
Otherwise, deployments are currently forced to configure SMTP even if they don't include
compose.smtp.yml.https://github.com/dani-garcia/vaultwarden/discussions/4866
01fdacae52to84c88473d9👍
@@ -0,0 +1 @@Please add `SMTP_ENABLED=1` to your .env if you're using SMTP.when you merge, and before tagging, could you add something like this to the release note?
In the spirit of coop-cloud/wallabag#4 (comment) I think this should probably be a major release. People using SMTP will have to add this env var or else their SMTP setup will be disabled 😱 I'll fix this PR up and add the release note also, thanks @fauno.
84c88473d9to426c0c026f