[BACK]Return to OpenBSDTorrents.conf.example CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Annotation of openbsd/OpenBSDTorrents/OpenBSDTorrents.conf.example, Revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>