nextcloud2ntfy/config-example.json
jiriks74 608a967fc4
All checks were successful
Mirror to Forgejo / mirror-to-codeberg (push) Successful in 3s
feat: Implement monitoring heartbeat
2025-01-19 07:15:04 +01:00

21 lines
513 B
JSON

{
"ntfy_base_url": "https://ntfy.sh",
"ntfy_topic": "nextcloud",
"ntfy_auth": false,
"ntfy_token": "authentication_token",
"nextcloud_base_url": "https://nextcloud.example.com",
"nextcloud_username": "user",
"nextcloud_password": "application_password",
"heartbeat": false,
"heartbeat_url": "url",
"heartbeat_interval": 30,
"nextcloud_poll_interval_seconds": 60,
"nextcloud_error_sleep_seconds": 600,
"nextcloud_204_sleep_seconds": 3600,
"rate_limit_sleep_seconds": 600
}