~aleteoryx/webjrnl

f7babf3f729eb552d10d64d86093fd0d6d1bd940 — Aleteoryx 22 days ago 1a5ca37
openrc
1 files changed, 5 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +5 -2
@@ 17,11 17,11 @@ of a specially-formatted text file
## installing

```
$ git clone https://git.amehut.dev/~aleteoryx/webjrnl
$ cd webjrnl
$ go build -ldflags '-w -s'
$ mkdir db
$ echo '[{"id": "marmalade", "passhash": "..."}]' >db/users.json
$ ./jrnl
usage: ./jrnl [-proxied] addr [mtpt]
$ ./jrnl :8080 db
initialized!
```


@@ 67,6 67,9 @@ webjrnl is written in such a way that multiple instances can be pointed
to the same database, and access it concurrently without risk of
corruption.

for convenience, an openrc script is included at /openrc. edit it to
your needs.


## usage