Add "behind proxy" mode to use forwarded IP headers

This commit is contained in:
William Bouzourène 2025-01-26 14:24:55 +01:00
parent a4b505f965
commit e915d62afa
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
3 changed files with 11 additions and 2 deletions

View file

@ -12,6 +12,7 @@ type Config struct {
App struct {
ListenAddress string `env:"APP_LISTEN_ADDRESS"`
ListenPort uint `env:"APP_LISTEN_PORT"`
BehindProxy bool `env:"APP_BEHIND_PROXY"`
}
Database struct {
Location string `env:"DATABASE_LOCATION"`