From 026e7718ed62458a0ec20d9a52bec560184268d9 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Mon, 17 Apr 2023 11:19:29 -0600 Subject: [PATCH] work-notes --- work/notea | 1 + work/outline/review.txt | 2 ++ work/outline/run.sh | 11 +++++++++++ .../b29b5d2ce62e55412776ab98f05631e0aa96597b.bin | Bin 0 -> 271 bytes work/wiki-js/review.txt | 1 + work/wiki-js/run.sh | 3 +++ 6 files changed, 18 insertions(+) create mode 160000 work/notea create mode 100644 work/outline/review.txt create mode 100644 work/outline/run.sh create mode 100644 work/wiki-js/mnt/cache/b29b5d2ce62e55412776ab98f05631e0aa96597b.bin create mode 100644 work/wiki-js/review.txt create mode 100644 work/wiki-js/run.sh diff --git a/work/notea b/work/notea new file mode 160000 index 0000000..0d9139c --- /dev/null +++ b/work/notea @@ -0,0 +1 @@ +Subproject commit 0d9139cd73baef3e1647f2c0dd0a3a3f1d84286b diff --git a/work/outline/review.txt b/work/outline/review.txt new file mode 100644 index 0000000..c78c1ec --- /dev/null +++ b/work/outline/review.txt @@ -0,0 +1,2 @@ +cannot run without slack/google/oidc integration for login is lame +cannot with with a personal gmail--must use business. wtf. diff --git a/work/outline/run.sh b/work/outline/run.sh new file mode 100644 index 0000000..23f6e98 --- /dev/null +++ b/work/outline/run.sh @@ -0,0 +1,11 @@ +#! /bin/bash + +if [ ! -d ./outline ]; then + git clone https://github.com/outline/outline.git +fi +cd ./outline +cp .env.sample .env +echo "SECRET_KEY=$(openssl rand -hex 32)" >> .env +echo "UTILS_SECRET=$(openssl rand -hex 32)" >> .env +docker rm -f $(docker ps -aq) +make up diff --git a/work/wiki-js/mnt/cache/b29b5d2ce62e55412776ab98f05631e0aa96597b.bin b/work/wiki-js/mnt/cache/b29b5d2ce62e55412776ab98f05631e0aa96597b.bin new file mode 100644 index 0000000000000000000000000000000000000000..49b2be1f5e4ee29fef0da4de4a11f44c19b3491e GIT binary patch literal 271 zcmZ|KO^O0B5QgD2xDwpE4CU6I?zA8pV!#^=s2jyaNJ0pp#gm_^Y)wODx38bKN zi^^aGDHOF4HxuY3muiG}qrA4^YR>#tv40DBiv(*OVf literal 0 HcmV?d00001 diff --git a/work/wiki-js/review.txt b/work/wiki-js/review.txt new file mode 100644 index 0000000..0a300e2 --- /dev/null +++ b/work/wiki-js/review.txt @@ -0,0 +1 @@ +that is way too goddamn much like holy shit it was empty why is there 50 buttons diff --git a/work/wiki-js/run.sh b/work/wiki-js/run.sh new file mode 100644 index 0000000..6428d66 --- /dev/null +++ b/work/wiki-js/run.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +docker run -v $PWD/mnt:/wiki/data -e DB_TYPE=sqlite --rm -it -p 8441:3000 requarks/wiki:2.5