Spotter-VM/lxc-apps/openmapkit/app

20 lines
585 B
Plaintext
Raw Normal View History

2020-03-22 10:28:57 +01:00
{
2020-06-21 08:32:40 +02:00
"version": "0.12.0-200621",
2020-03-22 10:28:57 +01:00
"meta": {
"title": "OpenMapKit",
"desc-cs": "Sběr mapových dat",
"desc-en": "Map data collection",
"license": "GPL"
},
"containers": {
"openmapkit": {
2020-06-21 08:32:40 +02:00
"image": "openmapkit_0.12.0-200621",
2020-03-22 10:28:57 +01:00
"mounts": {
"openmapkit/omk_conf/add-ca-cert.env": "srv/openmapkit/add-ca-cert.env:file",
2020-03-22 10:28:57 +01:00
"openmapkit/omk_conf/settings.js": "srv/openmapkit/settings.js:file",
"openmapkit/omk_data": "srv/openmapkit/data"
}
}
}
}