summaryrefslogtreecommitdiff
path: root/srv/default.nix
AgeCommit message (Expand)Author
2022-08-18load some test data when starting the dev shellBrian Picciano
2022-05-21Fix srv binariesBrian Picciano
2022-05-20Add RSS feed generatorBrian Picciano
2022-05-20Update http config namesBrian Picciano
2022-05-20Implement ratelimit on authenticationsBrian Picciano
2022-05-20Implement image macro for rendering imagesBrian Picciano
2022-05-20Move static assets to within srvBrian Picciano
2022-05-20Rename api package to httpBrian Picciano
2022-05-19Actually use the auth middleware for assets routesBrian Picciano
2022-05-14Create srv.dev-shell target in MakefileBrian Picciano
2022-05-14Implement rendering Posts to htmlBrian Picciano
2022-05-08Cleanup and fix dev entrypoint targetBrian Picciano
2022-05-08Add test target to Makefile to run full integration testsBrian Picciano
2022-05-05Fix various problems with the srv buildBrian Picciano
2022-05-05Use envvars to configure srvBrian Picciano
2021-09-02implementation of basic chat page which can show history and not much elseBrian Picciano
2021-08-30have circus run static serve, and optionally able to skip services via MakefileBrian Picciano
2021-08-30add chat handlers and only allow POST methodsBrian Picciano
2021-08-27small fixes to srvBrian Picciano
2021-08-26premake the dataDir for srvBrian Picciano
2021-08-08get a basic mailinglist-cli workingBrian Picciano
2021-08-08refactor how nix derivations are organized and builtBrian Picciano
2021-08-03full deployment via nixBrian Picciano
2021-07-31begin work on mailing list server, got the fundamental components doneBrian Picciano