Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 797 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 797 Bytes

Gotify

Spotify implementation in Golang

Documentation

Go to file: gotify.md

Kademlia Package

Take a look at our implementation of the Kademlia Protocol

Execution of services

Set a Docker network interface

docker network create --driver bridge --subnet 192.168.0.0/16 --gateway 192.168.0.1 gotify-net

Then configure your DNS by adding nameserver: 192.168.0.2

Turn on

python cli/main.py build
python cli/main.py up

or

python cli/main.py rebuild

Turn off

python cli/main.py down