1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2021-10-26 01:58:16 -04:00 committed by GitHub
parent 569a4582dd
commit aaa459082d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,8 +367,8 @@ archivebox help
#### 🖥  Web UI Usage
```bash
archivebox manage createsuperuser
archivebox server 0.0.0.0:8000 # open http://127.0.0.1:8000 to view it
archivebox manage createsuperuser # set an admin password
archivebox server 0.0.0.0:8000 # open http://127.0.0.1:8000 to view it
# you can also configure whether or not login is required for most features
archivebox config --set PUBLIC_INDEX=False