Minor fixes, publishing 0.0.8
This commit is contained in:
@@ -3,6 +3,8 @@ Silver Bullet (SB) is a highly extensible, open source **personal knowledge play
|
||||
|
||||
So what is it SB _really_? That is hard to answer. It can do a ton of stuff out of the box, and I’m constantly finding new use cases. It’s like... a silver bullet!
|
||||
|
||||
Below is what it looks like in action (when run on the `docs` folder in this repo).
|
||||
|
||||

|
||||
|
||||
Here’s how I use it today (but this has grown significantly over time):
|
||||
@@ -37,7 +39,7 @@ To run a release version, you need to have a recent version of npm (8+) and node
|
||||
|
||||
To install and run, create a folder for your pages (can be empty or an existing folder with `.md` files) and run:
|
||||
|
||||
npx @silverbullet/server <path-to-folder>
|
||||
npx @silverbulletmd/server <path-to-folder>
|
||||
|
||||
Optionally you can use the `--port` argument to specify a HTTP port (defaults to `3000`) and you can pass a `--password` flag to require a password to access. Note this is a rather weak security mechanism, so it’s recommended to add additional layers of security on top of this if you run this on a public server somewhere (at least add TLS). Personally I run it on a tiny Linux VM on my server at home, and use a VPN (Tailscale) to access it from outside my home.
|
||||
## Stack
|
||||
|
||||
Reference in New Issue
Block a user