I think running version

This commit is contained in:
cody conder
2025-11-08 00:11:13 -06:00
parent fe2a98c522
commit 8f8e83bf4e
2 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
"dynamic_config": true, "dynamic_config": true,
"id": "kopia", "id": "kopia",
"description": "", "description": "",
"tipi_version": 1, "tipi_version": 2,
"version": "20251023.0.52914", "version": "20251023.0.52914",
"categories": ["utilities"], "categories": ["utilities"],
"short_desc": "", "short_desc": "",

View File

@@ -40,28 +40,28 @@
], ],
"volumes": [ "volumes": [
{ {
"hostPath": "/home/ccondor/kopia/certs", "hostPath": "/home/${USER}/kopia/certs",
"containerPath": "/app/certs", "containerPath": "/app/certs",
"readOnly": false, "readOnly": false,
"shared": false, "shared": false,
"private": false "private": false
}, },
{ {
"hostPath": "/home/ccondor/kopia/config", "hostPath": "/home/${USER}/kopia/config",
"containerPath": "/app/config", "containerPath": "/app/config",
"readOnly": false, "readOnly": false,
"shared": false, "shared": false,
"private": false "private": false
}, },
{ {
"hostPath": "/home/ccondor/kopia/cache", "hostPath": "/home/${USER}/kopia/cache",
"containerPath": "/app/cache", "containerPath": "/app/cache",
"readOnly": false, "readOnly": false,
"shared": false, "shared": false,
"private": false "private": false
}, },
{ {
"hostPath": "/home/ccondor/kopia/logs", "hostPath": "/home/${USER}/kopia/logs",
"containerPath": "/app/logs", "containerPath": "/app/logs",
"readOnly": false, "readOnly": false,
"shared": false, "shared": false,
@@ -75,8 +75,8 @@
"private": false "private": false
}, },
{ {
"hostPath": "/home/ccondor", "hostPath": "/home/${USER}",
"containerPath": "/data/ccondor", "containerPath": "/data/${USER}",
"readOnly": true, "readOnly": true,
"shared": false, "shared": false,
"private": false "private": false