52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "immich",
|
|
"description":"Immich is a free, open-source, self-hosted photo and video management platform designed as an alternative to Google Photos. It allows users to back up, organize, and manage their photos and videos on their own server, prioritizing privacy and control over their data.",
|
|
"fields": [
|
|
{
|
|
"description": "Domain",
|
|
"key": "DOMAIN",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Timezone",
|
|
"key": "IMMICH_TZ",
|
|
"value": "Europe/Budapest",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Version",
|
|
"key": "IMMICH_VERSION",
|
|
"value": "release",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "POSTGRES database name",
|
|
"key": "POSTGRES_DATABASE_NAME",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|md5|8"
|
|
},
|
|
{
|
|
"description": "POSTGRES username",
|
|
"key": "POSTGRES_USERNAME",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|md5|8"
|
|
},
|
|
{
|
|
"description": "POSTGRES password for user",
|
|
"key": "POSTGRESDB_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|md5|12"
|
|
},
|
|
{
|
|
"description": "POSTGRES root user password",
|
|
"key": "POSTGRESDB_PASSWORD",
|
|
"value": "",
|
|
"required": "true",
|
|
"generated": "random|sha256|20"
|
|
}
|
|
]
|
|
} |