From 6f4e4b0e5ca09a1b2a66f10587edee41f61768e2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 12 Aug 2026 22:53:45 -0700 Subject: [PATCH] Document HTTPS setup restart --- archivebox/templates/core/setup_wizard.html | 4 ++-- archivebox/tests/test_ui_admin_config_widget.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/archivebox/templates/core/setup_wizard.html b/archivebox/templates/core/setup_wizard.html index 483d52cd..a4ca75b4 100644 --- a/archivebox/templates/core/setup_wizard.html +++ b/archivebox/templates/core/setup_wizard.html @@ -50,8 +50,8 @@
- - + +
Choose how HTTPS will reach ArchiveBox.
diff --git a/archivebox/tests/test_ui_admin_config_widget.py b/archivebox/tests/test_ui_admin_config_widget.py index c0216dd0..33b1450b 100644 --- a/archivebox/tests/test_ui_admin_config_widget.py +++ b/archivebox/tests/test_ui_admin_config_widget.py @@ -154,6 +154,7 @@ def test_unconfigured_superuser_banner_uses_browser_assisted_setup_wizard(): assert "will not replay JavaScript unless wildcard DNS is used" in html assert "Wildcard TLS" in html assert "Never enable on-demand TLS or request individual certificates for snapshot subdomains." in html + assert "Restart ArchiveBox after saving an HTTPS BASE_URL for the first time." in html assert "Cloudflare, Nginx Proxy Manager, Caddy, Traefik, Tailscale" in html assert "How will HTTPS traffic reach this ArchiveBox server?" in html assert "This mode is not allowed unless also using Single-domain DNS." in html