work-notes
parent
64dd14f87f
commit
026e7718ed
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0d9139cd73baef3e1647f2c0dd0a3a3f1d84286b
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -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.
|
|
@ -0,0 +1 @@
|
||||||
|
that is way too goddamn much like holy shit it was empty why is there 50 buttons
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue