This distinctive utility file server provides a highly configurable environment for hosting and managing files. Whether you need to serve a single-page application, share a specific directory, or set up a comprehensive WebDAV server, it offers the flexibility to handle diverse hosting requirements directly from the command line. Users can easily interact with the server through a web interface or via standard command-line tools like cURL.
Key features include:
services:
dufs:
image: sigoden/dufs
container_name: dufs
ports:
- "5000:5000"
volumes:
- ./files:/data
# -A allows all operations (upload, delete, etc). Remove -A for read-only.
command: /data -A
restart: unless-stopped# No sensitive environment variables are required for the default configuration.
# If you enable authentication via command args (e.g. -a user:pass),
# you can map them here if you modify the docker-compose command to use variables.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago