mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
Update README.md
This commit is contained in:
parent
ea71871af1
commit
6dc35097fc
1 changed files with 3 additions and 1 deletions
|
@ -536,7 +536,9 @@ docker run -v $PWD:/data -it archivebox/archivebox archivebox manage createsuper
|
||||||
docker run -v $PWD:/data -it -p 8000:8000 archivebox/archivebox
|
docker run -v $PWD:/data -it -p 8000:8000 archivebox/archivebox
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<h5>Optional: Change permissions to allow non-logged-in users</h5>
|
<sup>Open <a href="http://localhost:8000"><code>http://localhost:8000</code></a> to see your server's Web UI ➡️</sup>
|
||||||
|
<br/>
|
||||||
|
<b>Optional: Change permissions to allow non-logged-in users</b>
|
||||||
|
|
||||||
<pre lang="bash"><code style="white-space: pre-line">
|
<pre lang="bash"><code style="white-space: pre-line">
|
||||||
archivebox config --set PUBLIC_ADD_VIEW=True # allow guests to submit URLs
|
archivebox config --set PUBLIC_ADD_VIEW=True # allow guests to submit URLs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue