caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
580 stars 50 forks source link

Attachment file size limit can be set via environment variable #131

Closed caronc closed 10 months ago

caronc commented 10 months ago

Description:

Related issue (if applicable): refs #130

Introduced new environment variable called APPRISE_ATTACH_SIZE which is defined in MB (Megabytes)and defaults to200`

The NginX configuration was updated to allow up to a maximum size of 500 MB for this value if you wish.

Checklist

codecov-commenter commented 10 months ago

Codecov Report

Patch coverage has no change and project coverage change: -0.07% :warning:

Comparison is base (669619e) 94.97% compared to head (e375e9e) 94.90%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #131 +/- ## ========================================== - Coverage 94.97% 94.90% -0.07% ========================================== Files 15 15 Lines 1433 1434 +1 ========================================== Hits 1361 1361 - Misses 72 73 +1 ``` | [Files Changed](https://app.codecov.io/gh/caronc/apprise-api/pull/131?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chris+Caron) | Coverage Δ | | |---|---|---| | [apprise\_api/api/utils.py](https://app.codecov.io/gh/caronc/apprise-api/pull/131?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chris+Caron#diff-YXBwcmlzZV9hcGkvYXBpL3V0aWxzLnB5) | `67.72% <0.00%> (-0.31%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.