Codex Marketplace frontend
Go to file
Shaun Orssaud 7a21c33e13 ADD expiry dropdown list 2024-03-15 15:52:10 +09:00
.github/workflows Configure automated Docker builds (#11) 2023-12-01 10:24:51 +02:00
docker updates download url, removes nginx max_body_size check 2023-12-08 13:28:57 +01:00
docs Attempt at setting up requirements 2023-12-11 15:11:05 +01:00
frontend ADD expiry dropdown list 2024-03-15 15:52:10 +09:00
screenshots Initial commit 2023-10-24 15:29:35 -05:00
.gitignore Fixes for working with local nodes 2023-10-24 18:32:11 -05:00
README.md Configure automated Docker builds (#11) 2023-12-01 10:24:51 +02:00
docker-compose.yml MDF create availability 2024-02-02 14:34:18 +09:00

README.md

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

  1. Clone repository

    git clone https://github.com/codex-storage/codex-frontend
    cd codex-frontend
    
  2. Grab your codex api link and define a variable for docker compose file

    export codex_url="http://localhost:8080"
    
  3. Run codex frontend

    docker compose up
    
  4. Go to localhost:3000

Screenshots

Data page: Upload Data page: Upload (with uploads) Data page: Download