mirror of
https://github.com/karant-dev/AutoRedact.git
synced 2026-04-26 00:05:52 +03:00
[PR #25] [MERGED] feat: Docker API Support (v2.1) #25
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoRedact#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/karant-dev/AutoRedact/pull/25
Author: @karant-dev
Created: 12/13/2025
Status: ✅ Merged
Merged: 12/13/2025
Merged by: @karant-dev
Base:
main← Head:feature/v2.1-docker-api📝 Commits (2)
d04ce7dfeat: add docker API (v2.1)82e4872Merge branch 'main' into feature/v2.1-docker-api📊 Changes
6 files changed (+865 additions, -32 deletions)
View changed files
📝
Dockerfile(+56 -26)📝
docker-compose.yml(+23 -3)📝
package-lock.json(+692 -2)📝
package.json(+3 -0)📝
src/core/processor.ts(+1 -1)➕
src/server.ts(+90 -0)📄 Description
Summary
Adds a Fastify-based HTTP API exposed via Docker, enabling programmatic redaction.
Features
POST /redactaccepting image uploads.webandapitargets.node:20-slim(Debian) for reliablecanvasbuilds.Fixes
node-canvasbuild failures by adding Debian build deps.src/server.ts.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.