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
b3de36d15c
Reorder system checks in hc.api.apps
2024-07-04 11:32:28 +03:00
Pēteris Caune
23f3256abc
Rename and clean up the apprise system check
2024-07-04 11:28:58 +03:00
Rajesh Kumar
57459b0375
Show warning if apprise is enabled but apprise package is not installed ( #1021 )
...
* fix: show warning if apprise is enabled and not installed in environment
* renamed appraise check register
* revert back changes in transport for apprise
2024-07-04 11:12:05 +03:00
Pēteris Caune
12b5c36897
Add a system check that warns about WhatsApp misconfiguration
2024-02-16 12:58:48 +02:00
Pēteris Caune
b1cd529532
Fix type annotation
2024-02-12 11:34:27 +02:00
Pēteris Caune
33284bd93f
Fix MariaDB version check
...
Naively comparing with string "10.7" does not quite work for
versions 10.10 and 10.11 :-)
2024-02-09 14:01:48 +02:00
Pēteris Caune
d881afa3f0
Add a system check to warn about a required MariaDB UUID migration
...
cc: #929
2024-02-09 11:32:30 +02:00
Pēteris Caune
f0f2a9aed8
Add a system check which warns about missing SMTP credentials
2023-12-19 14:47:12 +02:00
Pēteris Caune
39a21861ba
Improve type hints
2023-12-15 14:31:30 +02:00
Pēteris Caune
65b9dd371f
Add system check to validate settings.SITE_ROOT
...
Fixes : #895
2023-12-15 11:04:21 +02:00