move todo into own file
This commit is contained in:
parent
d175fe601a
commit
464c9bd8c9
2 changed files with 9 additions and 7 deletions
10
README.md
10
README.md
|
@ -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
6
TODO.md
Normal 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?
|
Loading…
Add table
Reference in a new issue