Skip to content

Releases: binarymason/bashRPC

Init.d System Service Fixes

01 Aug 17:49
Compare
Choose a tag to compare
v19.08.01-1348

reimplement nohup; combined with daemon (#12)

Config Improvements

18 Jul 13:33
Compare
Choose a tag to compare
  • user can specify their own SSL cert and key in bashrpc.yml file:
# bashrpc.yml

key: /path/to/ssl.key
cert: /path/to/ssl.cert
  • CLI overrides are possible. Now CLI flags take priority over config values.

Bash set -e

17 Jul 14:44
Compare
Choose a tag to compare

Now commands that fail will stop execution immediately instead of continuing.

Add HTTPS + Logging

17 Jul 14:32
Compare
Choose a tag to compare
v19.07.17-1030

Add logging

First Release

16 Jul 14:26
Compare
Choose a tag to compare
v19.07.16-1024

update to reflect new name