[PR #1420] [MERGED] Add ability to view configuration in Admin UI (ability to edit coming later...) #1417

Closed
opened 2026-03-01 14:49:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1420
Author: @pirate
Created: 5/6/2024
Status: Merged
Merged: 5/6/2024
Merged by: @pirate

Base: devHead: django-data-views


📝 Commits (1)

  • 027c029 redact passwords, keys, and secret tokens in admin UI

📊 Changes

6 files changed (+183 additions, -4 deletions)

View changed files

📝 archivebox/config.py (+2 -2)
📝 archivebox/core/admin.py (+13 -1)
📝 archivebox/core/apps.py (+16 -0)
📝 archivebox/core/settings.py (+19 -0)
📝 archivebox/core/views.py (+132 -1)
📝 pyproject.toml (+1 -0)

📄 Description

Built using the excellent library django-admin-data-views.

Exposes a read-only view of the ArchiveBox configuration in the Admin UI:

http://127.0.0.1:8000/admin/configuration/

Screenshot 2024-05-06 at 11 22 15 AM Screenshot 2024-05-06 at 10 43 34 AM

Note: The ability to edit configuration via the UI is planned for a future release!

Related:


🔄 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/1420 **Author:** [@pirate](https://github.com/pirate) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `dev` ← **Head:** `django-data-views` --- ### 📝 Commits (1) - [`027c029`](https://github.com/ArchiveBox/ArchiveBox/commit/027c029316bd809023e55b841c76874b7e93adae) redact passwords, keys, and secret tokens in admin UI ### 📊 Changes **6 files changed** (+183 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config.py` (+2 -2) 📝 `archivebox/core/admin.py` (+13 -1) 📝 `archivebox/core/apps.py` (+16 -0) 📝 `archivebox/core/settings.py` (+19 -0) 📝 `archivebox/core/views.py` (+132 -1) 📝 `pyproject.toml` (+1 -0) </details> ### 📄 Description Built using the excellent library [`django-admin-data-views`](https://mrthearman.github.io/django-admin-data-views/setup/). Exposes a *read-only* view of the ArchiveBox configuration in the Admin UI: [`http://127.0.0.1:8000/admin/configuration/`](http://127.0.0.1:8000/admin/configuration/live/) <img width="1778" alt="Screenshot 2024-05-06 at 11 22 15 AM" src="https://github.com/ArchiveBox/ArchiveBox/assets/511499/c4159064-b5f6-4447-a959-1954564e44af"> <img width="1291" alt="Screenshot 2024-05-06 at 10 43 34 AM" src="https://github.com/ArchiveBox/ArchiveBox/assets/511499/09939e09-c258-49be-a641-5acc0bbbbdda"> --- *Note: The ability to edit configuration via the UI is planned for a future release!* Related: - https://github.com/ArchiveBox/ArchiveBox/issues/693 - https://github.com/ArchiveBox/ArchiveBox/issues/578 - https://github.com/ArchiveBox/ArchiveBox/pull/707 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:42 +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#1417
No description provided.