faaso/TODO.md

31 lines
1016 B
Markdown
Raw Normal View History

2024-07-06 14:53:53 +00:00
# Things that need doing before first release
* User flow for initial proxy setup
* Setting up password
* Setting up hostname for Caddy's automatic HTTPS
2024-07-06 14:57:18 +00:00
* Config UI in frontend?
2024-07-06 18:30:43 +00:00
* Support tokens besides basic auth
2024-07-06 14:59:55 +00:00
* Polish frontend UI **A LOT**
* ✅ Version checks for consistency between client/server
2024-07-06 14:53:53 +00:00
* Have 3 runtimes:
2024-07-07 00:21:02 +00:00
* ✅ Crystal + Kemal
* ✅ Python + Flask
* ✅ Nodejs + Express
2024-07-06 14:53:53 +00:00
* Document
* How to create a runtime
* How to create a funko
* How to setup the proxy
* APIs
* Sanitize all inputs
2024-07-07 00:21:02 +00:00
* ✅ Streaming responses in slow operations like scaling down
2024-07-06 15:00:48 +00:00
or building
2024-07-06 14:57:18 +00:00
* Make more things configurable / remove hardcoded stuff
2024-07-06 15:00:48 +00:00
* CD for binaries and images for at least arm64/x86
2024-07-06 23:28:08 +00:00
* Multi-container docker logs [faaso logs -f FUNKO]
2024-07-07 13:02:06 +00:00
* ✅ Direct error and above to stderr, others to stdout,
while keeping logging level configurable
2024-07-07 01:15:17 +00:00
* ✅ Fix proxy reload / Make it reload on file changes
2024-07-06 23:28:08 +00:00
# Things to do but not before release
* Propagate errors from `run_faaso` to the remote client