[PR #1687] [CLOSED] add optional ipfs support #4478

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

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1687
Author: @F-Node-Karlsruhe
Created: 7/14/2025
Status: Closed

Base: devHead: ipfs-support


📝 Commits (1)

📊 Changes

11 files changed (+834 additions, -2 deletions)

View changed files

📝 README.md (+73 -0)
archivebox/cli/archivebox_ipfs.py (+153 -0)
📝 archivebox/config/common.py (+8 -0)
archivebox/core/migrations/0008_add_ipfs_fields.py (+23 -0)
📝 archivebox/core/models.py (+16 -0)
📝 archivebox/misc/system.py (+27 -1)
📝 archivebox/pkgs/abx-plugin-chrome/abx_plugin_chrome/dom.py (+16 -1)
archivebox/storage/README.md (+174 -0)
archivebox/storage/__init__.py (+198 -0)
📝 etc/ArchiveBox.conf.default (+8 -0)
tests/test_ipfs_integration.py (+138 -0)

📄 Description

Summary

Add an optional IPFS storage backend support. The archived content can be additionally or only be stored in IPFS and the database only stores the IPFS hast as reference

Related issues

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/1687 **Author:** [@F-Node-Karlsruhe](https://github.com/F-Node-Karlsruhe) **Created:** 7/14/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `ipfs-support` --- ### 📝 Commits (1) - [`e47a217`](https://github.com/ArchiveBox/ArchiveBox/commit/e47a217e16a4f7a680fb9e42a83e320a375eabe0) add ipfs support ### 📊 Changes **11 files changed** (+834 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+73 -0) ➕ `archivebox/cli/archivebox_ipfs.py` (+153 -0) 📝 `archivebox/config/common.py` (+8 -0) ➕ `archivebox/core/migrations/0008_add_ipfs_fields.py` (+23 -0) 📝 `archivebox/core/models.py` (+16 -0) 📝 `archivebox/misc/system.py` (+27 -1) 📝 `archivebox/pkgs/abx-plugin-chrome/abx_plugin_chrome/dom.py` (+16 -1) ➕ `archivebox/storage/README.md` (+174 -0) ➕ `archivebox/storage/__init__.py` (+198 -0) 📝 `etc/ArchiveBox.conf.default` (+8 -0) ➕ `tests/test_ipfs_integration.py` (+138 -0) </details> ### 📄 Description # Summary Add an optional IPFS storage backend support. The archived content can be additionally or only be stored in IPFS and the database only stores the IPFS hast as reference # Related issues - # Changes these areas - [ ] Bugfixes - [x] Feature behavior - [x] Command line interface - [x] Configuration options - [x] Internal architecture - [x] 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:46: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#4478
No description provided.