mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
Just a quick question #2265
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrtargaryen on GitHub.
Hi,
I have a QNAP TS-253Be QTS 4.3.6.0776
I am using Container Station
I have have installed the Docker image mprasil/bitwarden
The image is running, I can see that in Container Station. However, I do not know what IP address to access the UI on. How do I discover this using the CLI?
Also, are there instructions on adding a SSL cert to Bitwarden in Docker?
Any advice from someone familiar with dock and/or QNAP I will be really really appreciative. Thank you.
@mprasil commented on GitHub:
Did you forward any ports? I'm not familiar with Qnap docker implementation, but I guess if you forwarded the port, you should be able to access it on the Qnap IP address?
@mprasil commented on GitHub:
@mrtargaryen worked?
@mrtargaryen commented on GitHub:
@mprasil Actually Container Station on QNAP NAS has a Bridge setting.
When in "Create Container" go to "Advanced Settings" > "Network" > "Network Mode" > Select "Bridge" in the drop down menu > Then check on "Use Static IP" > Enter the LAN IP you want to use, for example "192.168.1.222" > Then click "Create"
After it has finished go to "192.168.1.222:80" and it works!
Thank you!
@mprasil commented on GitHub:
Perfect!
@mrtargaryen commented on GitHub:
@mprasil I'll try that and update this thread, thank you!