andyburke
  • Joined on 2025-06-24
andyburke pushed to dev at andyburke/autonomous.contact 2025-07-24 12:32:31 -07:00
f20aecb90b fix: update dockerfile to use local serverus
andyburke pushed to dev at andyburke/autonomous.contact 2025-07-24 12:10:21 -07:00
1a02dcfcc3 refactor: use sync bcrypt to avoid issues with worker perms
andyburke pushed to dev at andyburke/serverus 2025-07-24 12:00:40 -07:00
a9b20fea40 fix: let's try to refactor shutdown again, again
andyburke pushed to dev at andyburke/serverus 2025-07-23 22:25:37 -07:00
0b5f0c5d5e fix: we'll try eliminating the SERVER.shutdown method and just use
andyburke pushed to dev at andyburke/serverus 2025-07-23 17:05:53 -07:00
f63cb933dd fix: try a different way to listen for the server shutdown and remove
andyburke pushed to dev at andyburke/serverus 2025-07-23 17:00:30 -07:00
4f2ea38222 fix: unlisten for interrupts earlier
andyburke pushed to dev at andyburke/serverus 2025-07-23 16:46:56 -07:00
cb630a095b fix: try to make sure we unregister our signal listeners before we
andyburke pushed to dev at andyburke/autonomous.contact 2025-07-23 13:02:21 -07:00
e397bc884b refactor: fix password auth
andyburke pushed to dev at andyburke/fsdb 2025-07-15 00:35:25 -07:00
36bb9c6a87 docs: add some more jsdoc
andyburke pushed to dev at andyburke/fsdb 2025-07-15 00:15:41 -07:00
55a73c3d0a docs: update README, add some more jsdoc
andyburke pushed to dev at andyburke/serverus 2025-07-14 20:28:49 -07:00
21f132997d fix: get the docker image working
andyburke pushed to dev at andyburke/serverus 2025-07-14 20:06:10 -07:00
9541c9ac0f fix: let serverus run as root inside the container so it can read
andyburke pushed to dev at andyburke/serverus 2025-07-14 20:03:32 -07:00
1db5905924 fix: let's try to make sure /www exists in the container with reasonable
andyburke pushed to dev at andyburke/serverus 2025-07-14 19:56:49 -07:00
524f9ff2e3 feature: docker container
andyburke pushed to dev at andyburke/serverus 2025-07-14 19:24:47 -07:00
80032ad926 feature: support more than html in SSI
andyburke pushed to dev at andyburke/serverus 2025-07-14 19:23:14 -07:00
b3e5a4e1b4 feature: support more than html for SSI
andyburke pushed to dev at andyburke/autonomous.contact 2025-07-14 14:06:41 -07:00
316663be32 fix: listen on all interfaces when serving
andyburke pushed to dev at andyburke/autonomous.contact 2025-07-14 14:05:15 -07:00
0d5409fc60 chore: upgrade fsdb
andyburke pushed to dev at andyburke/fsdb 2025-07-14 13:55:28 -07:00
22a8b4d03f refactor: ensure symlinks are relative to allow moving databases around
andyburke pushed to dev at andyburke/autonomous.contact 2025-07-11 20:09:26 -07:00
6d6272480d fix: maybe we can't write outside the deno PWD