Skip to content

Latest commit

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Intro

The NIBL API will be used to view XDCC bots and search for pack listings

This is written in Spring Boot and uses a MySQL database.

Documentation on RESTful calls is handled in Swagger

Swagger URL

http://{Server IP}/swagger-ui.html

Setup

Required Software

Docker

Database

Uses the same database from ircBot

Run App

sudo docker build -f Dockerfile -t niblapi . \
&& \
sudo docker run -d \
--net='my-bridge' \
--name=niblapi \
-v /opt/niblapi/logs/:'/logs':'rw' \
niblapi

About

Nibl XDCC Api

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages