GregorTacTac@lemm.ee to Self Hosted - Self-hosting your services.@lemmy.ml · 8 months ago[Help] How to change the ports for a Bitwarden server before installing?message-squaremessage-square4fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1message-square[Help] How to change the ports for a Bitwarden server before installing?GregorTacTac@lemm.ee to Self Hosted - Self-hosting your services.@lemmy.ml · 8 months agomessage-square4fedilinkfile-text
The ports 80 and 443 are already used by Adguard Home. I didnt find any way to change those ports for Bitwarden.
minus-squaremark@social.cool110.xyzlinkfedilinkarrow-up0·8 months ago@GregorTacTac If you use containers you can map something like 8080 on the host to 80 in the container. Generally it’s recommended to have a reverse proxy listening on 80 and 443 with all your individual applications on localhost only high ports.
minus-squareGregorTacTac@lemm.eeOPlinkfedilinkarrow-up0·8 months agoI’d like to have the applications running at the same time. This can’t be done with just 2 ports, can it?
minus-squareMangoPenguin@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·8 months agoIt can be done if you implement a reverse proxy in front of the services.
@GregorTacTac If you use containers you can map something like 8080 on the host to 80 in the container. Generally it’s recommended to have a reverse proxy listening on 80 and 443 with all your individual applications on localhost only high ports.
I’d like to have the applications running at the same time. This can’t be done with just 2 ports, can it?
It can be done if you implement a reverse proxy in front of the services.