2022-09-29 21:38:49 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "LibrePhotos",
|
2022-10-12 19:26:47 +00:00
|
|
|
"port": 8132,
|
2022-09-29 21:38:49 +00:00
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "librephotos",
|
2022-11-11 19:33:58 +00:00
|
|
|
"tipi_version": 4,
|
2022-10-21 12:14:16 +00:00
|
|
|
"version": "2022w41",
|
2022-11-11 19:33:58 +00:00
|
|
|
"supported_architectures": ["amd64", "arm64"],
|
|
|
|
"categories": ["photography"],
|
2022-11-18 18:18:30 +00:00
|
|
|
"description": "Complete photo management service",
|
|
|
|
"short_desc": "Complete photo management service",
|
2022-09-29 21:38:49 +00:00
|
|
|
"author": "Niaz Faridani-Rad",
|
|
|
|
"source": "https://github.com/LibrePhotos/librephotos",
|
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "email",
|
|
|
|
"label": "LibrePhotos admin email",
|
|
|
|
"required": true,
|
|
|
|
"env_variable": "LIBREPHOTOS_EMAIL"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "LibrePhotos admin username",
|
|
|
|
"max": 50,
|
|
|
|
"min": 3,
|
|
|
|
"required": true,
|
|
|
|
"env_variable": "LIBREPHOTOS_USERNAME"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "password",
|
|
|
|
"label": "LibrePhotos admin password",
|
|
|
|
"max": 50,
|
|
|
|
"min": 8,
|
|
|
|
"required": true,
|
|
|
|
"env_variable": "LIBREPHOTOS_PASSWORD"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "DB password",
|
|
|
|
"env_variable": "LIBREPHOTOS_DB_PASSWORD"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "Secret key",
|
|
|
|
"env_variable": "LIBREPHOTOS_SECRET_KEY"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|