Just a silly drive viewer.
Please see unpack
directory.
Please see engine
directory.
Please see viewer
directory.
Just run the following script:
./dvd
By default it will listen on localhost 8000. You can change this by options.
If you want to develop this project, simply run:
./dvd --debug
Ensure you have .env
sets correctly:
# Use the example file as a template.
cp .env.example .env
Build the images with Docker Compose:
docker compose build
You can run the wcpan.drive.cli
tool with engine
image:
# Login for the container before the first run.
docker compose run --rm engine wdcli auth
Start the containers:
docker compose up
For now this is only used for production.