We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
💡 Idea
As the title suggests, this will allow admin to specify custom attachment size limits, expiration times, etc. for individual topics.
For example, via server.yml:
server.yml
topics: my_topic: attachment-file-size-limit: 20MB attachment-expiry-duration: 12h another_topic: attachment-file-size-limit: 5MB attachment-expiry-duration: 1h
Or, like auth-file, these configurations could be put into a .db file and modified dynamically via the ntfy CLI.
auth-file
.db
I imagine this could provide more flexibility and better resource management. And it would cool if this implemented like Tiers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
💡 Idea
As the title suggests, this will allow admin to specify custom attachment size limits, expiration times, etc. for individual topics.
For example, via
server.yml
:Or, like
auth-file
, these configurations could be put into a.db
file and modified dynamically via the ntfy CLI.I imagine this could provide more flexibility and better resource management. And it would cool if this implemented like Tiers.
The text was updated successfully, but these errors were encountered: