Pēteris Caune
e1ccf5f86a
Add Elestio to the 3rd party resources page
...
Fixes : #1062
2024-10-10 13:19:40 +03:00
Pēteris Caune
5a43e8f197
Fix formatting
2024-10-02 09:44:03 +03:00
Pēteris Caune
20fb599ad9
Add note about local_settings in SECURE_PROXY_SSL_HEADER docs
2024-10-02 09:36:20 +03:00
Pēteris Caune
13f92b90ef
Update settings.py to read SECURE_PROXY_SSL_HEADER from env vars
...
And add it to docs.
And add a system check to make sure it, if set, is a tuple
with 2 elements.
cc: #851
2024-10-01 19:13:26 +03:00
Pēteris Caune
342423ee93
Update the "Accessing Administration Panel" section
2024-10-01 16:30:57 +03:00
Pēteris Caune
6ed9de4d01
Fix whitespace
2024-10-01 16:15:39 +03:00
Pēteris Caune
69a6588121
Update "Database Cleanup" in docs
2024-10-01 15:57:23 +03:00
Pēteris Caune
e73d7a1ece
Remove pruneflips
management command
...
Flips are now cleaned up automatically during pinging.
2024-10-01 15:33:56 +03:00
Pēteris Caune
0b7b77c8d7
Add a note about setting REMOTE_USER_HEADER in local_settings.py
...
cc: #1061
2024-09-24 12:13:33 +03:00
Pēteris Caune
71f92d19fa
Improve the "TLS Termination" section in docs
...
cc: #1065
2024-09-23 10:29:55 +03:00
Pēteris Caune
15e1a988c8
Upgrade docker-compose.yml to use postgres 16, add upgrade instructions
2024-08-19 11:00:37 +03:00
Pēteris Caune
bd5582872a
Upgrade to Django 5.1
2024-08-07 17:24:27 +03:00
Joel Pérez
28168a5651
Fix django version in self hosted documentation ( #1034 )
...
* Update self_hosted.md
* Update self_hosted.html-fragment
2024-07-30 19:24:31 +03:00
Pēteris Caune
bdb6f18a3d
Add "uuid" field in API responses when read/write key is used
...
The API responses already contain ping_url, update_url, resume_url,
pause_url fields where the UUID can be extracted from, so we are
not exposing new information. The extraction can be finicky in,
say, shell-scripting scenarios. So for API user convenience we will
now also provide the check's code (UUID) as a separate field.
Fixes : #1007
2024-07-18 18:15:52 +03:00
Viktor Szépe
9a44ef1571
Fix typos
2024-06-20 15:41:42 +03:00
Pēteris Caune
5584c2cd21
Fix copy/pasting error
2024-06-12 09:46:58 +03:00
Pēteris Caune
037499f33a
Add Docs / Pinging / Network Routers
2024-06-11 21:00:34 +03:00
Pēteris Caune
a8bd589c87
Move the Ansible collection under API Wrappers
2024-05-10 17:14:02 +03:00
Pēteris Caune
582e7dcfb1
Add andrewthetechie/py-healthchecks.io in the 3rd party resources page
2024-05-10 11:23:06 +03:00
Pēteris Caune
011fa98154
Improve PING_EMAIL_DOMAIN docs some more :-)
2024-04-22 15:34:44 +03:00
Pēteris Caune
64f27edff4
Tweak PING_EMAIL_DOMAIN docs
2024-04-22 15:15:02 +03:00
Pēteris Caune
8391045b06
Add a link to /docker/README.md in PING_EMAIL_DOMAIN docs
2024-04-22 14:58:56 +03:00
Pēteris Caune
8b7160bf09
Improve PING_EMAIL_DOMAIN docs
2024-04-22 14:10:52 +03:00
Aine
340379c12b
Add gitlab.com/etke.cc/go/healthchecks to docs/resources ( #992 )
2024-04-22 10:12:31 +03:00
Pēteris Caune
0b28aa1cdf
Add a "set -o pipefail" tip in docs
2024-04-16 12:37:57 +03:00
Pēteris Caune
8ba75475bb
Add missing word in docs
2024-04-14 13:02:24 +03:00
Pēteris Caune
e57e3185ad
Fix typo
2024-03-12 18:30:40 +02:00
Pēteris Caune
30b30d6af5
Add id attributes for addressing
2024-03-12 18:25:21 +02:00
Pēteris Caune
4485c8bd6e
Improve docs about check and project transfers
2024-03-12 17:54:24 +02:00
Pēteris Caune
8955c1d7cd
Remove "Last ping was <time interval> ago." from WhatsApp messages
...
In some rare cases the last ping can be None (i.e., there was no
last ping). In these cases we would need to omit the
"Last ping was <time interval> ago." part from the message.
To avoid creating a *third* WhatsApp content template, remove
the "Last ping was <time interval> ago." part from the message
altogether.
What are the cases when last ping could be None? Here's one:
* User creates a check
* User sends a "/start" signal
* The grace time passes, the check goes down. There's no
previous "success" or "fail" signal, so the check's
"last_ping" field will be None.
2024-02-29 11:42:44 +02:00
Pēteris Caune
ec0791b4ee
Update the WhatsApp integration to use Twilio Content Templates
2024-02-16 12:37:11 +02:00
Pēteris Caune
0d5c139348
Tweak wording
2024-02-15 13:22:35 +02:00
Pēteris Caune
aefc0d36c6
Improve email docs
2024-02-15 13:17:24 +02:00
Pēteris Caune
1ec4fbc0c9
Add a note about flip retention in docs
2024-02-15 11:16:01 +02:00
Pēteris Caune
6919202a8f
Add missing space
2024-02-06 15:26:43 +02:00
Pēteris Caune
2ea7ff5950
Improve copy in email.md
2024-02-06 10:09:25 +02:00
mmomjian
00c5b767d4
Update filtering rules to specify that they are case sensitive ( #944 )
...
* Update filtering_rules_modal.html
We should specify that the keywords are case sensitive - this isn't obvious to the user.
* Update filtering_rules_modal.html
* Update email.html-fragment
* Update email.md
2024-02-06 09:48:47 +02:00
Pēteris Caune
7ba2374616
Add API docs for /api/v3/status/
...
Fixes #949
2024-01-29 11:31:05 +02:00
Pēteris Caune
42f88f4fb0
Add S3_SECURE setting
...
It controls whether to use secure (TLS) connection to S3 or not.
2024-01-10 12:19:45 +02:00
Pēteris Caune
492d031341
Update Third-Party Resources page
...
* remove projects that have not been updated in years
* add hc-monitor and danidelvalle/healthchecks-decorator
2024-01-04 15:15:51 +02:00
Pēteris Caune
9562e48329
Improve PING_ENDPOINT docs
...
Fixes : #933
2023-12-22 14:06:38 +02:00
Pēteris Caune
86e3a38239
Fix capitalization
2023-12-13 14:44:32 +02:00
Pēteris Caune
734d146283
Add "Auto provisioning" page under Docs > Guides
2023-12-13 14:26:28 +02:00
Pēteris Caune
5d07645823
Update the "Configuring Checks" docs page with OnCalendar schedules
2023-12-12 13:39:00 +02:00
Pēteris Caune
964ec7a1d4
Update the API docs regarding OnCalendar schedules
2023-12-07 15:03:50 +02:00
Pēteris Caune
d7a2e24ccf
Replace "Slack integration" with "{site_name} integration for Slack"
2023-11-03 09:07:58 +02:00
Pēteris Caune
c22c8a0a76
Improve markdown markup
2023-10-18 09:17:31 +03:00
Pēteris Caune
e4f233ba30
Sync templates/docs/self_hosted_docker.md and docker/README.md
2023-10-18 09:00:38 +03:00
Pēteris Caune
c123e4d3a9
Add note about SMTPD_PORT in docs
...
cc: #791
2023-10-18 08:39:22 +03:00
Pēteris Caune
3c19d51836
Drop Python 3.8 and Python 3.9 support
2023-09-06 10:31:13 +03:00