forked from coop-cloud/outline
Compare commits
5 Commits
0.4.0+0.64
...
0.4.1+0.64
Author | SHA1 | Date | |
---|---|---|---|
9a698a557b | |||
cfbeb3be67 | |||
08ec0295c5
|
|||
9bc4e9855a
|
|||
0351cf3e80
|
@ -43,10 +43,6 @@ _As of 2022-03-30, this requires `abra` RC version, run `abra upgrade --rc`._
|
||||
|
||||
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"`
|
||||
|
||||
### Deleting a user (e.g. to fix SSO weirdness)
|
||||
|
||||
`abra app cmd YOURAPPNAME db delete_user <username-to-delete> <username-to-replace>`
|
||||
|
@ -8,6 +8,7 @@ services:
|
||||
environment:
|
||||
- GOOGLE_CLIENT_ID
|
||||
- GOOGLE_ENABLED
|
||||
- ALLOWED_DOMAINS
|
||||
|
||||
secrets:
|
||||
google_client_secret:
|
||||
|
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
- proxy
|
||||
image: outlinewiki/outline:0.64.3
|
||||
image: outlinewiki/outline:0.64.4
|
||||
secrets:
|
||||
- aws_secret_key
|
||||
- db_password
|
||||
@ -43,7 +43,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.4.0+0.64.3"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.4.1+0.64.4"
|
||||
## Redirect from EXTRA_DOMAINS to DOMAIN
|
||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
|
@ -6,7 +6,8 @@ users are enjoying using it.
|
||||
|
||||
- Additional login methods have been added e.g. Google (yep...). You now need
|
||||
to make a choice of which authentication you want to make. This can be done by
|
||||
using the usual `$AUTH_ENABLED=1` environment variable condition.
|
||||
using the usual `$AUTH_ENABLED=1` environment variable condition. See the
|
||||
recipe `.env.sample` for more.
|
||||
|
||||
- If you were using the generic OpenID Connect authentication method (e.g.
|
||||
Keycloak, Authentik) then you will now need to use
|
Reference in New Issue
Block a user