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

5
no/tiddlywiki/review Executable file
View File

@@ -0,0 +1,5 @@
ehhhhh
- supports everything except nested storage
- can manually list and script titles but tags was a nightmare
- got stuck and froze every so often

11
no/trilium/build_and_run.sh Executable file
View File

@@ -0,0 +1,11 @@
#! /bin/bash
img="zadam/trilium"
tag="0.29.1"
docker pull $img:$tag
docker run --rm -it \
--name ${img##*/} \
-p 8344:8080 \
-v $(pwd)/mnt:/root/trilium-data \
$img:$tag

6
no/trilium/review Executable file
View File

@@ -0,0 +1,6 @@
shit because it doesnt work on firefox
Great aside from shit mobile view. Good for gcp!
SO close, cannot mark as complete