Skip to content

dudoslav/dam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAM logo

DAM

Simple download manager with nice web user interface without any javascript frameworks. DAM is build using ruby and sinatra for backend and pure HTML/CSS/JS for user interface. Backend application is devided into API and UI.

DAM user interface

Installation

AUR

yaourt -S dam-git

sudo systemctl start dam
sudo systemctl enable dam

From source

git clonse https://github.com/dudoslav/dam.git
cd dam

bundle install
bundle exec rackup # Add options like port and address

API

  • GET /downloads returns list of all active downloads.
  • GET /downloads/:id returns status of specific download.
  • POST /downloads starts download of file with the uri of received json body.
  • DELETE /downloads/:id deletes specific download.

About

Simple download manager with web user interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published