52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "immich",
|
|
"description":"Immich is a photo and video backup solution that helps you securely store and manage your media across devices.",
|
|
"fields": [
|
|
{
|
|
"description": "Your Immich domain:",
|
|
"key": "DOMAIN",
|
|
"value": "",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Immich timezone:",
|
|
"key": "IMMICH_TZ",
|
|
"value": "Europe/Budapest",
|
|
"required": "true"
|
|
},
|
|
{
|
|
"description": "Immich 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"
|
|
}
|
|
]
|
|
} |