Initial commit with kopia app working

This commit is contained in:
cody conder
2025-11-08 00:18:25 -06:00
commit 801174585b
34 changed files with 1380 additions and 0 deletions

37
apps/kopia/config.json Normal file
View 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"]
}