I think running version
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"dynamic_config": true,
|
||||
"id": "kopia",
|
||||
"description": "",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "20251023.0.52914",
|
||||
"categories": ["utilities"],
|
||||
"short_desc": "",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user