Commit Graph

41 Commits

Author SHA1 Message Date
7c778d4e48
fix program arguments not being passed to commands 2024-08-17 12:42:37 +01:00
f13dbe3250
include appendheaders in readme example config 2023-10-28 22:41:38 +01:00
c5fef8e42d
AppendHeaders 2023-10-28 21:48:54 +01:00
e74c3a684e
stop using deprecated ioutil 2023-10-28 21:47:35 +01:00
0f8b4d2e1e
update gitignore 2023-10-28 21:46:58 +01:00
f3cdde5fe6
update makefile 2023-10-28 21:46:15 +01:00
cdd19d95e9
closes #1, closes #3 update readme 2022-02-12 13:28:28 +00:00
dfd44b7ea1
update module path thingy 2022-01-21 21:08:05 +00:00
1e53930e8c
Check if config is valid JSON 2021-09-01 18:58:18 +01:00
3cadcfbabe Fix signature logic 2021-08-14 01:06:29 +01:00
39fe4748e1 Add support for individually disabling signature verification 2021-08-14 01:02:36 +01:00
f2b2ac9368 update example config 2021-08-06 14:54:36 +01:00
4c8cb33c59 Better logging, comments 2021-08-06 14:53:22 +01:00
cf65488907 Implement Stringer in Command type 2021-08-06 14:29:24 +01:00
87ea4cc5e5 Don't print config on start, add a couple comments 2021-08-06 14:27:42 +01:00
5ab36c57ef convert stdout to string before printing 2021-08-04 22:18:53 +01:00
a3ded5a052 Run tests and script in parralel to prevent timing out 2021-08-04 22:17:43 +01:00
081aaee9c7 Actually print calcuated signature to stdout 2021-08-04 22:12:59 +01:00
0953baae50 Don't overwrite existing user configs 2021-08-04 22:12:38 +01:00
6cacc65013 Add config option SignaturePrefix 2021-08-04 21:43:37 +01:00
8677f5bfdd Move config to separate package 2021-08-04 12:04:01 +01:00
2189ee511c Allow executed script to have arguments 2021-08-04 11:51:40 +01:00
a2d4153c64 Create Makefile 2021-08-04 10:22:19 +01:00
294bd80cc7 Update service file to restart on app crash 2021-07-29 09:46:33 +01:00
b31f8496fc Add required field ListenAddress to config, document in readme 2021-07-29 09:42:28 +01:00
ec030052c3 Fix systemd service file... again 2021-07-29 08:48:20 +01:00
2a9bac2640 Update readme.md 2021-07-29 08:46:57 +01:00
48779bf23b Fix systemd service file 2021-07-29 08:45:12 +01:00
372171fb86 Add installation instruction, systemd service file 2021-07-29 08:43:06 +01:00
fd93cc4fb1 fix signature comparison logic 2021-07-29 08:29:37 +01:00
3fa2c958f7 Add Dockerfile 2021-07-29 08:09:04 +01:00
76197520e7 Make enpoint prefix plural, change stuff in readme 2021-07-29 07:54:22 +01:00
b4d9935e39 Add example config to readme 2021-07-29 07:44:14 +01:00
4691ea5cc3 Rewrite how tests are defined 2021-07-29 07:42:02 +01:00
a82726ca52 Update readme.md 2021-07-29 07:37:25 +01:00
c99a5943aa Only execute if all tests are successful 2021-07-29 07:37:25 +01:00
c0f0cc6c60 Clean up code 2021-07-29 07:37:25 +01:00
242ae06cad Remove testing related code 2021-07-29 07:37:25 +01:00
cd2c0ff0fe Add ability to disable signature verification 2021-07-29 07:37:25 +01:00
9fca2cefa3 Fix module name 2021-07-29 07:37:18 +01:00
0370e58aec Initial commit 2021-07-28 16:20:06 +01:00