Linux & Azure cloud engineer. Sometimes a wolf, or a fuzzy dragon.

  • 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: December 27th, 2023

help-circle

  • gray@pawb.socialtoSelfhosted@lemmy.worldCan't access Vaultwarden
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    3 days ago

    idk what nonsense the other commenter is posting but essentially your network flow should look like this:

    internet user -> your IP (found via dynamic DNS) -> firewall/router DNAT port 443 -> proxy (nginx/caddy) listening on 443, backend set to port 80 -> vaultwarden port 80

    You’d load your SSL certificate into the reverse proxy, I’m not familiar with caddy but I use nginx for this purpose.