docker image that copies a hyperdrive and serves it using darkhttp
  • Dockerfile 53.5%
  • JavaScript 39.8%
  • Shell 6.7%
Find a file
DanielMowitz 4d7433c209
Some checks failed
Build and push container image / build (push) Failing after 2m28s
Update .forgejo/workflows/build.yml
Change runner tag so it works on this site
2026-05-11 19:47:56 +02:00
.forgejo/workflows Update .forgejo/workflows/build.yml 2026-05-11 19:47:56 +02:00
.gitignore Initial commit 2026-04-11 03:53:13 +02:00
Dockerfile Some improvements for the image build. 2026-04-11 21:00:57 +02:00
drive-reader.mjs Initial commit 2026-04-11 03:53:13 +02:00
entry.sh Initial commit 2026-04-11 03:53:13 +02:00
mimetypes Initial commit 2026-04-11 03:53:13 +02:00
README.MD Add subheading to README 2026-04-11 03:58:33 +02:00

Hyperdrive-webhost

This is a small docker image that copies a hyperdrive and serves it using darkhttp.

You can pull it from codeberg.org/dmowitz/hyperdrive-webhost:latest

The drive key is provided using the environment variable DRIVE_KEY.

TODOs

In the future I hope to build a secure and blazingly fast version using hypercore.rs, but this day hasn't come yet.