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,
"id": "kopia",
"description": "",
"tipi_version": 1,
"tipi_version": 2,
"version": "20251023.0.52914",
"categories": ["utilities"],
"short_desc": "",

View File

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