app-store/apps/koillection/config.json

36 lines
1.1 KiB
JSON
Raw Normal View History

2023-10-01 08:37:17 +00:00
{
"name": "Koillection",
"available": true,
"port": 8050,
"exposable": true,
"id": "koillection",
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
"tipi_version": 1,
"version": "1.4.11",
"categories": ["utilities"],
"short_desc": "Koillection allow you to manage any kind of collections.",
"author": "https://github.com/benjaminjonard",
"source": "https://github.com/benjaminjonard/koillection",
"website": "https://koillection.github.io/",
2023-10-28 11:40:26 +00:00
"form_fields": [
{
"type": "boolean",
"label": "https enable",
2023-10-30 08:45:36 +00:00
"env_variable": "KOILLECTION_HTTPS_ENABLED"
},
{
"type": "random",
"label": "database user",
"min": 15,
"max": 15,
"env_variable": "KOILLECTION_DB_USER"
},
{
"type": "random",
"label": "database password",
"min": 30,
"max": 30,
"env_variable": "KOILLECTION_DB_PASSWORD"
2023-10-28 11:40:26 +00:00
}
]
2023-10-01 08:37:17 +00:00
}