mirror of
https://github.com/logos-storage/logos-storage-frontend.git
synced 2026-01-02 05:13:13 +00:00
978 B
978 B
Codex Frontend
A frontend for codex made with Flutter.
Features
- Upload multiple files at once
- Dockerize frontend
- Show status of locally running codex node
- Upload to codex nodes
- View file Uploaded
- Download from codex nodes
- Now supports marketplace endpoints!
Planned Features
- Show status of connection to codex peers
- Settings for the connection
How to run it
-
Clone repository
git clone https://github.com/codex-storage/codex-frontend cd codex-frontend -
Grab your codex api link and define a variable for docker compose file
export codex_url="http://localhost:8080" -
Run codex frontend
docker compose up -
Go to localhost:3000


