nyaa 0.9.1

A tui tool for browsing and downloading torrents from nyaa.si
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3'
services:
  debian:
    image: debian
    user: root
    container_name: nyaa-deb
    network_mode: 'host'
    restart: no
    command: /bin/bash -c "/root/docker/init.sh"
    environment:
      - GITREPO=https://github.com/Beastwick18/nyaa
      - VERSION
    volumes:
      - ./docker-deb:/root/docker