Files
archy/apps/web5-dwn
Dorian 72cdd12f6b fix: harden all 23 app manifests with no_new_privileges, user, seccomp (MAINT-04)
Added no_new_privileges: true, user: 1000, and seccomp_profile: default
to all app manifests. Created community app review checklist.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 18:13:28 +00:00
..

Web5 DWN (Decentralized Web Node)

Personal data store for Web5. Store and sync your decentralized data across devices.

Building

# From the apps directory
./build.sh web5-dwn

# Or manually
cd web5-dwn
docker build -t archipelago/web5-dwn:latest .

Development

cd web5-dwn
npm install
npm run dev

Ports

  • 3000: HTTP API (dev: 13000)

Running Locally

docker run -p 3000:3000 \
  -v /tmp/archipelago-dev/web5-dwn:/app/data \
  -e DWN_STORAGE_PATH=/app/data \
  archipelago/web5-dwn:latest