Commit Graph

88 Commits

Author SHA1 Message Date
Jan-Piet Mens
d4dd1778b9 hardcode armhf 2020-03-09 16:28:32 +01:00
Jan-Piet Mens
0162ef4b07 raspbian x-compile support 2020-03-09 16:03:52 +01:00
Jan-Piet Mens
77bd07ae50 support for Debian 10 (buster)
addresses #320
2019-10-01 12:35:03 +02:00
Jan-Piet Mens
359f1ed8c4 Fix permissions for htdocs on Debian
closes #292
2019-02-17 21:16:28 +01:00
Jan-Piet Mens
02a48a67bd fix permissions in spool directory created in post install script
addresses #291
2019-02-17 21:10:03 +01:00
Jan-Piet Mens
a3beb76586 safety belt 2019-02-17 21:10:03 +01:00
Jan-Piet Mens
a20c1538c0 Surface GEOCODE_TIMEOUT into config.mk
addresses #272
2018-11-29 20:16:10 +01:00
Jan-Piet Mens
34003192ea add lmdb deps 2018-10-22 22:25:00 +02:00
Jan-Piet Mens
4d9d2cf8e9 adjust for libsodium 2018-02-12 15:03:00 +01:00
Jan-Piet Mens
d4b450949f add sleep to systemd service to allow Mosquitto to start
closes #185
2017-10-17 20:50:16 +02:00
Jan-Piet Mens
8aa745efc3 fpm build 9.0 2017-06-20 19:33:36 +02:00
Jan-Piet Mens
7234afda5d fix systemd launch; add topics to defaults
closes #185
2017-05-17 15:02:41 +02:00
Jan-Piet Mens
abf17c5623 default to freebsd no 2017-05-17 13:22:02 +02:00
Jan-Piet Mens
f6af33f6e2 add kill API to packages
closes #153
2016-09-24 14:44:06 +02:00
Jan-Piet Mens
6638a3b20b new configuration variable OTR_BROWSERAPIKEY
addresses #146
2016-09-12 19:15:36 +02:00
Oluf Lorenzen
f71c84c746 make defaults-file source'able
with the spaces in there 'source' wont work
2016-09-11 18:13:19 +02:00
Jan-Piet Mens
c4886f5265 remove standard MQTT topic from systemd unit 2016-08-31 11:12:16 +02:00
Alex Jordan
b128eceb47 Remove usage instructions in the systemd unit
This isn't really a great place for these, and they're not very complete
anyway. Better to put this in the proper docs, where it'll be obvious
and complete.
2016-08-16 18:43:08 -04:00
Alex Jordan
579f453087 Pass the standard MQTT topic in the systemd unit
Add the standard OwnTracks MQTT topic as the first argument to
`ot-recorder` in the service file. This provides a usable experience out
of the box (otherwise the service file will fail with a help message).
2016-08-16 18:37:03 -04:00
Alex Jordan
997573828b Remove deprecated syntax in systemd unit file
No point showing this in new installs.
2016-08-16 18:34:21 -04:00
Alex Jordan
d79692136c Don't send stdout and stderr to custom locations
If the user is on systemd it's reasonable to assume that they are also
using journald. This is the default on most (all?) systemd systems and
any admin who configures their system to send things to syslog instead
of journald can deal with one more thing that needs to be
changed.

Therefore, optimize for the majority and send logs to the default
journald. Additionally, don't send stdout to /dev/null because this
isn't the norm with systemd; stdout can provide valuable debugging
information; and journald provides facilities for filtering out stdout
in log output.
2016-08-16 18:26:59 -04:00
Alex Jordan
5da7a5eb45 Don't automatically restart the systemd service
This isn't the normal way that systemd service files are written, and
lots of admins will probably be surprised to find that this is
happening. Therefore, remove it from the default configuration.

This is especially relevant given that the default ExecStart command
produces a help message, which causes systemd to mark the unit as
failed. This causes an infinite restart loop on default installs.
2016-08-16 18:20:11 -04:00
Jan-Piet Mens
f54cbb0de5 Debian package dependent on libsodium13 2016-07-21 08:11:34 +02: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
ffca52241a specify debian version in package filenames 2016-07-19 13:44:35 +02:00
Jan-Piet Mens
ae6fde49c5 postinstalls 2016-05-31 16:38:59 +02:00
Jan-Piet Mens
4738cca914 install service on debian 2016-05-31 16:36:21 +02:00
Jan-Piet Mens
30bcd0d935 postinstall centos service 2016-05-31 15:58:23 +02:00
Jan-Piet Mens
c164b32d41 adjust 2016-05-31 15:36:15 +02:00
Jan-Piet Mens
6bbfa64f96 fix Centos install dir 2016-05-31 14:45:47 +02:00
Jan-Piet Mens
535bc20a7a adjust paths to binaries 2016-05-30 09:16:46 +02:00
Jan-Piet Mens
08c623051a revert config file location debian 2016-05-30 08:53:47 +02:00
Jan-Piet Mens
395e9f8969 add a comment about comments 2016-05-24 11:36:32 +02:00
JP Mens
64eb0bf984 Merge pull request #114 from t-8ch/native_debian
Native debian packaging
2016-04-11 09:58:48 +02:00
Jan-Piet Mens
0b389bfe6a add repository public key
closes #113
2016-04-11 09:53:47 +02:00
Thomas Weißschuh
b08c36cd47 use more idomatic config for Debian 2016-03-31 18:33:03 +00:00
Jan-Piet Mens
17ddfa07ae add http-logdir option
closes #98
2016-03-03 19:05:44 +01:00
Jan-Piet Mens
5b533a00ad gw is now on on builds 2016-02-29 15:28:19 +01:00
Jan-Piet Mens
e8b4e97ea0 Optionally disable MQTT
closes #90
2016-02-26 11:38:56 +01:00
Jan-Piet Mens
6e27bab998 ship README and service file in /usr/share/doc/ 2016-02-26 10:33:55 +01:00
Jan-Piet Mens
81e83e2c20 config file supports CAFILE
closes #87
2016-02-26 07:38:46 +01:00
Jan-Piet Mens
49d346fd80 ownership of ot-recorder config files
closes #89
2016-02-25 19:09:23 +01:00
Jan-Piet Mens
c4daf5c523 clientID configurable from config file 2016-02-25 18:59:48 +01:00
Jan-Piet Mens
25ff5ceca3 Support most config options in defaults file 2016-02-25 17:29:39 +01:00
Jan-Piet Mens
b163005b01 Lua hook on responding to POST in httpmode 2016-02-24 17:59:00 +01:00
Jan-Piet Mens
3791e49c05 LMDB is no longer optional 2016-02-22 13:09:57 +01:00
Jan-Piet Mens
e92e66679e add MQTT to config.mk.in 2016-02-22 11:58:24 +01:00
Jan-Piet Mens
71ec52449e remove Hosted mode
closes #86
2016-02-22 11:32:34 +01:00