From 9cae4abd0641dacc3d8ecbf4fff258787dd9589c Mon Sep 17 00:00:00 2001 From: inexcode Date: Mon, 7 Feb 2022 11:31:03 +0300 Subject: [PATCH] Reorder problems --- src/problems.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/problems.md b/src/problems.md index 6de5d9d..7a17474 100644 --- a/src/problems.md +++ b/src/problems.md @@ -1,8 +1,20 @@ # Reproted problems +## DKIM +Is not deployed to Cloudflare. Inex working on it right now. + ## NixOS fails to upgrade We have to deploy our own channel with verified builds. +## RSA keys generated in app not working +Will get rid of key generation inside an app. + +## Volumes are not used properly +We need a controller which will detect them, format them, expand them and also move apps between them. Probably app should use Hetzner API to expand volume automatically. + +## Server control is lost when losing app's storage +Solution implemented on API side as recovery tokens in [[changelog#authorization_tokens branch|1.2.0]]. We need to implement this on app side. + ## Master user password Can't use anything but [a-zA-Z0-9]. Problem is in the way we pass variables to nixos-infect script from the app side. String escaping is needed, but it turned out to be not trivial. Use base64 in transit instead? Would have to keep compatability with the old app versions. @@ -20,20 +32,9 @@ Leads to files corruption? ### User is not notified that they may have to add a credit card to b2 Free limits are pretty small and restoration may easily spend them all, and after that, everything is broken. -## DKIM -Is not deployed to Cloudflare. Inex working on it right now. - -## RSA keys generated in app not working -Will get rid of key generation inside an app. - -## Volumes are not used properly -We need a controller which will detect them, format them, expand them and also move apps between them. Probably app should use Hetzner API to expand volume automatically. - ## Disk storage is not monitored Which leads to big problems for the server. API has to control available space, and how each app uses it. App should alert user and give options on storage management. -## Server control is lost when losing app's storage -Solution implemented on API side as recovery tokens in [[changelog#authorization_tokens branch|1.2.0]]. We need to implement this on app side. # Backlog