From 91ac86b63f2d6546cdd7a7f55a8e4363c6315718 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Mon, 25 Apr 2022 12:42:08 +0300 Subject: [PATCH] Update status on problems --- src/problems.md | 13 +------------ src/roadmap.md | 5 ++--- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/problems.md b/src/problems.md index 7a17474..9a400ef 100644 --- a/src/problems.md +++ b/src/problems.md @@ -1,28 +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. - ## Ability to change user passwords Has to be implemented on both server and app side. ## Server restoration from backup There are several problems + ### We don't backup current userdata from nixos-config So settings and users are not restored. ### App don't check for the current users list @@ -44,9 +36,6 @@ If DNSSEC is set up incorrectly, app won't tell user why server can't be set up. ## Email can only use [a-z] Some users wanted emails in format name.surname@domain.tld, but couldn't. As we create unix users, we have to use `r"^[a-z_][a-z0-9_]+$"`. User documentation needs explanations on this? -## Jitsi -Not working. when fix? - ## Problems with international domains I can't determine the scope of the problems it causes, without having one. But it surely creates a lot of problems on many stages, starting at server creation. Should we buy an international domain? diff --git a/src/roadmap.md b/src/roadmap.md index efc2ff2..a8ae3ca 100644 --- a/src/roadmap.md +++ b/src/roadmap.md @@ -4,8 +4,8 @@ ToDo: - [ ] Restore access to server - [ ] Update control - [ ] Disk autoresize -- [ ] SSH key add -- [ ] Fuzzing B) +- [x] SSH key add +- [x] Fuzzing B) - [x] Password symbols (base64?) - [x] DKIM - [x] https://status.selfprivacy.org @@ -26,5 +26,4 @@ Google Playmarket, iOS AppStore - [ ] Check requrements # Backlog - - [ ] SP Infra monitoring (goss, squadcast)