Update Silver Bullet.md (#287)
parent
09d7e79811
commit
65007df42c
|
@ -108,7 +108,7 @@ silverbullet <pages-path>
|
|||
|
||||
By default, Silver Bullet will bind to port `3000`, to use a different port use the `--port` flag.
|
||||
|
||||
For security reasons, by default Silver Bullet only allows connections via `localhost` (or `127.0.0.1`). To also allow connections from the network, pass a `--hostname 0.0.0.0` flag, ideally combined with `--user username:password` to add BasicAuth password protection.
|
||||
For security reasons, by default Silver Bullet only allows connections via `localhost` (or `127.0.0.1`). To also allow connections from the network, pass a `--hostname 0.0.0.0` flag (0.0.0.0 for all connections, or insert a specific address to limit the host), ideally combined with `--user username:password` to add BasicAuth password protection.
|
||||
|
||||
Once downloaded and booted, Silver Bullet will print out a URL to open SB in your browser.
|
||||
|
||||
|
|
Loading…
Reference in New Issue