# global directory settings set conf(home) /srv/www/htdocs/wtorrent set conf(confdir) $conf(home)/etc set conf(libdir) $conf(home)/libs set conf(moddir) $conf(home)/modules set conf(torrentdir) $conf(home)/torrents set conf(downloaddir) $conf(home)/download set conf(flydir) /srv/www/htdocs/wtorrent.old/fly # url settings set conf(frameurl) "http://www.monkeycar.de/wtorrent.old/frame/" set conf(imgurl) "http://www.monkeycar.de/wtorrent.old/images/" set conf(flyurl) "http://www.monkeycar.de/wtorrent.old/fly/" # debug and logging set conf(logfile) $conf(home)/log/logfile set debuglevel 10 # packages set conf(packages) "http htmlparse tls struct" # HTTPd section set conf(servername) "redshark" set conf(serverport) 1234 set conf(serverroot) $conf(home)/data set conf(indexfiles) "index.html" set conf(typesfile) $conf(confdir)/mime.types # Executables set conf(flybin) "$conf(home)/bin/fly" set conf(wgetbin) "/usr/bin/wget" set conf(ctorrentbin) "/usr/bin/ctorrent" # Part of Fly Module set conf(flytext,fontsetdir) "$conf(home)/data/fontsets" set conf(flytext,imgdir) "/srv/www/htdocs/wtorrent.old/flytext/" set conf(flytext,imgurl) "http://www.monkeycar.de/wtorrent/flytext/" #set conf(flytext,) ""