Real client IP address

Hello @accolon

I am using Bitwarden self-hosted version and I have the same issue,
I checked all settings mentioned by @sabamimi and tried to use your solution by adding the reverse proxy IP to real_ips entry in config.yml
but i failed to succeed let it works, I should mention the difference between my installation and sabamimi installation:
my installation uses [::1] as IP for reverse proxy in nginx config file so should I add to real_ips the following. ?
- 127.0.0.1
- ::1

or
- 127.0.0.1
- [::1]

or I need to bind to a specific IP other than the loopback to be able to do so ?

Thanks in advance,