Skip to content
Discussion options

You must be logged in to vote

Connect Telegram Files to Telegram Seed

Telegram Files can connect to Telegram Seed and act as a sharing/download node.

1. Enable sharing

Add these settings to your .env:

SHARE_ENABLED=true
SEED_PLATFORM_URL=https://tele-seed.com
SECRET_STORE_MASTER_KEY=your-secret-key

Generate a secret key with:

openssl rand -base64 32

Then restart Telegram Files.

2. Configure qBittorrent

If you want to download or seed resources through P2P, configure qBittorrent:

QBITTORRENT_URL=http://qbittorrent:8080
QBITTORRENT_USERNAME=telegram-files
QBITTORRENT_PASSWORD=your-password

SHARED_ROOT=/app/data/shared
QBITTORRENT_SHARED_ROOT=/downloads/shared

PEER_LISTEN_PORT=51413

SHARED_ROOT and QBITTORRENT_SHARED_ROOT

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 1368129224
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants