I think running version
This commit is contained in:
@@ -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": "",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user