work-notes

master
Bel LaPointe 2023-04-17 11:19:29 -06:00
parent 64dd14f87f
commit 026e7718ed
6 changed files with 18 additions and 0 deletions

1
work/notea Submodule

@ -0,0 +1 @@
Subproject commit 0d9139cd73baef3e1647f2c0dd0a3a3f1d84286b

2
work/outline/review.txt Normal file
View File

@ -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.

11
work/outline/run.sh Normal file
View File

@ -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

Binary file not shown.

1
work/wiki-js/review.txt Normal file
View File

@ -0,0 +1 @@
that is way too goddamn much like holy shit it was empty why is there 50 buttons

3
work/wiki-js/run.sh Normal file
View File

@ -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