work-notes
This commit is contained in:
1
work/notea
Submodule
1
work/notea
Submodule
Submodule work/notea added at 0d9139cd73
2
work/outline/review.txt
Normal file
2
work/outline/review.txt
Normal 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
11
work/outline/run.sh
Normal 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
|
||||||
BIN
work/wiki-js/mnt/cache/b29b5d2ce62e55412776ab98f05631e0aa96597b.bin
vendored
Normal file
BIN
work/wiki-js/mnt/cache/b29b5d2ce62e55412776ab98f05631e0aa96597b.bin
vendored
Normal file
Binary file not shown.
1
work/wiki-js/review.txt
Normal file
1
work/wiki-js/review.txt
Normal 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
3
work/wiki-js/run.sh
Normal 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
|
||||||
Reference in New Issue
Block a user