Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

services/matrix: Adjust proxy settings and automatically purge remote media #38

Merged
merged 2 commits into from
Apr 15, 2024

Commits on Mar 25, 2024

  1. services/matrix: Adjust proxy settings

    According to the synapse docs[^1] the `proxy_http_version 1.1;` directive
    should be set. The nixpkgs niginx module only does so, when the
    top-level recommended proxy options is set.
    
    [^1]: https://matrix-org.github.io/synapse/latest/reverse_proxy.html
    e1mo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ce7e5de View commit details
    Browse the repository at this point in the history
  2. services/matrix: Automatically purge remote media

    Remote media that has not been acessed in 90 days will be purged.
    Sice purging remote media is currently doing enough to free up space,
    I'd suggest not purging local media for now (thus setting the retention
    to 10 years, thus virtually unlimited).
    e1mo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    01c85ce View commit details
    Browse the repository at this point in the history