Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 401 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 401 Bytes

SPARKY Web

A webinterface for managing SPARKY probes and the Headscale server.

Dev-Environment

If you use Nix, you can get a environment with all required python packages by running

nix develop

If you want to use PyCharm for development, you can run

nix build .#python-env

and then add result/bin/python3 as a system interpreter to PyCharm.