Where to update mail configuration on a synology

Correct. I have no experience with Docker at all. The only think I know is that Docker works with containers :wink:
I’ve just followed the instructions.

I am a bit confused by all the comments indicating Bitwarden doesn’t run in a Docker container on a Synology NAS.

I have been a premium Bitwarden user for about 2 years and self-host Bitwarden on a Synology NAS with an Intel processor. I am currently running server and web versions 2022.10.2.

While Bitwarden installation guide doesn’t give specific instructions for running Bitwarden on a Synology NAS, I followed the instructions for Linux starting here: https://bitwarden.com/help/install-on-premise-linux/

Once Docker was set up, I logged in to the NAS via Putty and executed:

curl -Lso bitwarden.sh https://go.btwrdn.co/bw-sh && chmod 700 bitwarden.sh

as per the instructions.

None of my screens indicate “Powered by Vaultwarden”. They all indicate: © 2022 Bitwarden Inc.
Version 2022.10.0.

Dennis

1 Like

Most people run Arm-based Synology appliances, and Bitwarden server currently does not support Arm architecture. So you are that uncommon exception because you have an intel-based unit.

This becomes interesting.
My Synology runs on an Intel Celeron J3455 (Synology DS718+). Would that mean that I can remove Vaultwarden and install Bitwarden as described by @dennisc ?
If so, has someone has experience who to do this?

Anyone?
I’m very interested to switch to Bitwarden on my Synology based on a Celeron processor.

@dennisc had provided fairly detailed instructions in his post above, so I would suggest doing your best to follow those, and post again (or contact tech support) if you get stuck.

I have never used Vaultwarden and I don’t know if the settings are the same or similar to Bitwarden, or if Vaultwarden has an export function. If there is an export function for your existing passwords, or if you only have a few that you would be willing to recreate, this would be my take on the subject.

Export your existing passwords.
Delete the Vaultwarden Docker containers.
Install Bitwarden inside Docker by running the commands using ssh to connect to your NAS. (Be sure to follow the instructions from my 2 links above.)
Setup Bitwarden.
Test
Import your passwords.

One other note, check the amount of memory your NAS has and make sure it meets Bitwarden requirements.

Good luck.

2 Likes

Thank you. I’ll try it in the coming weeks.