Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.28 KB

Yadirect

🔗 Yadirect Build Status

ℹ️ Description

The service allows you to receive direct links to download a file/folder from Yandex.Disk.

The idea is hosting this service on disk subdomain with any reverse proxy server. For example:

All you had to do is replace yandex.ru to hexed.pw (will be disk.hexed.pw/d/0gRKgtGjqWil4g), then after pressing Enter the file/folder will start the downloading immediatly.

By the way the service has the frontend just in case.

🐳 Installation

Available in GHCR and Docker Hub for multiple platforms.

services:
  yadirect:
    image: flameshikari/yadirect
    container_name: yadirect
    ports:
      - 3000:3000