[PR #34] [MERGED] feat(api): add configuration support #33

Closed
opened 2026-03-02 11:45:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karant-dev/AutoRedact/pull/34
Author: @karant-dev
Created: 12/14/2025
Status: Merged
Merged: 12/14/2025
Merged by: @karant-dev

Base: mainHead: feat/api-config-support


📝 Commits (7)

  • 8e5e86d docs: add verified real-world examples for CLI and Docker API
  • ace2024 fix(api): use DEFAULT_ALLOWLIST in server settings
  • 19942ec docs: add API configuration example
  • ee97a80 Merge branch 'main' into feat/api-config-support
  • c66ad97 docs: clarify API configurability in README
  • c3859a0 docs: create exhaustive API documentation
  • 3bc2860 docs: create exhaustive API documentation

📊 Changes

3 files changed (+178 additions, -81 deletions)

View changed files

📝 README.md (+3 -47)
docs/API.md (+133 -0)
📝 src/server.ts (+42 -34)

📄 Description

Adds support for configurable settings via 'settings' JSON multipart field using DEFAULT_ALLOWLIST.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karant-dev/AutoRedact/pull/34 **Author:** [@karant-dev](https://github.com/karant-dev) **Created:** 12/14/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@karant-dev](https://github.com/karant-dev) **Base:** `main` ← **Head:** `feat/api-config-support` --- ### 📝 Commits (7) - [`8e5e86d`](https://github.com/karant-dev/AutoRedact/commit/8e5e86d8c960d2189163e619d829ec6eb1aa2cfc) docs: add verified real-world examples for CLI and Docker API - [`ace2024`](https://github.com/karant-dev/AutoRedact/commit/ace2024a08a58442b2b7fab6e6b32611d88891e3) fix(api): use DEFAULT_ALLOWLIST in server settings - [`19942ec`](https://github.com/karant-dev/AutoRedact/commit/19942ec631e93d55ef22dc4095f5ea34d5af9b6e) docs: add API configuration example - [`ee97a80`](https://github.com/karant-dev/AutoRedact/commit/ee97a80193a6999f833b7228341afe90b9713471) Merge branch 'main' into feat/api-config-support - [`c66ad97`](https://github.com/karant-dev/AutoRedact/commit/c66ad975d5db3698d15dda6fa4a38729f6053a85) docs: clarify API configurability in README - [`c3859a0`](https://github.com/karant-dev/AutoRedact/commit/c3859a01f875b5df535ddae9eea29a121026b146) docs: create exhaustive API documentation - [`3bc2860`](https://github.com/karant-dev/AutoRedact/commit/3bc2860d0eb0e4d2cac23218c0e6005717e54614) docs: create exhaustive API documentation ### 📊 Changes **3 files changed** (+178 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -47) ➕ `docs/API.md` (+133 -0) 📝 `src/server.ts` (+42 -34) </details> ### 📄 Description Adds support for configurable settings via 'settings' JSON multipart field using DEFAULT_ALLOWLIST. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-02 11:45:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AutoRedact#33
No description provided.