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
|
||||
5
no/tiddlywiki/review
Executable file
5
no/tiddlywiki/review
Executable 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
11
no/trilium/build_and_run.sh
Executable 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
6
no/trilium/review
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user