Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork36
Self-hosted version of webtor.io implemented as an all-in-one Docker image
License
webtor-io/self-hosted
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the self-hosted version ofwebtor.io, implemented as an all-in-one Docker image.
- Direct Download Link (DDL): Select any file inside a torrent and download it directly.
- Instant Video and Audio Streaming: Choose a video or audio file inside a torrent and start streaming immediately without needing to download it first.
Supported Formats:- Video:
avi
,mkv
,mp4
,webm
,m4v
,ts
,vob
- Audio:
mp3
,wav
,ogg
,flac
,m4a
- Video:
- Download Entire Torrent as a ZIP Archive: Download your torrent as a ZIP archive on-the-fly while preserving the original directory structure, without requiring a torrent client.
- Developer friendly - with theSDK you can provide your users with the ability to watch torrent-videos online on your website.
- Install Docker.
- Start your Webtor instance with the following command:
docker run -d -p 8080:8080 -v data:/data --name webtor --restart=always ghcr.io/webtor-io/self-hosted:latest
- Access the UI athttp://localhost:8080.
- You're all set!
If you plan to access your instance from a different host or domain, set theDOMAIN
environment variable like this:
docker run -e DOMAIN=https://example.com -d -p 8080:8080 -v data:/data --name webtor --restart=always ghcr.io/webtor-io/self-hosted:latest
Webtor automatically cleans old data when there is insufficient space on the device. You can configure this behavior using the following variables:
CLEANER_FREE=35%CLEANER_KEEP_FREE=25%
CLEANER_FREE
specifies how much space to clean when triggered.CLEANER_KEEP_FREE
sets the threshold at which cleaning starts.
Both variables can be defined as percentages or as byte values (e.g.,10G
or100M
).
About
Self-hosted version of webtor.io implemented as an all-in-one Docker image
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.