this post was submitted on 28 May 2024
8 points (83.3% liked)

Self Hosted - Self-hosting your services.

14789 readers
22 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] MentalEdge@sopuli.xyz 4 points 1 year ago* (last edited 1 year ago)

80 and 443 are the standard ports for webpages (http and https respectively). Lot of selfhosted software with web-based frontends will therefore try to use them.

You can change the ports for the bitwarden container to whatever you like, but the "proper" way to set up multiple services with web-based interfaces like this, is to use a reverse proxy to make them all accessible via these two standard ports. (Caddy is popular for this)

You can then access them using their respective subdomains or subpaths.