Initial commit with kopia app working
This commit is contained in:
37
apps/kopia/config.json
Normal file
37
apps/kopia/config.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user