From 6888dac3a7a2c4d424ba294b11346a0e99827c6f Mon Sep 17 00:00:00 2001 From: Klaus Frank <2544867+agowa@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:44:45 +0200 Subject: [PATCH 1/3] Move novnc web-ui to 8081 Fix tcp port 8080 being used twice and move novnc web interface to 127.0.0.1:8081 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fde6e11e..e7338083 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -105,9 +105,9 @@ services: - DISPLAY_HEIGHT=1080 - RUN_XTERM=no ports: - # to view/control ArchiveBox's browser, visit: http://127.0.0.1:8080/vnc.html + # to view/control ArchiveBox's browser, visit: http://127.0.0.1:8081/vnc.html # restricted to access from localhost by default because it has no authentication - - 127.0.0.1:8080:8080 + - 127.0.0.1:8081:8080 ### Example: Put Nginx in front of the ArchiveBox server for SSL termination and static file serving. From d570f2dfcc9ce11d081ec99846137986867c3857 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 22 Sep 2024 15:02:23 -0400 Subject: [PATCH 2/3] Change pywb port to 8686 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e7338083..12eac973 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -107,7 +107,7 @@ services: ports: # to view/control ArchiveBox's browser, visit: http://127.0.0.1:8081/vnc.html # restricted to access from localhost by default because it has no authentication - - 127.0.0.1:8081:8080 + - 127.0.0.1:8080:8080 ### Example: Put Nginx in front of the ArchiveBox server for SSL termination and static file serving. @@ -179,7 +179,7 @@ services: # environment: # - INIT_COLLECTION=archivebox # ports: - # - 8080:8080 + # - 8686:8080 # volumes: # - ./data:/archivebox # - ./data/wayback:/webarchive From e418338474c38d6cb4a3129d15112871c8752618 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 22 Sep 2024 15:02:48 -0400 Subject: [PATCH 3/3] Update docker-compose.yml typo --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 12eac973..773b64f4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -105,7 +105,7 @@ services: - DISPLAY_HEIGHT=1080 - RUN_XTERM=no ports: - # to view/control ArchiveBox's browser, visit: http://127.0.0.1:8081/vnc.html + # to view/control ArchiveBox's browser, visit: http://127.0.0.1:8080/vnc.html # restricted to access from localhost by default because it has no authentication - 127.0.0.1:8080:8080