Commit graph

506 commits

Author SHA1 Message Date
b0d330471c big refactor to (maybe?) make gowatch a proper 'module' 2023-02-06 19:13:15 +00:00
090436e524 new go init 2023-02-06 18:41:58 +00:00
49d473a433 trying to fix module 2023-02-06 18:14:22 +00:00
9a00c253ee Added some highlights to the intro 2023-02-06 18:12:00 +00:00
7478321a78 Readme changes 2023-02-05 19:11:13 +00:00
c1e4484f2d todo+ 2023-02-05 19:05:23 +00:00
6a5a72abae fixed urlprefix when == "/" 2023-02-05 10:48:58 +00:00
00cd7de6df maybe perf improv 2023-02-05 10:48:15 +00:00
ac7a3f991b notify filter always executes when editing 2023-02-05 10:47:51 +00:00
db5a159469 contains filter now uses regex 2023-02-05 10:47:17 +00:00
c5e3633ea3 updated readme for new browserless stuff 2023-02-05 09:42:13 +00:00
1a83bdcd86 added support for running gowatch under a reverse proxy path 2023-02-05 09:32:52 +00:00
ecac18a0b7 added broserless /function support 2023-02-04 12:42:10 +00:00
088cf1e66e refactor to browserless submenu 2023-01-31 21:25:44 +00:00
f81b49d92a todo+ 2023-01-31 21:12:28 +00:00
9228da3ec5 todo-+ 2023-01-31 20:18:42 +00:00
007c9381d1 browserless update in readme 2023-01-31 20:06:23 +00:00
d184b33c03 todo+ 2023-01-31 20:02:29 +00:00
e9da388793 amazon watch template now uses browserless url get 2023-01-31 20:01:12 +00:00
6057506f7b split get url(s) into two functions one 'normal' and one browserless get 2023-01-31 19:59:15 +00:00
a8ddee70fb todo+ 2023-01-31 19:39:00 +00:00
b20f74bd60 todo+ 2023-01-31 18:15:47 +00:00
de0f44b96c todo 2023-01-30 20:55:09 +00:00
978e957114 added backup download functionality 2023-01-30 20:52:11 +00:00
0e98384b96 added backup delete functionality 2023-01-30 20:32:21 +00:00
e0ace15709 added some missing defer close() 2023-01-30 20:23:12 +00:00
3e218a8172 todo+ 2023-01-30 20:21:27 +00:00
e64b610fed added backup restore functionality, refactor of backup test 2023-01-30 20:21:05 +00:00
17f29cb175 added testing of backup files 2023-01-30 18:38:32 +00:00
32243fb39e todo+ 2023-01-23 20:47:30 +00:00
1890ea7276 added config for scheduled and manual backups 2023-01-23 20:46:25 +00:00
06f922bc5d moved all starting of cron jobs to func 2023-01-23 18:16:21 +00:00
16eb22f145 todo- 2023-01-23 17:58:12 +00:00
98305d3ccf created watches from templates/url/file also have their schedules started 2023-01-23 17:56:40 +00:00
c2e1a29c3d added upload option to create watch page 2023-01-23 17:55:57 +00:00
dcb83666df todo+ 2023-01-23 17:55:15 +00:00
752a95ed65 init cronjobs after db init as a go routine 2023-01-22 21:06:44 +00:00
57e40c71e1 some comments for main.go 2023-01-22 21:02:54 +00:00
d777569e80 todo+ 2023-01-22 21:01:55 +00:00
4b13bd551a init cronjobs last because that will take the longest if schedule.delay is set 2023-01-22 21:01:42 +00:00
34767c0e8e added exp delay in init db, to allow for db startup 2023-01-22 12:47:05 +00:00
c929e5408b added readme about file notifier 2023-01-22 12:46:06 +00:00
4f1f28a693 readme about schedule.delay 2023-01-22 11:09:38 +00:00
f4d61c9612 readme+ 2023-01-22 11:04:34 +00:00
d4b10728f2 missing import 2023-01-22 11:01:19 +00:00
cd30eabdfb missing '}' 2023-01-22 10:59:27 +00:00
a5f6e2f6b1 'fixed' slow sql warnings with postgres... 2023-01-22 10:48:08 +00:00
05802c6ef4 todo- 2023-01-22 10:35:55 +00:00
a891504d5a fixed a postgresql error in one of the queries 2023-01-22 10:35:19 +00:00
af165c345a added schedule delay in conf, cronjobs are scheduled with this delay in between 2023-01-22 09:57:58 +00:00