mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Adds additional README instructions to compose examples
This commit is contained in:
parent
9ecf7400ce
commit
aaaa7d1d71
@ -6,3 +6,7 @@ This setup lacks basic security or authentication.
|
|||||||
Other examples demonstrate how to set up authentication and HTTPS.
|
Other examples demonstrate how to set up authentication and HTTPS.
|
||||||
|
|
||||||
See https://support.getgrist.com/self-managed for more information.
|
See https://support.getgrist.com/self-managed for more information.
|
||||||
|
|
||||||
|
## How to run this example
|
||||||
|
|
||||||
|
This example can be run with `docker compose up`.
|
@ -12,3 +12,13 @@ You may want to try a more secure authentication setup such Authelia, Authentik
|
|||||||
The OIDC auth example demonstrates a setup using Authelia.
|
The OIDC auth example demonstrates a setup using Authelia.
|
||||||
|
|
||||||
See https://support.getgrist.com/self-managed for more information.
|
See https://support.getgrist.com/self-managed for more information.
|
||||||
|
|
||||||
|
## How to run this example
|
||||||
|
|
||||||
|
This example can be run with `docker compose up`.
|
||||||
|
|
||||||
|
The default login is:
|
||||||
|
- Username: `test@example.org`
|
||||||
|
- Password: `test`
|
||||||
|
|
||||||
|
This can be changed in `./configs/traefik-dynamic-config.yaml`. Instructions on how to do this are available in that file.
|
||||||
|
@ -11,3 +11,7 @@ Other examples demonstrate how to set up authentication and HTTPS.
|
|||||||
See https://support.getgrist.com/self-managed for more information.
|
See https://support.getgrist.com/self-managed for more information.
|
||||||
|
|
||||||
This setup is based on one provided by Akito (https://github.com/theAkito).
|
This setup is based on one provided by Akito (https://github.com/theAkito).
|
||||||
|
|
||||||
|
## How to run this example
|
||||||
|
|
||||||
|
This example can be run with `docker compose up`.
|
||||||
|
Loading…
Reference in New Issue
Block a user