mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #1327] [CLOSED] OLD IDEA / no longer active: New modular plugin design + 3 new plugins: browsertrix-crawler, ReplayWeb.page, gallery-dl #1381
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1381
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/ArchiveBox/ArchiveBox/pull/1327
Author: @pirate
Created: 1/17/2024
Status: ❌ Closed
Base:
dev← Head:plugins-browsertrix📝 Commits (10+)
16adff4add ncat to docker container to use for ipc tunnel1d4ec6fwip new plugins system with browsertrix91c3458wip attempt to tweak uwsgi to try to serve archive media files with byte range requests216e0b7add ipc listener server script820c152add note about issue 1191 and shell requoting or special chars77075b3add ncat to docker container to use for ipc tunnel5cf94a3wip new plugins system with browsertrix64f6816wip attempt to tweak uwsgi to try to serve archive media files with byte range requestsa61c9cfadd ipc listener server scriptaeaefe8persist snapshot index header collapse state📊 Changes
66 files changed (+12650 additions, -114 deletions)
View changed files
📝
.gitignore(+1 -3)📝
Dockerfile(+3 -3)📝
archivebox/config.py(+16 -6)📝
archivebox/config_stubs.py(+68 -13)📝
archivebox/core/__init__.py(+1 -0)📝
archivebox/core/admin.py(+2 -0)📝
archivebox/core/apps.py(+8 -1)📝
archivebox/core/auth.py(+4 -2)📝
archivebox/core/models.py(+9 -1)📝
archivebox/core/settings.py(+85 -38)📝
archivebox/core/urls.py(+4 -0)📝
archivebox/core/views.py(+7 -1)📝
archivebox/manage.py(+1 -1)➖
archivebox/mypy.ini(+0 -3)➕
archivebox/plugins/__init__.py(+3 -0)➕
archivebox/plugins/defaults/__init__.py(+3 -0)➕
archivebox/plugins/defaults/admin.py(+20 -0)➕
archivebox/plugins/defaults/apps.py(+24 -0)➕
archivebox/plugins/defaults/migrations/0001_initial.py(+41 -0)➕
archivebox/plugins/defaults/migrations/0002_auto_20240124_0943.py(+31 -0)...and 46 more files
📄 Description
Coming soon:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.