This commit is contained in:
bel
2021-09-14 06:29:17 -06:00
commit a71c585675
36 changed files with 700 additions and 0 deletions

16
no/mininote/build_and_run.sh Executable file
View File

@@ -0,0 +1,16 @@
#! /bin/bash
img="bel/mininote"
tag="latest"
cd "$(dirname "${BASH_SOURCE[0]}")"
git clone https://github.com/n1try/mininote
pushd ./mininote
docker build -t $img:$tag .
popd
docker run --rm -it \
--name ${img##*/} \
-p 8344:3000 \
-v $(pwd)/mnt:/app/data \
$img:$tag

1
no/mininote/review Executable file
View File

@@ -0,0 +1 @@
cute but not super effective--each notebook is a user/pass and it's just a flat sheet to manually save