-
Hello, If I change DOMAIN in docker-compose-yml / services / vaultwarden / environment / DOMAIN from an expiring https://domain1.com/ to the new https://vw.domain2.com/, what else should I do to make sure all current attachments still work with the new domain name? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
stefan0xC
Nov 24, 2024
Replies: 1 comment 5 replies
-
You should make sure that you don't have a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As explained in the linked wiki page this happens if you configure Vaultwarden via the
/admin
page.Either way you want to update the
DOMAIN
setting so that this works because Vaultwarden uses itvaultwarden/src/auth.rs
Lines 390 to 391 in 96813b1
vaultwarden/src/api/core/sends.rs
Lines 568 to 572 in 96813b1
So if you don't update the domain…