Alex Jordan
71b2dd4cfa
Move HOOKS.md into a doc/ directory
2016-08-17 13:07:08 -04:00
Alex Jordan
b505ea1477
Fix spelling errors
2016-08-17 13:02:18 -04:00
Alex Jordan
4cf32905c3
Fix excessive use of italics in README.md
2016-08-17 12:41:14 -04:00
Alex Jordan
57da88d9ca
Normalize Nginx snippet whitespace
2016-08-17 12:18:20 -04:00
Alex Jordan
b6c4599215
Move HTTP mode auth docs into "reverse proxy"
2016-08-17 12:17:07 -04:00
Alex Jordan
668722a377
Consolidate the reverse proxy docs some more
2016-08-17 11:41:51 -04:00
Alex Jordan
5a9b9b4023
Split Lua hooks docs into their own file
2016-08-16 21:38:41 -04:00
Alex Jordan
7b54006839
Move reverse proxy and configuration file sections
...
The top is a much more sensible location for them.
2016-08-16 19:18:07 -04:00
Alex Jordan
c914f57352
Remove note about MQTT support in the HTTP section
...
It's out of place and irrelevant.
2016-08-16 19:14:49 -04:00
Alex Jordan
793f2a75b3
Split out API docs into API.md
2016-08-16 19:06:35 -04:00
Alex Jordan
3e25dbc3a5
Improve package installation commands
...
Most users will be using `sudo` and an unprivileged account anyway, and
the `>` shell operator doesn't work in this scenario. So, optimize for
the majority and give commands that can be blindly copied and
pasted. Running things directly as root isn't a great idea anyway.
2016-08-16 18:13:48 -04:00
Alex Jordan
830a0aaeee
Remove package installation distro headers
2016-08-16 18:06:56 -04:00
Alex Jordan
6f361a9dc7
Consolidate installation instructions
2016-08-16 18:02:15 -04:00
Alex Jordan
c96d4bdfbf
Fix typo
2016-08-16 17:53:47 -04:00
Alex Jordan
350ac615ee
Refer to Recorder in a consistent way
2016-08-16 17:52:21 -04:00
Alex Jordan
1fbccc40f1
s/websocket/WebSocket/g
2016-08-16 17:41:34 -04:00
Alex Jordan
c573f7374f
Remove duplicated/out-of-place env variable docs
2016-08-16 17:37:53 -04:00
Alex Jordan
f1888c40f9
Move Travis badge to the top of README.md
2016-08-16 16:55:29 -04:00
Alex Jordan
0a9dc887e0
Consolidate building instructions
2016-08-16 16:52:23 -04:00
Alex Jordan
fe8d1bcaae
Consolidate HTTP server and ocat docs
2016-08-16 16:43:06 -04:00
JP Mens
e5b06f3f34
Merge pull request #134 from strugee/improve-readme
...
Improve README
2016-08-16 14:19:13 -04:00
Alex Jordan
816b55f88b
s/Websocket/WebSocket/g
2016-08-16 14:13:52 -04:00
Alex Jordan
a89cb64dfa
Fix incorrect links
2016-08-16 14:03:09 -04:00
Alex Jordan
a1907d2a55
Add links to the Table of Contents
2016-08-16 13:58:54 -04:00
Alex Jordan
a4477ca11f
Fix list indentation
2016-08-16 13:36:13 -04:00
Alex Jordan
0acc0b6a03
Fix "systemd service" heading level
2016-08-16 13:31:52 -04:00
Alex Jordan
a13a1f9094
Add basic Table of Contents to the README
2016-08-16 13:26:14 -04:00
Alex Jordan
5edfd605ca
Organize reverse proxy instructions in the README
2016-08-16 13:25:24 -04:00
Alex Jordan
14533ba3c9
Fix a couple small README typos
2016-08-16 13:25:01 -04:00
Jan-Piet Mens
04bc76bec7
api/0/version outputs git commit
2016-07-22 10:33:56 +02:00
Jan-Piet Mens
32ec189662
embed git version/commit
2016-07-22 09:51:06 +02:00
Jan-Piet Mens
f54cbb0de5
Debian package dependent on libsodium13
2016-07-21 08:11:34 +02:00
Jan-Piet Mens
d80809c9cb
2016-07-20 version 0.6.7
...
- FIX: don't crash on null payloads
0.6.7
2016-07-20 10:59:04 +02:00
Jan-Piet Mens
f6b2091eca
catch null payload
2016-07-20 10:50:43 +02:00
Jan-Piet Mens
080bb52c5b
set sensible defaults
2016-07-20 10:20:00 +02:00
JP Mens
181cd37eaa
Merge pull request #126 from ralight/patch-1
...
Duplicated word.
2016-07-19 18:03:23 +02:00
Roger Light
40e2e0c7e7
Duplicated word.
2016-07-19 16:41:34 +01:00
Jan-Piet Mens
20bf73daf8
hack to appease docker builds
2016-07-19 15:35:28 +02:00
Jan-Piet Mens
ca57b43a96
try again
2016-07-19 14:47:35 +02:00
Jan-Piet Mens
5ab33fa5dc
package version for debian repo
2016-07-19 14:27:50 +02:00
Jan-Piet Mens
a0fe2202c0
2016-07-19 version 0.6.6
...
- FIX: FreeBSD locations api: reset isdst for mktime(3) (#125 )
- FIX: apikey support for last/, map/, and views/ (#124 )
- FIX: don't clobber CFLAGS from config.mk
- FIX: debian/centos package now automatically installs systemd service (thanks Tomas Lastovick for making us do this :)
- FIX: centos packages now also install binaries to /usr
0.6.6
2016-07-19 13:48:01 +02:00
Jan-Piet Mens
ffca52241a
specify debian version in package filenames
2016-07-19 13:44:35 +02:00
Jan-Piet Mens
36ba087bae
update build prereqs
2016-07-19 13:33:37 +02:00
Jan-Piet Mens
700f001cf3
avoid clobbering MORELIBS
...
addresses #125
2016-07-19 07:53:38 +02:00
Jan-Piet Mens
bce47f2699
update FreeBSD flags
2016-07-18 20:24:26 +02:00
Jan-Piet Mens
d48c17e9e6
ignore tm_isdst for FreeBSD
...
closes #125
2016-07-18 17:55:42 +02:00
Jan-Piet Mens
8211062862
add stdarg for gcc on freebsd
2016-07-18 16:37:28 +02:00
Jan-Piet Mens
20fd6a07be
add example of $remote_addr
...
closes #100
2016-07-15 15:43:12 +02:00
Jan-Piet Mens
d744cfd4ca
add browser key docs for #124
2016-07-15 15:35:25 +02:00
Jan-Piet Mens
b37d6f07f1
add apikey to views
2016-07-15 15:27:05 +02:00