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