From 09afff17ce572e6c773a57cdad7f34c15e7dbf2c Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 18 Dec 2025 15:09:30 -0500 Subject: [PATCH] first commit --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..15a9167 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# lasuite-docs + +> [Docs](https://docs.numerique.gouv.fr/home/) (part of [La Suite Numerique](https://lasuite.numerique.gouv.fr/en)) for Co-op Cloud + + + +* **Category**: Apps +* **Status**: 2 +* **Image**: [`lasuite/docs`](https://hub.docker.com/r/lasuite/docs), 4, upstream +* **Healthcheck**: No +* **Backups**: No +* **Email**: 3 +* **Tests**: No +* **SSO**: 3 + + + +## Quick start + +* Deploy Single Sign On (see [Authentication](#authentication) below) +* `abra app new lasuite-docs --secrets` +* `abra app config ` +* `abra app deploy ` +* `abra app cmd backend migrate` +* `abra app restart minio-bootstrap` (Note: this will appear to fail, but probably worked! Check `abra app logs minio-bootstrap`) + +For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). + +## Authentication + +Docs **requires** an OpenID Connect (OIDC) single sign-on provider; we recommend [Authentik](https://git.coopcloud.tech/coop-cloud/authentik) or [Keycloak](https://git.coopcloud.tech/coop-cloud/keycloak), both of which are installable using Co-op Cloud.