app-store/apps/outline/data/oidc-config.json.template
hex-developer 63b7f29c41
Add Outline (#2651)
* Add Outline

* Format config.json

* Coderabbitai

* Fix description.md

* Make proposed changes

* Make proposed changes

* Make proposed changes

* Update docker-compose.yml

Forgot to persist storage

* fix: use right service names

* fix: use right service names everywhere

* Attempt to fix authentication errors

* Update docker-compose.yml

* Update nginx conf

* Fix authentication

* No need for extra config

---------

Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>
Co-authored-by: Stavros <steveiliop56@gmail.com>
2024-03-04 19:48:29 +02:00

32 lines
878 B
Plaintext

[
{
"model": "oidc_provider.client",
"pk": 1,
"fields": {
"name": "outline",
"owner": null,
"client_type": "confidential",
"client_id": "{{OUTLINE_OIDC_CLID}}",
"client_secret": "{{OUTLINE_OIDC_CLKEY}}",
"jwt_alg": "RS256",
"date_created": "2024-03-02",
"website_url": "",
"terms_url": "",
"contact_email": "",
"logo": "",
"reuse_consent": true,
"require_consent": true,
"_redirect_uris": "https://{{APP_DOMAIN}}/auth/oidc.callback",
"_post_logout_redirect_uris": "",
"_scope": "",
"response_types": [
1,
2,
3,
4,
5,
6
]
}
}
]