[PR #866] [MERGED] Support for Reverse Proxy authentication backends (like authelia) #4293

Closed
opened 2026-03-15 01:36:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/866
Author: @ajgon
Created: 9/30/2021
Status: Merged
Merged: 1/10/2023
Merged by: @pirate

Base: devHead: feat/reverse-proxy-auth


📝 Commits (4)

  • 95cf85f Support for Reverse Proxy authentication backends (like authelia)
  • d4f534e add LOGOUT_REDIRECT_URL
  • 2538b17 Merge branch 'dev' into feat/reverse-proxy-auth
  • dca6993 Update archivebox/config.py

📊 Changes

3 files changed (+61 additions, -30 deletions)

View changed files

📝 archivebox/config.py (+33 -28)
📝 archivebox/core/middleware.py (+24 -1)
📝 archivebox/core/settings.py (+4 -1)

📄 Description

Summary

Adds support to reverse proxy authentication backends (like authelia) via configured HTTP header.

Related issues

#773

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

🔄 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/ArchiveBox/ArchiveBox/pull/866 **Author:** [@ajgon](https://github.com/ajgon) **Created:** 9/30/2021 **Status:** ✅ Merged **Merged:** 1/10/2023 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `dev` ← **Head:** `feat/reverse-proxy-auth` --- ### 📝 Commits (4) - [`95cf85f`](https://github.com/ArchiveBox/ArchiveBox/commit/95cf85f8cf4a036ebf2f332fe29d0735219cf715) Support for Reverse Proxy authentication backends (like authelia) - [`d4f534e`](https://github.com/ArchiveBox/ArchiveBox/commit/d4f534e61273dd42f1b9447c8ced3dfe4f8872bf) add `LOGOUT_REDIRECT_URL` - [`2538b17`](https://github.com/ArchiveBox/ArchiveBox/commit/2538b170c7d392de2f73268901ecae508aa8d597) Merge branch 'dev' into feat/reverse-proxy-auth - [`dca6993`](https://github.com/ArchiveBox/ArchiveBox/commit/dca69933ebe3bd172aaed8a040dce744dc9a6dea) Update archivebox/config.py ### 📊 Changes **3 files changed** (+61 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config.py` (+33 -28) 📝 `archivebox/core/middleware.py` (+24 -1) 📝 `archivebox/core/settings.py` (+4 -1) </details> ### 📄 Description # Summary Adds support to reverse proxy authentication backends (like authelia) via configured HTTP header. # Related issues #773 # Changes these areas - [ ] Bugfixes - [x] Feature behavior - [ ] Command line interface - [x] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:36:53 +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/ArchiveBox#4293
No description provided.