Nyaa
Nyaa.se replacement written in golang
The aim of this project is to write a fully featured nyaa replacement in golang that anyone will be able to deploy locally or remotely. On Windows, a specific version of GCC is used to build a specific depedency we use The GCC version packaged with msys2 should work. We support docker for easy development and deployment. Simply install docker and docker-compose. Once you've successfully installed docker, make sure you have the database file in the project's directory as nyaa.db. Then, follow...