Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 739 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 739 Bytes

submission-worker

This repo is a Cloudflare Worker for adding artifact metadata to the database.

This worker accepts POST requests containing the artifact metadata JSON to this endpoint:

https://submit.acearchive.lgbt/submit

This worker is called by acearchive/artifact-submit-action to upload new artifact metadata and stores the metadata in a Cloudflare D1 SQLite database.

Database

This repo is where the database migrations live, in the migrations/ directory. You can apply migrations with Wrangler.