Skip to content

Sikora00/sdj-api

 
 

Repository files navigation

SLACK DJ

SDJ BASE CI Coverage Status GitHub issues Average time to resolve an issue

Setting up

  • Create your own youtube api key
  • Create slack bot
  • Copy without sample and check the configuration:
    • ./env-sample
    • ./containers/icecast/icecast-sample.xml
    • ./containers/ices/ices-sample.conf
  • run npm install
  • add virtual hosts from .env to your configuration

Run production

  • Run host api for spawning ices containers ng build host-api && node dist/host-api/main.js
  • Run CURRENT_UID=$(id -u):$(id -g) docker-compose up

Run Development

  • Run host api for spawning ices containers ng serve host-api
  • Copy ./docker-compose.override.yml-sample
  • Run CURRENT_UID=$(id -u):$(id -g) docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 80.9%
  • JavaScript 10.0%
  • SCSS 5.3%
  • HTML 1.9%
  • Dockerfile 1.1%
  • Python 0.5%
  • Shell 0.3%