Skip to content

legnaleurc/dvd

Repository files navigation

Drive View Daemon

Just a silly drive viewer.

Modules

unpack

Please see unpack directory.

engine

Please see engine directory.

viewer

Please see viewer directory.

Run the Daemon

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

Run the Daemon in Docker

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published