Update Silver Bullet.md (#287)

This commit is contained in:
Tristan Sokol
2023-01-05 06:06:35 +01:00
committed by GitHub
parent 09d7e79811
commit 65007df42c
+1 -1
View File
@@ -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. 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. Once downloaded and booted, Silver Bullet will print out a URL to open SB in your browser.