Minor fixes, publishing 0.0.8

This commit is contained in:
Zef Hemel
2022-06-28 14:41:21 +02:00
parent 5307ab39dd
commit 3cb8535124
10 changed files with 82 additions and 81 deletions
+3 -1
View File
@@ -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 Im constantly finding new use cases. Its like... a silver bullet!
Below is what it looks like in action (when run on the `docs` folder in this repo).
![Screenshot](https://raw.githubusercontent.com/zefhemel/silverbullet/main/images/silverbullet1.png)
Heres 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 its 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