How to link my tele-file node to tele-seed.com? #149
|
How to link my tele-file node to tele-seed.com? |
Replies: 1 comment
Connect Telegram Files to Telegram SeedTelegram Files can connect to Telegram Seed and act as a sharing/download node. 1. Enable sharingAdd these settings to your SHARE_ENABLED=true
SEED_PLATFORM_URL=https://tele-seed.com
SECRET_STORE_MASTER_KEY=your-secret-keyGenerate a secret key with: openssl rand -base64 32Then restart Telegram Files. 2. Configure qBittorrentIf 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
3. Connect your nodeOpen: or: Enter a node name and click: Telegram Files will show:
Scan the QR code or open the approval link, then approve the node in Telegram Seed. After approval, the status will change to: 4. Share filesOnce the node is connected, eligible downloaded files can be shared to Telegram Seed directly from the file list. Telegram Files will automatically sync sharing rules from Telegram Seed, including:
5. Download and seedResources downloaded from Telegram Seed are stored in the shared directory and handled by qBittorrent for P2P downloading and seeding. Avoid moving or renaming files inside the shared directory while they are being seeded. TroubleshootingSharing page is missingMake sure: SHARE_ENABLED=trueand restart Telegram Files. Authorization stays pendingOpen the approval link or scan the QR code and approve the node in Telegram Seed. If the authorization expires, start a new authorization request. qBittorrent cannot find filesMake sure Node is bound but offlineCheck that Telegram Files can access: and review the Telegram Files logs for heartbeat or network errors. |
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:Generate a secret key with:
Then restart Telegram Files.
2. Configure qBittorrent
If you want to download or seed resources through P2P, configure qBittorrent:
SHARED_ROOTandQBITTORRENT_SHARED_ROOT