A server for diskio-core exposed with OpenAPI. Allows to upload and download files using the diskio-core API.
Get the package from npm
npm install diskio-apiRead the documentation here
Get the image from Docker Hub
docker pull xutyxd/diskioEnvironment variables:
DISKIO_PATH: DiskIO path- Default:
./diskio
- Default:
DISKIO_SIZE: DiskIO size- Default:
1024 * 1024 * 1024 * 10(10GB)
- Default:
DISKIO_DEPTH: DiskIO depth (depth of directories, allowed1to5)- Default:
3
- Default:
PORT: Port to run the server- Default:
8080
- Default:
docker run -v ./diskio:/user/src/app/diskio -p 8080:8080 xutyxd/diskio:latestNote: The diskio folder must be created before running the server or error will be thrown.
This project is licensed under the AGPL-3.0 license - see the LICENSE file for details
Made with ☕ by XutyXD