Skip to content

d4xn/localCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

localCloud

Simple File Upload Home Cloud App

Setup

git clone https://github.com/d4xn/localCloud.git

cd localCloud/localCloud/

npm i / yarn upgrade

create a file named .env at src/

▼ content of .env ▼
PORT = 8081
SESSION_SECRET = secret
ADMIN_USERNAME = admin
ADMIN_PASSWORD = admin
ADMIN_TOKEN = admin

Change it as you want!

▼ Production ▼
npm start / yarn start

▼ Development ▼
npm run dev / yarn dev

Images

Login

Upload

Files

Test File

Thanks For Reading!