move todo into own file

This commit is contained in:
Joshua 2022-09-19 22:20:58 +02:00
parent d175fe601a
commit 464c9bd8c9
2 changed files with 9 additions and 7 deletions

View file

@ -1,5 +1,7 @@
# [dreamland.lio.systems] # [dreamland.lio.systems]
#### [Todo](./TODO.md)
Source of Truth for all my Projects Source of Truth for all my Projects
## Requirements ## Requirements
@ -9,13 +11,7 @@ Source of Truth for all my Projects
## Development ## Development
Run `vr routes` to regenerate the routes, then run `vr dev` to run the Dev Server using Denon 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.
## Todo
- [x] Proxy Wasabi Files?
- [ ] Add Domain Parameter
- [ ] Make some paths only work on certain domains
[vr]: https://velociraptor.run [vr]: https://velociraptor.run
[deno]: https://deno.land [deno]: https://deno.land

6
TODO.md Normal file
View file

@ -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?