You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,8 @@ archivebox init --setup
104
104
curl -fsSL 'https://get.archivebox.io' | bash
105
105
</code></pre>
106
106
<br/>
107
-
<sub>Open <ahref="http://localhost:8000"><code>http://localhost:8000</code></a> to see your server's Web UI ➡️</sub>
107
+
<sub>Open <ahref="http://web.archivebox.localhost:8000"><code>http://web.archivebox.localhost:8000</code></a> for the public UI and <ahref="http://admin.archivebox.localhost:8000"><code>http://admin.archivebox.localhost:8000</code></a> for the admin UI ➡️</sub><br/>
108
+
<sub>Set <code>LISTEN_HOST</code> to change the base domain; <code>web.</code> and <code>admin.</code> subdomains are used automatically.</sub>
108
109
</details>
109
110
<br/>
110
111
@@ -469,6 +470,7 @@ For more discussion on managed and paid hosting options see here: <a href="https
469
470
#### ➡️ Next Steps
470
471
471
472
- Import URLs from some of the supported [Input Formats](#input-formats) or view the supported [Output Formats](#output-formats)...
473
+
- (Optional) Create a persona and import browser cookies to archive logged-in sites: `archivebox persona create --import=chrome personal`
472
474
- Tweak your UI or archiving behavior [Configuration](#configuration), read about some of the [Caveats](#caveats), or [Troubleshoot](https://github.com/ArchiveBox/ArchiveBox/wiki/Troubleshooting)
473
475
- Read about the [Dependencies](#dependencies) used for archiving, the [Upgrading Process](https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives), or the [Archive Layout](#archive-layout) on disk...
474
476
- Or check out our full [Documentation](#documentation) or [Community Wiki](#internet-archiving-ecosystem)...
@@ -495,6 +497,11 @@ docker compose run archivebox help
495
497
496
498
# equivalent: docker run -it -v $PWD:/data archivebox/archivebox [subcommand] [--help]
497
499
docker run -it -v $PWD:/data archivebox/archivebox help
500
+
501
+
# optional: import your browser cookies into a persona for logged-in archiving
502
+
archivebox persona create --import=chrome personal
docker run -v $PWD:/data -it -p 8000:8000 archivebox/archivebox
588
595
</code></pre>
589
596
590
-
<sup>Open <ahref="http://localhost:8000"><code>http://localhost:8000</code></a> to see your server's Web UI ➡️</sup>
597
+
<sup>Open <ahref="http://web.archivebox.localhost:8000"><code>http://web.archivebox.localhost:8000</code></a> for the public UI and <ahref="http://admin.archivebox.localhost:8000"><code>http://admin.archivebox.localhost:8000</code></a> for the admin UI ➡️</sup><br/>
598
+
<sup>Set <code>LISTEN_HOST</code> to change the base domain; <code>web.</code> and <code>admin.</code> subdomains are used automatically.</sup>
591
599
<br/><br/>
592
600
<i>For more info, see our <ahref="https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#ui-usage">Usage: Web UI</a> wiki. ➡️</i>
0 commit comments