Simple file sharing server with support End-to-End encryption, perfect for personal, small or medium organization.
-
Download the program according to your OS & system architecture from the latest release and extract the files.
-
Copy example config YAML file
config.example.yaml
and rename asconfig.yaml
, by default will use SQLite3 database. -
Run the Backend Server
chmod +x hansip-server
./hansip-server
-
Run the Web Server (SPA Vue)
chmod +x hansip-web-server
./hansip-web-server
-
Open the browser and go to http://localhost:8181 to see the interface and start playing.
For Mac users, You may need to allow the service to run by opening Security & Privacy and click Allow Anyway