archive
This commit is contained in:
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