2025-05-30 10:13:02 -06:00
2025-05-30 05:35:27 -06:00
2025-05-30 05:35:27 -06:00
2025-05-30 10:13:02 -06:00
2025-05-30 05:59:42 -06:00
2025-05-30 05:35:27 -06:00
2025-05-30 06:00:21 -06:00
2025-05-30 06:00:21 -06:00
2025-05-30 05:35:27 -06:00
2025-05-30 05:35:27 -06:00
2025-05-30 05:35:27 -06:00
2025-05-30 05:43:04 -06:00

replicate-jump-server

A temporary staging area to provide image URIs to the replicate.com API

Testing with CURL

curl -X POST http://localhost:8080/upload \
  -H "Authorization: Bearer your-secret-bearer-token" \
  -F "image=@/path/to/image.jpg"

curl -X GET http://localhost:8080/image/{id} \
  -H "Authorization: Bearer your-secret-bearer-token" \
  --output retrieved-image.jpg
Description
No description provided
Readme AGPL-3.0 53 KiB
Languages
Go 82.2%
Shell 9.2%
Dockerfile 8.6%