Annotation of openbsd/OpenBSDTorrents/OpenBSDTorrents.conf.example, Revision 1.3
1.2 andrew 1: # $AFresh1$
2: # complete and copy to /etc/OpenBSDTorrents.conf
3: #
1.1 andrew 4: OBT_DIR_FTP=/home/ftp/pub
5: OBT_DIR_HOME=/home/OpenBSDTorrents
6: OBT_DIR_TORRENT=/home/torrentsync/torrents
7: OBT_DIR_NEW_TORRENT=/home/torrentsync/new_torrents
8: OBT_DIR_CUR_TORRENT=/home/torrentsync/cur_torrents
9: OBT_DIR_LOG_TORRENT=/home/torrentseeder/log_torrents
10: OBT_BASENAME=OpenBSD
11: OBT_META_EXT=yaml
12:
13: # These are regexes that tell what files to skip making torrents for
14: OBT_SKIP_DIRS=\/patches$
15: OBT_SKIP_FILES='^(?:\.|index\.txt)'
16:
17: # URL's that we need to know the location of
18: OBT_URL_TRACKER=http://OpenBSD.somedomain.net/announce.php
19: OBT_URL_TORRENTS=http://openbsd.somedomain.net/dumptorrents.php
20: OBT_URL_UPLOAD=http://openbsd.somedomain.net/newtorrents.php
1.3 ! andrew 21: OBT_URL_UPDATE=http://openbsd.somedomain.net/oldtorrents.php
1.1 andrew 22: OBT_URL_SANITY=http://openbsd.somedomain.net/sanity.php
23:
24: # Username and password to upload the torrents to the tracker
25: OBT_UPLOAD_USER=torrentup
26: OBT_UPLOAD_PASS=
27:
28: # Username and password to FTP the finished torrents
29: OBT_FTP_USER=torrents@somedomain.net
30: OBT_FTP_PASS=''
31: OBT_FTP_SERVER=
32:
33: OBT_PIECE_LENGTH=18
34:
35: # minimum limits on which dirs to create torrents from
36: OBT_MIN_FILES=5
37: # 50 * 1024 * 1024; # 50 MiB
38: OBT_MIN_SIZE=52428800
39:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>