Add ntfy role
Installs and configures the ntfysh server to enable notifications.
This commit is contained in:
parent
1e0643352d
commit
32b1b13ef4
11 changed files with 253 additions and 0 deletions
20
roles/ntfy/defaults/main.yml
Normal file
20
roles/ntfy/defaults/main.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
|
||||
ntfy_version: latest
|
||||
|
||||
ntfy_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
|
||||
|
||||
ntfy_use_https: true
|
||||
|
||||
subdomain_alias: push
|
||||
|
||||
ntfy_global_topic_limit: "15000"
|
||||
ntfy_visitor_subscription_limit: "30"
|
||||
ntfy_visitor_request_limit_burst: "60"
|
||||
ntfy_visitor_request_limit_replenish: "10s"
|
||||
ntfy_cache_duration: "12h"
|
||||
ntfy_attachment_total_size_limit: "5G"
|
||||
ntfy_attachment_file_size_limit: "15M"
|
||||
ntfy_attachment_expiry_duration: "5h"
|
||||
ntfy_visitor_attachment_total_size_limit: "500M"
|
||||
ntfy_visitor_attachment_daily_bandwidth_limit: "1G"
|
||||
Loading…
Add table
Add a link
Reference in a new issue