Skip to content

eiskaltdcpp/eiskaltdcpp-web

Repository files navigation

EiskaltDC++ Web UI

Official Web User Interface for eiskaltdcpp-daemon. It is designed for using on embedded devices (for example in NAS) in your home network.

Features:

  • Searching of files and directories
  • List of current/queued downloads
  • Status of connected hubs and basic statistics

License

GNU GPLv3 or later

Some files are distributed under other licenses, see copyrights file for details.

Screenshots

Installation and usage

See INSTALL file is you are GNU/Linux or *BSD user.

For MS Windows users it is enough to read help file for understanding how to use Web UI. All necessary files are already included in installer and in archive with portable build.

Contribution

  • Patches are welcome!
  • If you need to add extra library, then:
    • check the license of that library very carefully
    • check if that library is actively maintained (for fixing possible bugs in it)
    • copy only source version of javascript file into this repo (if you prefer using of minified versions of javascript files, you may generate them automatically during Web UI installation)

Versions history

  • 1.0.1 (2020-01-22):
    • Fix desktop file for Linux.
    • Add manual page for eiskaltdcpp-web script in Linux.
    • Updated embedded copies of javascript libraries: jquery-3.4.1, tablesorter-2.31.2, requirejs-2.3.6.
  • 1.0 (2019-06-01):
    • First stable release.
    • Compatible with eiskaltdcpp-daemon 2.4.0.