2023-10-24 15:29:35 -05:00
|
|
|
# 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
|
2023-10-24 18:32:11 -05:00
|
|
|
- Settings for the connection
|
|
|
|
|
- Dockerize frontend
|
|
|
|
|
- Show status of locally running codex node
|
2023-10-26 22:43:11 -05:00
|
|
|
- Upload to codex nodes
|
2023-11-24 12:03:54 +09:00
|
|
|
- Download from codex nodes
|
|
|
|
|
- Now supports marketplace endpoints!
|
2023-10-24 15:29:35 -05:00
|
|
|
|
|
|
|
|
## Planned Features
|
|
|
|
|
|
|
|
|
|
- Show status of connection to codex peers
|
|
|
|
|
|
|
|
|
|
## How To Run It
|
|
|
|
|
|
|
|
|
|
```console
|
|
|
|
|
git clone https://github.com/Kayvon-Martinez/codex-frontend
|
|
|
|
|
cd codex-frontend
|
2023-11-24 12:08:10 +09:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Grab your codex api link and put it in the dockercompose file in the root of the directory in the value of codex_url
|
|
|
|
|
|
|
|
|
|
```console
|
2023-10-24 15:29:35 -05:00
|
|
|
docker compose up
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Go to [localhost:3000](http://localhost:3000)
|
|
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|

|
|
|
|
|

|