mirror of
https://github.com/codex-storage/codex-frontend.git
synced 2025-03-01 18:50:43 +00:00
Got debug info, upload, and download working again for local nodes. Did not know adding more settings broke them.
1.1 KiB
1.1 KiB
Codex Frontend
A frontend for codex made with Flutter.
Features
- Upload file
- View file Uploaded
- Download file
- Download with correct file name and extension
- Persist the state (save recent upload list)
- Upload multiple files at once
- Settings for the connection
- Dockerize frontend
- Show status of locally running codex node
Planned Features
- Upload to codex nodes
- Add support for marketplace endpoints
- Show status of connection to codex peers
How To Run It
git clone https://github.com/Kayvon-Martinez/codex-frontend
cd codex-frontend
docker build -f Dockerfile.api -t codex-frontend-api .
docker build -f Dockerfile.client -t codex-frontend-client .
docker compose up
Go to localhost:3000