Chris Caron
|
d70539b397
|
updated apprise documentation
|
2019-08-08 21:58:30 -04:00 |
|
Pēteris Caune
|
c0d808271e
|
Add the pruneflips management command.
|
2019-07-20 12:25:58 +03:00 |
|
Pēteris Caune
|
71dd8a31eb
|
Project's name with capital H
|
2019-06-04 23:39:50 +03:00 |
|
Pēteris Caune
|
40f4adf78b
|
Add WhatsApp integration (uses Twilio same as the SMS integration)
|
2019-05-31 13:01:01 +03:00 |
|
Pēteris Caune
|
90634610bb
|
Merge pull request #248 from Penagwin/master
Updated Build instructions
|
2019-05-07 10:15:41 +03:00 |
|
Penagwin
|
8f241f7da9
|
Update README.md
|
2019-05-06 13:04:21 -04:00 |
|
Pēteris Caune
|
6040759601
|
Add the prunetokenbucket management command.
|
2019-05-05 13:04:32 +03:00 |
|
Penagwin
|
573c0b84d4
|
Updated Build instructions
|
2019-05-03 14:55:26 -04:00 |
|
No GUI
|
e2c41b0c1f
|
Update README.md
Since anonymous checks aren't created any more, don't document the manage command to clean them up.
|
2019-04-15 20:12:27 +00:00 |
|
Pēteris Caune
|
7c13adbf18
|
Add the EMAIL_USE_VERIFICATION configuration setting. Fixes #232
|
2019-04-01 11:16:47 +03:00 |
|
Pēteris Caune
|
acd55ce7f3
|
Note about DB_NAME and SQLite.
|
2019-03-13 00:34:07 +02:00 |
|
Pēteris Caune
|
68b818a89b
|
Add Matrix environment variables to README
|
2019-03-10 11:50:13 +02:00 |
|
Tim Freund
|
415ec58b95
|
Allow SMTP configuration via environment variables
This change allows SMTP configuration via email, but users can
still choose to configure the settings directly in local_settings.py
|
2019-02-01 14:40:24 -05:00 |
|
Pēteris Caune
|
01d94176dd
|
Tweak HTML and CSS in alert emails.
|
2018-11-14 11:04:48 +02:00 |
|
Pēteris Caune
|
c4543bce58
|
Load settings from environment variables. Fixes #187
|
2018-10-22 17:25:58 +03:00 |
|
erickeller
|
1dc9bcf798
|
update Readme with pip install dependencies
pip install will fail when you cannot compile some of the dependencies.
one is gcc the other is the Python.h
```
Building wheels for collected packages: rcssmin, rjsmin
Running setup.py bdist_wheel for rcssmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rcssmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-u0q6mggl --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rcssmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rcssmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rcssmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rcssmin.c -o build/temp.linux-x86_64-3.6/rcssmin.o
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Failed building wheel for rcssmin
Running setup.py clean for rcssmin
Running setup.py bdist_wheel for rjsmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-axnaq3w9 --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rjsmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rjsmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
```
```
Running setup.py bdist_wheel for rjsmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-cfntw7bo/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-ytqxu9_b --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rjsmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rjsmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o
In file included from rjsmin.c:18:0:
_setup/include/cext.h:34:10: fatal error: Python.h: No such file or directory
#include "Python.h"
^~~~~~~~~~
compilation terminated.
```
|
2018-10-19 18:21:41 +02:00 |
|
Pēteris Caune
|
75fa27436e
|
Document "manage.py smtpd" in README, fixes #188
|
2018-10-02 15:15:09 +03:00 |
|
Pēteris Caune
|
ebfae7e848
|
"Django 2" in README
|
2018-05-17 19:45:16 +03:00 |
|
Pēteris Caune
|
9bc0f1b82a
|
Dropping Python 2 support
|
2018-04-24 21:04:33 +03:00 |
|
Basil Shubin
|
75665786fe
|
let there be colour
|
2018-02-15 11:30:57 +07:00 |
|
Pēteris Caune
|
c4b316003d
|
Replace healthchecks.io branding with generic branding.
|
2018-01-13 19:21:43 +02:00 |
|
Pēteris Caune
|
56aa1b2b1f
|
Document settelegramwebhook in README, and 2017->2018
|
2018-01-02 15:29:35 +02:00 |
|
Pēteris Caune
|
84f6754ea3
|
Instructions in README for setting up Discord integration (#138)
|
2017-10-18 14:28:25 +03:00 |
|
Pēteris Caune
|
56dfeb7996
|
Fix image link in README
|
2017-08-12 20:03:48 +03:00 |
|
Pēteris Caune
|
d8bceac13f
|
Updated screenshots.
|
2017-08-12 19:57:11 +03:00 |
|
Pēteris Caune
|
647eca5b34
|
Add a a screenshot of cron dialog.
|
2017-08-12 18:37:44 +03:00 |
|
Pēteris Caune
|
b3c6ab4171
|
pruneemails does not exist any more.
|
2017-06-01 17:51:23 +03:00 |
|
Pēteris Caune
|
49eb8b6b23
|
Django 1.11
|
2017-05-28 12:49:53 +03:00 |
|
Pēteris Caune
|
5cb372d18f
|
Configurable bot name and updated README. Fixes #115
|
2017-05-20 11:53:16 +03:00 |
|
Pēteris Caune
|
965accaedb
|
REGISTRATION_OPEN setting. superuser accounts by default have team access enabled. Fixes #97 and #113
|
2017-02-24 15:58:11 +02:00 |
|
Pēteris Caune
|
55e5f10d73
|
os.env -> os.environ
|
2017-02-21 16:25:17 +02:00 |
|
Pēteris Caune
|
b63f19f415
|
Simplify: remove djmail and django-ses-backend dependencies.
|
2017-01-29 11:44:22 +02:00 |
|
Pēteris Caune
|
c6c195b016
|
local_settings.py.example
|
2017-01-28 12:38:52 +02:00 |
|
Pēteris Caune
|
caa6b2758e
|
pruneusers management command does not touch users with team memberships. Tests.
|
2017-01-14 11:51:15 +02:00 |
|
Pēteris Caune
|
0b6d484bd5
|
"prunenotifications" management command
|
2016-12-15 18:54:03 +02:00 |
|
Pēteris Caune
|
c6d5e64286
|
Warn about obsolete update_alert_after trigger.
|
2016-12-14 12:20:08 +02:00 |
|
Pēteris Caune
|
9a00fd9944
|
Mention SITE_NAME in README, better docs for the unique API field.
|
2016-09-23 21:13:38 +03:00 |
|
Pēteris Caune
|
e0f38ad18d
|
Section on database cleanup management commands
|
2016-04-29 12:58:57 +03:00 |
|
Pēteris Caune
|
b53e945f6d
|
Database configuration in README
|
2016-04-05 17:01:46 +03:00 |
|
Martin Lanner
|
3f558bdc0a
|
Proposed change from SSH to HTTPS in installation instructions.
|
2016-02-10 11:27:24 +01:00 |
|
Di Wu
|
cc45849f76
|
Update README.md
|
2016-01-01 16:54:18 -05:00 |
|
Pēteris Caune
|
f3d30d43b6
|
Update README with notes about emails and sendalerts command.
|
2015-12-02 15:48:14 +02:00 |
|
Thomas Jost
|
85c1f65887
|
Add Pushover integration
|
2015-11-25 16:06:24 +01:00 |
|
Pēteris Caune
|
53ab258447
|
Updated screenshots
|
2015-08-27 20:25:34 +03:00 |
|
Pēteris Caune
|
89bb89c5f3
|
Badges in README
|
2015-08-13 11:27:40 +03:00 |
|
Pēteris Caune
|
3b43957758
|
Add screenshots
|
2015-07-27 20:34:39 +03:00 |
|
Pēteris Caune
|
71b5e1ef87
|
MySQL version of trigger, setup instructions in README
|
2015-07-20 23:56:54 +03:00 |
|
Pēteris Caune
|
8e3b8c0673
|
Link to live site
|
2015-07-01 00:43:48 +03:00 |
|
Pēteris Caune
|
6304aa4180
|
Update README.md
|
2015-06-25 21:54:53 +03:00 |
|
Pēteris Caune
|
3fff9e8e3a
|
stubby README
|
2015-06-25 21:50:57 +03:00 |
|