Hello my first post here.
I couldn’t find in the doc the meaning of ROCKET_ADDRESS and ROCKET_PORT.
Is there some official doc for the config, explaining it all?
Thx
ps what is the difference of DOMAIN and ROCKET_ADDRESS ?
I can’t understand what DOMAIN means, since I use a reverse proxy giving already a domain for fetching the local address where vaultwarden service remains…
Thx !! quite difficult to find these informations.
I use caddy as revers proxy doing so:
reverse_proxy → <ROCKET_ADDRESS>:<ROCKET_PORT>
is fine. I don’t know if it is the way to do…