Giter Site home page Giter Site logo

jabastien / torrentserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from turnkeylinux-apps/torrentserver

0.0 1.0 0.0 1.71 MB

Torrent Server - File download and sharing server

Home Page: https://www.turnkeylinux.org/torrentserver

Makefile 4.97% Shell 36.07% Python 18.31% PHP 40.64%

torrentserver's Introduction

Torrent Server - File download and sharing server

A file server with integrated multi-protocol file sharing that can be used to handle all types of file downloads. Files can be added to the download list through a simple web interface that allows you to manage the server remotely. Especially useful for centralizing file sharing on a shared network. Includes anti-virus scanning.

This appliance includes all the standard features in TurnKey Core, and on top of that:

  • SSL support out of the box.

  • Includes popular compression support (zip, rar, bz2).

  • Includes flip to convert text file endings between UNIX and DOS formats.

  • E-mail download completion notification via Postfix MTA (bound to localhost).

  • File sharing (Transmission) configurations:

    • Anti-virus / malware scanning via ClamAV.

      • Anti-virus signatures are auto-updated.
      • Automatically quarantines unsafe downloads.
      • Anti-virus logfile: /var/log/rtorrent/clamav.log
  • File server (Samba) configurations:

    • Preconfigured wordgroup: WORKGROUP

    • Preconfigured netbios name: TORRENTSERVER

    • Configured root as administrative samba user.

    • Configured shares:

      • Users home directory.
      • Public storage.
      • CD-ROM with automount and umount hooks (/media/cdrom).
    • NOTE: Due to the removal of libpam-smbpass (see issue #1188), new Samba users must have their passwords explictly set separately when created. However, if you create a Samba user using smbpasswd, then a new Linux user of the same name, with the same password is automatically created (including home directory). E.g.:

      # smbpasswd -a new_user
      New SMB password:
      Retype new SMB password:
      Added user new_user.
      # ls /home/
      new_user
      
  • Access your files securely from anywhere via WebDAV CGI:

    • DAV service running via HTTPS.
    • Pre-configured repositories (storage, user home directory).
  • Default storage directory: /srv/storage

  • Accessing file server via samba on the command line:

    smbclient //1.0.0.61/storage -Uroot
        mount -t cifs //1.0.0.61/storage /mnt -o username=root,password=PASSWORD
    

See the Torrent Server Documentation for more details, including configuration details if behind a Firewall/Router/NAT

Credentials (passwords set at first boot)

  • Webmin, Webshell, SSH, Samba: username root
  • Transmission: username admin
  • Web based file manager (WebDAV CGI): - username root (or Samba users)

torrentserver's People

Contributors

a3s7p avatar alonswartz avatar doccyblade avatar janglapuk avatar jedmeister avatar lirazsiri avatar ongle avatar spaghettimaster avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.