mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #1290] Bug: /browsers folder inside v0.7.1 Docker container not accessible during compose init setup #2304
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#2304
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?
Originally created by @Gobbless on GitHub (Dec 17, 2023).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1290
I was reading the following:
Do you mind opening a new issue @hafx and posting the full output of
archivebox version?Originally posted by @pirate in https://github.com/ArchiveBox/ArchiveBox/issues/1277#issuecomment-1857296754
And it describes an issue I am also having with my installation of archivebox. The following message occurs after executing
docker compose run archivebox init --setupon the current version of the compose file found at:
https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/docker-compose.yml
While I haven't proceeded to actually try and use archivebox after encountering this, it sounds as though this issue would break my installation anyway as the browsers directory is an internal directory to the container needed for archiving pages correctly. Here is the full output of archivebox version as requested in the issue for the other github user.
@pirate commented on GitHub (Dec 18, 2023):
This should be fixed now on
:devhttps://github.com/ArchiveBox/ArchiveBox#install-and-run-a-specific-github-branchpull the latest version with
docker compose pulland re-run, comment back here if you have any issues and I'll reopen the ticket.@ZeroPing01 commented on GitHub (Dec 18, 2023):
I confirm, it is fixed. Thanks!