mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #527] Changine Docker Port Breaks Web UI #337
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#337
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 @jmcree on GitHub (Nov 6, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/527
I'm on unraid and using the repository from nikisweeting/archivebox:latest
By default the docker uses port 8000. This is already taken on my system and when I try to change it to say port 5000, the webUI says it cannot reach this page. I have changed the port in the basic docker setting, specified the webUI url in the advanced docker settings to use port 5000 and told the server to run on 0.0.0.0:5000 in the console. What am I missing to get it to run on a different port?
@pirate commented on GitHub (Nov 12, 2020):
What are the exact commands you're running to start it? Can you post your config file and some log output as well.
@jmcree commented on GitHub (Nov 12, 2020):
Hey. You can close this.. I was just going though and getting all of the screenshots and logs for you and had an idea.. instead of putting "server 0.0.0.0:8000" in the docker settings I manually start the server from the console "archivebox server 0.0.0.0:8000". well, in my attempts to move it to port 5000, i was putting 5000 here too. I just started it from using the 8000 (what i now realize the internal port, not my bridge port) and it pulls right up.
Now if I can only figure out how to use tags or categorize the different sites.
@cdvv7788 commented on GitHub (Nov 12, 2020):
Tags can be added from the admin in the latest version. You can build the image yourself with the contents of
masterwhile we release a new image.