Skip to content

int64ago/node-qiniu-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-qiniu-server

The server for https://github.com/int64ago/getlink

How to run

Node

  • npm i
  • AUTH_KEY=<AUTH_KEY> ACCESS_KEY=<ACCESS_KEY> SECRET_KEY=<SECRET_KEY> BUCKET=<BUCKET> DOMAIN=<DOMAIN> node src/app.js

Docker

docker run -d -e AUTH_KEY=<AUTH_KEY> \
-e ACCESS_KEY=<ACCESS_KEY> \
-e SECRET_KEY=<SECRET_KEY> \
-e BUCKET=<BUCKET> \
-e DOMAIN=<DOMAIN> \
-p 80:3000 \
int64ago/node-qiniu-server

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published