Home

Awesome

OASIS

Build License: MIT GitHub release (latest SemVer) Docker

中文 README

A self-hosted file server.

Install

  1. Download from the release page
  2. Uncompress
  3. Grant execute permission to oasis file if running in Linux or MacOS
  4. (Optional) Config server IP and port number in oasis.conf file
  5. Run oasis or oasis.exe
  6. Visit the server's IP address in your favorite browser

Docker

https://hub.docker.com/r/machengim/oasis

docker run --name oasis -t -d \
-v <data>:/opt/oasis/data \
-v <storage>:/home/storage \
-p <port>:8000 machengim/oasis

Build

cd path/to/oasis
node build.js

Features

File format support

Tech stack

Credits