Adds additional README instructions to compose examples

This commit is contained in:
Spoffy 2024-07-30 02:48:48 +01:00
parent 9ecf7400ce
commit aaaa7d1d71
3 changed files with 18 additions and 0 deletions

View File

@ -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`.

View File

@ -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.

View 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`.