From d6f73f2bb54227ccc9616cfc38528e3a1871ddba Mon Sep 17 00:00:00 2001 From: Dmitrii Krosh Date: Mon, 27 Apr 2026 10:41:04 +0300 Subject: [PATCH] add more details about project --- .gitignore | 2 ++ README.md | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/.gitignore b/.gitignore index 83972fa..84c2452 100644 --- a/.gitignore +++ b/.gitignore @@ -216,3 +216,5 @@ __marimo__/ # Streamlit .streamlit/secrets.toml + +.vscode/ diff --git a/README.md b/README.md index 833a737..d050249 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # nexus-sync + a utility that allows you to manage access to your computers. + +## Planned features + +- ask for ipv6 of machine +- enable forward proxy via Server +- clipboard manage +- power managment +- **top**-statistic +- virt disk mounting (?) + +## Server-side + +- works in docker container +- accept connections on _some_ port +- works via API requests +- use _some_ database + +## Client-side + +- with _some_ period of time, send info to the server +- if server need some data + - decrease fetch time period + - send this data + - or execute smth