interlude 0.1.0

Convert share links of different music streaming services.
Documentation
1
2
3
4
5
6
7
8
services:
  interlude-api:
    build: .
    ports:
      - "30002:5000"
    volumes:
      - ./Config.toml:/app/Config.toml:ro
    restart: unless-stopped