Upstream changes
https://github.com/pixelfed/pixelfed/releases/tag/v0.12.9
Upgrading
./scripts/dottie set 'TRUST_PROXIES' '*'(or uncomment theTRUST_PROXIESkey in your.envfile manually)./scripts/update v0.12.9./scripts/artisan migrate(Unless you haveDB_APPLY_NEW_MIGRATIONS_AUTOMATICALLY=truein your .env file)
🛸 Other Changes
1eeeb4d- trust proxies by default
Pixelfed v0.12.8 (correctly) unsets the TRUSTED_PROXIES instead of * (trust any proxy), for convenience here we assume its safe to continue doing so (commit by @jippi)