Skip to content

Commit

Permalink
fix: trusted proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Apr 3, 2024
1 parent f4c2cf2 commit 3033e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/firefly-iii/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ in {
APP_URL = cfg.appUrl;
APP_KEY_FILE = cfg.appKeyFile;
DB_CONNECTION = "sqlite";
TRUSTED_PROXIES = "*";

# MAIL_MAILER = mail.driver;
# MAIL_HOST = mail.host;
Expand Down

0 comments on commit 3033e67

Please sign in to comment.