Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
As an Amazon Associate, we may earn commissions from qualifying purchases. Learn more...
That’s the web ui part. 1.10 version is the bw itself (it’s engine)I have attempted to update my container; how can I tell if I've succeeded? (It still says "Version 2.11.0").
Install the Bitwarden app extension on each browser. You'll need to tell the extension the path to your Bitwarden package... i.e.But allow me these simple or stupid question of its methodology:
https://secretword.synology.me:port
Well I didn't want to comment on your initial quesiton considering that @akahan and @Telos covered it all, but just want to say that burden and BW don't come together.Thanks @akahan @Telos
Pity this may beyond my current need.
I use macOs and WinX often, but set/change diverse passwords via e.g. Firefox. My basic need is to synchronize the pwd database up-to-date and merged. I thought a python script and my own addon in FF would probably be perfect, just don't have the time to this...
Bitwarden seems more powerful exceed my need and introduces also completeness and complicity. PS: I always would like to keep lean and clean, not quite willingly to add another docker container into my SynoNAS burden that pony too much
docker pull bitwardenrs/server-mysql:latest
docker stop bitwarden-mysql
docker rm bitwarden-mysql
docker run -d \
--name bitwarden-mysql \
-v /volume1/docker/bitwarden/data/:/data/ \ #change to your path
-v /volume1/docker/ssl:/ssl/ \ #change to your path
-v /etc/localtime:/etc/localtime:ro \
-v /etc/TZ:/etc/timezone:ro \
-p 44300:80 -p 3012:3012 \
--env TZ='<yourtimezone>' \
--env DATABASE_URL='mysql://bitwarden:<yourdbpassword>@mysql/bitwarden' \
--env ROCKET_TLS='{certs="/ssl/cert.pem",key="/ssl/privkey.pem"}' \
--env ENABLE_DB_WAL='false' \
--env RUST_BACKTRACE='1' \
--link mariadb:mysql \
--restart='unless-stopped' bitwardenrs/server-mysql:latest
Try removing the https:// and the :443 from the address in the IOS application.
We use essential cookies to make this site work, and optional cookies to enhance your experience.