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

Support DATA_UPLOAD_MAX_SIZE_MiB in .env #3251

Closed
wants to merge 5 commits into from

Commits on Jan 20, 2024

  1. fix multiple issues from user exports config changes

    - improve nginx config
    - fix DATA_UPLOAD_MAX_MEMORY_SIZE default not being an int
    - translate fallback value in id_to_username template tag
    - make location of setting to turn on user exports easier to locate for admins
    
    fixes bookwyrm-social#3227
    fixes bookwyrm-social#3231
    fixes bookwyrm-social#3232
    fixes bookwyrm-social#3236
    hughrun committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    ddc35a7 View commit details
    Browse the repository at this point in the history
  2. fix comment in env example

    hughrun committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    a563275 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Fixes translation tags

    mouse-reeve authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9c5f6c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2f321 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Support DATA_UPLOAD_MAX_MEMORY_MiB, only, in .env

    Since arithmetic is not allowed in .env files, a change in unit for
    the variable seems most usable.
    dato committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    4a9d69e View commit details
    Browse the repository at this point in the history