Skip to content

vin89423/remote-downloader-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Downloader API

This project still under construction.

Introduction

Home server is a common device nowadays, some of the NAS also contain manageable Linux system. I have a home server too, I use it as a 24x7 router. I think it can go further, so i build this remote downloader.

  • This downloader use sqlite to store login and missions, no external database required.

Requirement

Node JS > v14.16.1

How to use

  1. Add .env file, add the following config inside. Ignore this if use default config.
APP_NAME
BASE_URL
PORT
TZ
SESSION_SECRET
DOWNLOAD_FOLDER
  1. Run npm install

  2. Run app with pm2 or other node app management tools.