codex-frontend/README.md
2023-11-24 12:08:10 +09:00

1.2 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
  • Upload to codex nodes
  • Download from codex nodes
  • Now supports marketplace endpoints!

Planned Features

  • Show status of connection to codex peers

How To Run It

git clone https://github.com/Kayvon-Martinez/codex-frontend
cd codex-frontend

Grab your codex api link and put it in the dockercompose file in the root of the directory in the value of codex_url

docker compose up

Go to localhost:3000

Screenshots

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