nextcloud2ntfy/config-example.json

22 lines
513 B
JSON
Raw Normal View History

2025-01-14 03:21:44 +01:00
{
"ntfy_base_url": "https://ntfy.sh",
2025-01-14 03:21:44 +01:00
"ntfy_topic": "nextcloud",
2025-01-19 07:15:04 +01:00
"ntfy_auth": false,
"ntfy_token": "authentication_token",
2025-01-14 03:21:44 +01:00
"nextcloud_base_url": "https://nextcloud.example.com",
2025-01-14 03:21:44 +01:00
"nextcloud_username": "user",
"nextcloud_password": "application_password",
2025-01-19 07:15:04 +01:00
"heartbeat": false,
"heartbeat_url": "url",
"heartbeat_interval": 30,
2025-01-14 03:21:44 +01:00
"nextcloud_poll_interval_seconds": 60,
"nextcloud_error_sleep_seconds": 600,
"nextcloud_204_sleep_seconds": 3600,
2025-01-14 03:21:44 +01:00
"rate_limit_sleep_seconds": 600
}