GithubHelp home page GithubHelp logo

cloud-drive's Introduction

cloud-drive [云盘]

Prerequisite

linux: export cloud_home=/xx/xxx/repo/cloud-drive

windows: set system environment variable cloud_home d:\repo\cloud-drive

configuration(config.cfg)

{
    "session_key": "session_id",
    "SECRET": "cloud-drive_on_your_behalf",
    "nodes":
    [
       {"address": "127.0.0.1", "port": "6379"}
    ],
    "SITE_ROOT": "http://localhost:3000/",
    "GOOGLE_CLIENT_ID" : "xxxx.apps.googleusercontent.com",
    "GOOGLE_CLIENT_SECRET" : "wdsfas3_-safdsafasf",
    "GOOGLE_RETURN_URL" : "http://www.xxx.com/auth/google/return",
    "FACEBOOK_APP_ID" : "2423465456457804",
    "FACEBOOK_APP_SECRET": "sf323424g8254c0d9725eae454g5b5d",
    "FACEBOOK_RETURN_URL" : "http://www.xxx.com/auth/facebook/return",
    "DOUBAN_APP_ID" : "005245655202223342",
    "DOUBAN_APP_SECRET": "005245655202223342",
    "DOUBAN_RETURN_URL" : "http://www.xxx.com/auth/douban/return",
    "GIT_APP_ID" : "005245655202223342",
    "GIT_APP_SECRET": "005245655202223342",
    "GIT_RETURN_URL" : "http://www.xxx.com/auth/git/return",
    "node_env" : "development",
    "upload_setting":{
        "win32" : "D:\files",
        "linux": "/var/files"
    },
    "certs":{
            "key":  "/Users/certs/server.key",
            "cert": "/Users/certs/server.crt"
         },
    "SERVER_TYPE": "https"
}

License

The MIT License (MIT)

cloud-drive's People

Contributors

rockdragon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.