Skip to content

rolysr/gotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

214 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spotify implementation in Golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 59.5%
  • TypeScript 22.0%
  • Python 15.2%
  • Dockerfile 1.8%
  • Makefile 0.6%
  • HTML 0.4%
  • Other 0.5%