Skip to main content
Version: v3 (latest✅)

API

Folder listing

Add ?ls to a folder URL to get a JSON response of the folder content.

image

https://dir-demo.adriansoftware.de/?ls

File info

Add ?info to a file URL to get a JSON response of the file info. A password is required if the file is password protected.

image

https://dir-demo.adriansoftware.de/Dockerfile?info

warning

Disabling this feature will also disable the Copy Hash feature as it relies on the API.

⚙️ Configuration

VariableDefaultValuesDetails
APItruetrue
false
added in v3.1
How to set configuration options
Set the environment variables when starting the container.
Use docker run...
  • ...with -e API=true
  • ...with --env-file .env and place API=true in the file
See installation page for more details.