archive
This commit is contained in:
16
no/mininote/build_and_run.sh
Executable file
16
no/mininote/build_and_run.sh
Executable 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
1
no/mininote/review
Executable 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
|
||||
Reference in New Issue
Block a user