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 0000000..49b2be1 Binary files /dev/null and b/work/wiki-js/mnt/cache/b29b5d2ce62e55412776ab98f05631e0aa96597b.bin differ 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