From d6e8a6013a8cec1fe73c34dc75424701f07b082e Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 6 Jul 2024 11:57:18 -0300 Subject: [PATCH] todo management --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index d60b4c4..2ad65b6 100644 --- a/TODO.md +++ b/TODO.md @@ -3,6 +3,8 @@ * User flow for initial proxy setup * Setting up password * Setting up hostname for Caddy's automatic HTTPS +* Config UI in frontend? +* Version checks for consistency between client/server * Have 3 runtimes: * Crystal + Kemal ✅ * Python + Flask [WIP] @@ -15,4 +17,4 @@ * Sanitize all inputs * Streaming responses in slow operations like scaling down or building - +* Make more things configurable / remove hardcoded stuff