diff --git a/.env.sample b/.env.sample index c2134ed..445427c 100644 --- a/.env.sample +++ b/.env.sample @@ -8,6 +8,9 @@ DOMAIN=outline.example.com #EXTRA_DOMAINS=', `www.outline.example.com`' LETS_ENCRYPT_ENV=production +# https://git.coopcloud.tech/coop-cloud-chaos-patchs/outline +#COMPOSE_FILE="compose.yml:compose.patch.yml" + # –––––––––––––––– REQUIRED –––––––––––––––– SECRET_DB_PASSWORD_VERSION=v1 diff --git a/README.md b/README.md index 0d2cd21..7613a42 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,7 @@ yarn db:migrate --env=production-ssl-disabled ### Setting up your `.env` config Avoid the use of quotes (`"..."`) as much as possible, the NodeJS scripts flip out for some reason on some vars. + +### Multiple users logging in & generic oauth + +`COMPOSE_FILE="compose.yml:compose.patch.yml"` diff --git a/compose.patch.yml b/compose.patch.yml new file mode 100644 index 0000000..e8975e2 --- /dev/null +++ b/compose.patch.yml @@ -0,0 +1,6 @@ +--- +version: "3.8" + +services: + app: + image: thecoopcloud/outline-with-patch:latest