38 lines
846 B
JSON
38 lines
846 B
JSON
|
|
{
|
||
|
|
"name": "kopia",
|
||
|
|
"min_tipi_version": "4.5.0",
|
||
|
|
"available": true,
|
||
|
|
"port": 51515,
|
||
|
|
"exposable": true,
|
||
|
|
"dynamic_config": true,
|
||
|
|
"id": "kopia",
|
||
|
|
"description": "",
|
||
|
|
"tipi_version": 2,
|
||
|
|
"version": "20251023.0.52914",
|
||
|
|
"categories": ["utilities"],
|
||
|
|
"short_desc": "",
|
||
|
|
"author": "kopia",
|
||
|
|
"dynamic":true,
|
||
|
|
"source": "https://github.com/kopia/kopia",
|
||
|
|
"website": "https://kopia.io",
|
||
|
|
"form_fields": [
|
||
|
|
{"type":"text",
|
||
|
|
"label":"username",
|
||
|
|
"required":true,
|
||
|
|
"env_variable":"USER"},
|
||
|
|
{"type":"text",
|
||
|
|
"label":"TZ",
|
||
|
|
"required":false,
|
||
|
|
"env_variable":"TZ"},
|
||
|
|
{"type":"password",
|
||
|
|
"label":"Password",
|
||
|
|
"required":true,
|
||
|
|
"env_variable":"PASSWORD"},
|
||
|
|
{"type":"text",
|
||
|
|
"label":"FingerPrint",
|
||
|
|
"required":false,
|
||
|
|
"env_variable":"KOPIA_SERVER_FINGERPRINT"}
|
||
|
|
],
|
||
|
|
"supported_architectures": ["amd64"]
|
||
|
|
}
|