Code Monkey home page Code Monkey logo

filevault's Introduction

fileVault

A netdisk solution for cloud servers.

This docker compose file is using these images:

  • Nginx
  • Mysql
  • Filerun
  • Aria-pro (by P3TERX)
  • Aria-ng (also by P3TERX)

SSL

SSL is enabled by default, one needs to set his own certs in ./conf/nginx/http.conf, and store in ssl

Since I am using Cloudflare to protect my server, its origin server certifacate is set. You can also use your own cert or use acme.sh


How to use

Clone this repo

git clone https://github.com/GaryH4/fileVault
cd fileVault

And generate dhparam.pem file for security

openssl dhparam -out ./ssl/dhparam.pem -5 2048

Now copy the cert files to ./ssl/ directory

Then change settings in conf/nginx/http.conf

  • site name
  • SSL cert name

And in docker-compose.yml

  • RPC_SECRET

At last,

docker-compose up -d
# to see log files
docker-compose logs -f --tail="200"
# use ctrl-c to quit

Post-configuration

Open https://your.domain/ariang and set your aria2 RPC path to https://your.domain:443/aria2/jsonrpc

filevault's People

Contributors

garyh4 avatar

Watchers

 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.