3
submitted 1 month ago by [email protected] to c/[email protected]

cross-posted from: https://lemm.ee/post/33197502

The ports 80 and 443 are already used by Adguard Home. I didnt find any way to change those ports for Bitwarden.

top 1 comments
sorted by: hot top controversial new old
[-] [email protected] 3 points 1 month ago* (last edited 1 month ago)

How are you running the services?

This is easy with docker. 80 and 443 would be the "inside the container" ports, and you'd choose different "outside the container" ports to prevent conflicts.

For example:
1234:80
2345:443

Exactly how you type it in depends on if you're using Docker Compose, etc.

If you're exposing these to the internet by opening ports: don't.

Use a reverse proxy. The reverse proxy gets 80 and 443 exposed to the internet and handles the security of serving your other services via the ports that you chose above.

this post was submitted on 28 May 2024
3 points (80.0% liked)

Bitwarden

693 readers
2 users here now

Discuss the Paswordmanager Bitwarden.

founded 1 year ago
MODERATORS