From 67f2da87a88850402d22e88582a15a162ce03314 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 10 May 2022 12:02:26 -0700 Subject: [PATCH] Improve docs --- seedbox/config/deluge/README.md | 4 ++++ server/README.md | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 seedbox/config/deluge/README.md diff --git a/seedbox/config/deluge/README.md b/seedbox/config/deluge/README.md new file mode 100644 index 0000000..821d565 --- /dev/null +++ b/seedbox/config/deluge/README.md @@ -0,0 +1,4 @@ +## Create a Torrent File +On Windows, use qBitTorrent's [Torrent Creator](https://www.ghacks.net/2019/09/20/how-to-create-a-private-torrent-using-qbittorrent/) +On Linux (CLI), use [`ctorrent`](http://manpages.ubuntu.com/manpages/bionic/man1/ctorrent.1.html). (Like: `ctorrent -t -s output_file.torrent /path/to/source/dir`) + diff --git a/server/README.md b/server/README.md index 5995542..a5fafdb 100644 --- a/server/README.md +++ b/server/README.md @@ -12,9 +12,12 @@ For a living portal listing all user-facing services, go to https://home.jafner. This repository is automatically pushed to the host when a change is made to a file in this subdirectory. ## Sharing Files -For files smaller than 2 GB, use [XBackBone](https://xbackbone.jafner.net). -For files between 2 GB and 400 GB, use [Mega](https://mega.io/). -For files greater than 400 GB, ship a drive. +For files smaller than 2 GB, use [XBackBone](https://xbackbone.jafner.net). +For files greater than 2 GB, use one of the following: + +* [Mega](https://mega.io/) - For transfers up to 400 GB +* [SFTP](./config/sftp/README.md) - For transfers up to the free space of `/mnt/md0/sftp` +* [BitTorrent](/seedbox/config/deluge/README.md) ## System `/etc/fstab` ```