mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #1217] Question: ... Is it possible put archivebox in background and close terminal ? #3766
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#3766
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 @DaniilKap on GitHub (Aug 26, 2023).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1217
im tring to launch archivebox in background on my server usinge this commands :
sudo -u archivebox archivebox server 0.0.0.0:8000 &
disown {{job_id}}
still see output of web server in console like "GET /admin/core/snapshot/ HTTP/1.1" 200 105763"
And if i try to close terminal webserver close as well.
@pirate commented on GitHub (Aug 28, 2023):
You should use an init system like systemd or supervisord to start it. Another alternative is to use a terminal session manager like tmux or screen. As a last resort, if you really must background it (which I don't recommend as it's generally harder to manage long-term), you can use
nohup archivebox ... &.@DaniilKap commented on GitHub (Aug 28, 2023):
thx, already solved problem with screen.
@DaniilKap commented on GitHub (Aug 28, 2023):
I ran into 1 more problem, the app will consume all available RAM (6 GB) and slow down to 1-2 links per hour. basically all the memory is occupied by chromium instances. Is it possible to solve this somehow ?
@pirate commented on GitHub (Aug 29, 2023):
That issue should be solved soon, plz follow this PR for updates https://github.com/ArchiveBox/ArchiveBox/pull/1219
@sasasqt commented on GitHub (Aug 31, 2023):
add this service to systemd service, and
archivebox-server.service: