63b7f29c41
* 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>
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"name": "Outline",
|
|
"id": "outline",
|
|
"available": true,
|
|
"short_desc": "A home for all your docs",
|
|
"author": "outline",
|
|
"port": 8404,
|
|
"categories": [
|
|
"utilities"
|
|
],
|
|
"description": "Outline is a knowledge base designed for teams. It's goals are to be fast, intuitive and support many integrations.",
|
|
"tipi_version": 1,
|
|
"version": "0.75.2",
|
|
"source": "https://github.com/outline/outline",
|
|
"website": "https://getoutline.com",
|
|
"exposable": true,
|
|
"force_expose": true,
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "Outline secret key",
|
|
"min": 64,
|
|
"env_variable": "OUTLINE_SECRET_KEY"
|
|
},
|
|
{
|
|
"type": "random",
|
|
"label": "Outline utils secret",
|
|
"min": 32,
|
|
"env_variable": "OUTLINE_UTILS_SECRET"
|
|
},
|
|
{
|
|
"type": "random",
|
|
"label": "OIDC client ID",
|
|
"min": 32,
|
|
"env_variable": "OUTLINE_OIDC_CLID"
|
|
},
|
|
{
|
|
"type": "random",
|
|
"label": "OIDC client secret",
|
|
"min": 32,
|
|
"env_variable": "OUTLINE_OIDC_CLKEY"
|
|
},
|
|
{
|
|
"type": "random",
|
|
"label": "Database password",
|
|
"min": 32,
|
|
"env_variable": "OUTLINE_PG_PASSWORD"
|
|
},
|
|
{
|
|
"type": "random",
|
|
"label": "OIDC secret",
|
|
"min": 32,
|
|
"env_variable": "OUTLINE_OIDC_SECRET"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Username",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "OUTLINE_USER"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Password",
|
|
"min": 12,
|
|
"required": true,
|
|
"env_variable": "OUTLINE_PASSWORD"
|
|
}
|
|
],
|
|
"supported_architectures": [
|
|
"arm64",
|
|
"amd64"
|
|
]
|
|
} |