Go to file
Suguivy cdb44655b7
Unit Tests with docker compose / unit-test (push) Successful in 21s Details
Build image / build (push) Failing after 22s Details
Merge pull request 'Added parameters as env vars' (#5) from feature/envvars-parametrization into main
Reviewed-on: #5

Solves issue #3
2024-04-17 17:51:58 +00:00
.gitea/workflows add yarn lock for tests and build 2024-04-17 19:22:47 +02:00
src Added parameters as env vars 2024-04-17 19:48:56 +02:00
test Changed relative paths to absolute paths 2024-04-17 19:28:34 +02:00
.gitignore First commit of code 2024-03-28 09:29:33 +01:00
README.md Fixed explanation 2024-03-27 20:13:57 +00:00
bun.lockb add yarn lock for tests and build 2024-04-17 19:22:47 +02:00
bunfig.toml add pipelines 2024-04-17 19:13:37 +02:00
compose.yml Added parameters as env vars 2024-04-17 19:48:56 +02:00
package.json Graceful stopping and minor fixes 2024-04-15 18:30:18 +02:00
tsconfig.json Changed relative paths to absolute paths 2024-04-17 19:28:34 +02:00
yarn.lock add yarn lock for tests and build 2024-04-17 19:22:47 +02:00

README.md

fe-middleware

The bot image moderation frontend (from now called frontend) can't access the Gelbooru API directly due to CORS issues.

This project serves as a solution to the given problem. It has an endpoint to get an image from the Gelbooru API, that was verified through the bot API to not be repeated. The image is directly encoded in the response.