nextcloud2ntfy/config-example.json

18 lines
496 B
JSON
Raw Normal View History

2025-01-14 03:21:44 +01:00
{
"ntfy_base_url": "https://ntfy.example.com",
"ntfy_topic": "nextcloud",
"ntfy_token": "default_token",
"nextcloud_base_url": "https://nextcloud.example.com",
"nextcloud_notification_path": "/ocs/v2.php/apps/notifications/api/v1/notifications",
"nextcloud_username": "user",
"nextcloud_password": "application_password",
"nextcloud_poll_interval_seconds": 60,
"nextcloud_error_sleep_seconds": 600,
"nextcloud_204_sleep_seconds": 3600,
"rate_limit_sleep_seconds": 600
}