{% extends 'base.html' %} {% block content %} {% from '_helpers.jinja' import render_field %}
{{ render_field(form.minutes_between_check) }} Default time for all watches, when the watch does not have a specific time setting.
{% if current_user.is_authenticated %} Remove password {% else %} {{ render_field(form.password) }} Password protection for your changedetection.io application. {% endif %}
{{ render_field(form.extract_title_as_title) }} Note: This will automatically apply to all existing watches.
{{ render_field(form.notification_urls, rows=5, placeholder="Examples: Gitter - gitter://token/room Office365 - o365://TenantID:AccountEmail/ClientID/ClientSecret/TargetEmail AWS SNS - sns://AccessKeyID/AccessSecretKey/RegionName/+PhoneNo SMTPS - mailtos://user:pass@mail.domain.com?to=receivingAddress@example.com") }}
Use AppRise URLs for notification to just about any service! Customise notification body:
{{ render_field(form.trigger_check) }}
{{ render_field(form.fetch_backend) }}

Use the Basic method (default) where your watched sites don't need Javascript to render.

The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server.

{% endblock %}