Skip to content

Fesaa/Media-Provider

Repository files navigation

Media-Provider

A simple web applications for downloading torrents. Written in Go, and React, with a very simple env config, meant to run as a docker container.

Torrenting content with copy right is theft, bla bla, this is all educational, bla bla...

Config

Is done via config.yaml, the layout can be found in types.go. And example can be found here

Docker compose

This is the entry in my compose file.

  media-provider:
    image: media-provider
    restart: "on-failure:3"
    networks:
      - backend
    volumes:
      - ./config.yaml:/app/config.yaml
      - /Media:/media

About

Torrent Web Application

Resources

Stars

Watchers

Forks