๐ Yadirect
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:
- you have this service accessible at
disk.hexed.pw
- you have non-direct link
disk.yandex.ru/d/0gRKgtGjqWil4g
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.
Available in GHCR and Docker Hub for multiple platforms.
services:
yadirect:
image: flameshikari/yadirect
container_name: yadirect
ports:
- 3000:3000