From 464c9bd8c92b4ffcbb4362ce37f11d51fbb47440 Mon Sep 17 00:00:00 2001 From: Joshua Date: Mon, 19 Sep 2022 22:20:58 +0200 Subject: [PATCH] move todo into own file --- README.md | 10 +++------- TODO.md | 6 ++++++ 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index c28db7d..81ca6b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # [dreamland.lio.systems] +#### [Todo](./TODO.md) + Source of Truth for all my Projects ## Requirements @@ -9,13 +11,7 @@ Source of Truth for all my Projects ## Development -Run `vr routes` to regenerate the routes, then run `vr dev` to run the Dev Server using Denon - -## Todo - -- [x] Proxy Wasabi Files? -- [ ] Add Domain Parameter -- [ ] Make some paths only work on certain domains +Ideally you'd have two Terminals, one running `vr dev` to run the Local Server and another to run `vr gen` every once in a while to get Pogo to pick up on your route changes. [vr]: https://velociraptor.run [deno]: https://deno.land diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..19ed89d --- /dev/null +++ b/TODO.md @@ -0,0 +1,6 @@ +- [x] Proxy Wasabi Files? +- [x] Add Domain Parameter +- [x] Make some paths only work on certain domains +- [ ] Serve certain Client Info/Files from Dreamland + - [ ] API Route to request files starting with a certain Key +- [ ] Rebuild [S3 Index](./src/s3.generated.ts) on Interval?