Convert CRLF to LF
This commit is contained in:
parent
0455738fa8
commit
74ff517e09
@ -1,50 +1,50 @@
|
|||||||
{
|
{
|
||||||
"version": "2.8.3-200313",
|
"version": "2.8.3-200313",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "CKAN",
|
"title": "CKAN",
|
||||||
"desc-cs": "Datový sklad",
|
"desc-cs": "Datový sklad",
|
||||||
"desc-en": "Data store",
|
"desc-en": "Data store",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"ckan": {
|
"ckan": {
|
||||||
"image": "ckan_2.8.3-200313",
|
"image": "ckan_2.8.3-200313",
|
||||||
"depends": [
|
"depends": [
|
||||||
"ckan-datapusher",
|
"ckan-datapusher",
|
||||||
"ckan-redis",
|
"ckan-redis",
|
||||||
"ckan-solr",
|
"ckan-solr",
|
||||||
"ckan-postgres"
|
"ckan-postgres"
|
||||||
],
|
],
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"ckan/ckan_conf": "etc/ckan",
|
"ckan/ckan_conf": "etc/ckan",
|
||||||
"ckan/ckan_data": "srv/ckan/storage"
|
"ckan/ckan_data": "srv/ckan/storage"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ckan-datapusher": {
|
"ckan-datapusher": {
|
||||||
"image": "ckan-datapusher_0.0.16-200313",
|
"image": "ckan-datapusher_0.0.16-200313",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"ckan/datapusher_conf": "etc/ckan-datapusher",
|
"ckan/datapusher_conf": "etc/ckan-datapusher",
|
||||||
"ckan/datapusher_data": "srv/ckan-datapusher/data"
|
"ckan/datapusher_data": "srv/ckan-datapusher/data"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ckan-redis": {
|
"ckan-redis": {
|
||||||
"image": "redis_5.0.7-200313",
|
"image": "redis_5.0.7-200313",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"ckan/redis_conf/redis.conf": "etc/redis.conf:file",
|
"ckan/redis_conf/redis.conf": "etc/redis.conf:file",
|
||||||
"ckan/redis_data": "var/lib/redis"
|
"ckan/redis_data": "var/lib/redis"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ckan-solr": {
|
"ckan-solr": {
|
||||||
"image": "solr6_6.5.1-200313",
|
"image": "solr6_6.5.1-200313",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"ckan/solr_data": "var/lib/solr"
|
"ckan/solr_data": "var/lib/solr"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ckan-postgres": {
|
"ckan-postgres": {
|
||||||
"image": "postgis_3.0.0-200313",
|
"image": "postgis_3.0.0-200313",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"ckan/postgres_data": "var/lib/postgresql"
|
"ckan/postgres_data": "var/lib/postgresql"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
{
|
{
|
||||||
"version": "2.2.0-200313",
|
"version": "2.2.0-200313",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "Crisis Cleanup",
|
"title": "Crisis Cleanup",
|
||||||
"desc-cs": "Mapování následků katastrof",
|
"desc-cs": "Mapování následků katastrof",
|
||||||
"desc-en": "Disaster relief mapping",
|
"desc-en": "Disaster relief mapping",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"crisiscleanup": {
|
"crisiscleanup": {
|
||||||
"image": "crisiscleanup_2.2.0-200313",
|
"image": "crisiscleanup_2.2.0-200313",
|
||||||
"depends": [
|
"depends": [
|
||||||
"crisiscleanup-postgres"
|
"crisiscleanup-postgres"
|
||||||
],
|
],
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"crisiscleanup/cc_conf": "srv/crisiscleanup/config"
|
"crisiscleanup/cc_conf": "srv/crisiscleanup/config"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"crisiscleanup-postgres": {
|
"crisiscleanup-postgres": {
|
||||||
"image": "postgres_12.2.0-200313",
|
"image": "postgres_12.2.0-200313",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"crisiscleanup/postgres_data": "var/lib/postgresql"
|
"crisiscleanup/postgres_data": "var/lib/postgresql"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.0-200313",
|
"version": "0.8.0-200313",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "CTS",
|
"title": "CTS",
|
||||||
"desc-cs": "Sledovací systém komodit",
|
"desc-cs": "Sledovací systém komodit",
|
||||||
"desc-en": "Commodity tracking system",
|
"desc-en": "Commodity tracking system",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"cts": {
|
"cts": {
|
||||||
"image": "cts_0.8.0-200313",
|
"image": "cts_0.8.0-200313",
|
||||||
"depends": [
|
"depends": [
|
||||||
"cts-postgres"
|
"cts-postgres"
|
||||||
],
|
],
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"cts/cts_conf": "srv/cts/cts/settings"
|
"cts/cts_conf": "srv/cts/cts/settings"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cts-postgres": {
|
"cts-postgres": {
|
||||||
"image": "postgis_3.0.0-200313",
|
"image": "postgis_3.0.0-200313",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"cts/postgres_data": "var/lib/postgresql"
|
"cts/postgres_data": "var/lib/postgresql"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"version": "0.20.0-200313",
|
"version": "0.20.0-200313",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "Decidim",
|
"title": "Decidim",
|
||||||
"desc-cs": "Platforma pro účast občanů",
|
"desc-cs": "Platforma pro účast občanů",
|
||||||
"desc-en": "Platform for citizen participation",
|
"desc-en": "Platform for citizen participation",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"decidim": {
|
"decidim": {
|
||||||
"image": "decidim_0.20.0-200313",
|
"image": "decidim_0.20.0-200313",
|
||||||
"depends": [
|
"depends": [
|
||||||
"decidim-postgres"
|
"decidim-postgres"
|
||||||
],
|
],
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"decidim/decidim_conf": "srv/decidim-app/config",
|
"decidim/decidim_conf": "srv/decidim-app/config",
|
||||||
"decidim/decidim_data/storage": "srv/decidim-app/storage",
|
"decidim/decidim_data/storage": "srv/decidim-app/storage",
|
||||||
"decidim/decidim_data/uploads": "srv/decidim-app/public/uploads"
|
"decidim/decidim_data/uploads": "srv/decidim-app/public/uploads"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"decidim-postgres": {
|
"decidim-postgres": {
|
||||||
"image": "postgres_12.2.0-200313",
|
"image": "postgres_12.2.0-200313",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"decidim/postgres_data": "var/lib/postgresql"
|
"decidim/postgres_data": "var/lib/postgresql"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "2.10.1-200313",
|
"version": "2.10.1-200313",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "EcoGIS",
|
"title": "EcoGIS",
|
||||||
"desc-cs": "EcoGIS",
|
"desc-cs": "EcoGIS",
|
||||||
"desc-en": "EcoGIS",
|
"desc-en": "EcoGIS",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"ecogis": {
|
"ecogis": {
|
||||||
"image": "ecogis_2.10.1-200313",
|
"image": "ecogis_2.10.1-200313",
|
||||||
"depends": [
|
"depends": [
|
||||||
"ecogis-postgres"
|
"ecogis-postgres"
|
||||||
],
|
],
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"ecogis/ecogis_data": "srv/ecogis/data/files",
|
"ecogis/ecogis_data": "srv/ecogis/data/files",
|
||||||
"ecogis/ecogis_conf/config.php": "srv/ecogis/etc/config.php:file"
|
"ecogis/ecogis_conf/config.php": "srv/ecogis/etc/config.php:file"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ecogis-postgres": {
|
"ecogis-postgres": {
|
||||||
"image": "postgres_11.3.0-190620",
|
"image": "postgres_11.3.0-190620",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"ecogis/postgres_data": "var/lib/postgresql"
|
"ecogis/postgres_data": "var/lib/postgresql"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "2.6.5-200313",
|
"version": "2.6.5-200313",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "FrontlineSMS",
|
"title": "FrontlineSMS",
|
||||||
"desc-cs": "Hromadné odesílání zpráv",
|
"desc-cs": "Hromadné odesílání zpráv",
|
||||||
"desc-en": "Bulk SMS messaging",
|
"desc-en": "Bulk SMS messaging",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"frontlinesms": {
|
"frontlinesms": {
|
||||||
"image": "frontlinesms_2.6.5-200313",
|
"image": "frontlinesms_2.6.5-200313",
|
||||||
"mounts": {
|
"mounts": {
|
||||||
"frontlinesms/flsms_data": "/srv/frontlinesms/.frontlinesms2"
|
"frontlinesms/flsms_data": "/srv/frontlinesms/.frontlinesms2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
{
|
{
|
||||||
"version": "3.4.1-190620",
|
"version": "3.4.1-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "GNU Health",
|
"title": "GNU Health",
|
||||||
"desc-cs": "Lékařské záznamy pacientů",
|
"desc-cs": "Lékařské záznamy pacientů",
|
||||||
"desc-en": "Medical records administration",
|
"desc-en": "Medical records administration",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"gnuhealth": {
|
"gnuhealth": {
|
||||||
"image": "gnuhealth_3.4.1-190620",
|
"image": "gnuhealth_3.4.1-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"gnuhealth-postgres"
|
"gnuhealth-postgres"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/gnuhealth/gnuhealth_conf", "/srv/gnuhealth/gnuhealth/tryton/server/config"]
|
["DIR", "/srv/gnuhealth/gnuhealth_conf", "/srv/gnuhealth/gnuhealth/tryton/server/config"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gnuhealth-postgres": {
|
"gnuhealth-postgres": {
|
||||||
"image": "postgres_11.3.0-190620",
|
"image": "postgres_11.3.0-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"]
|
["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"version": "18.03.01-190620",
|
"version": "18.03.01-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "Mifos X",
|
"title": "Mifos X",
|
||||||
"desc-cs": "Mikrofinancování rozvojových projektů",
|
"desc-cs": "Mikrofinancování rozvojových projektů",
|
||||||
"desc-en": "Development projects microfinancing",
|
"desc-en": "Development projects microfinancing",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"mifosx": {
|
"mifosx": {
|
||||||
"image": "mifosx_18.03.01-190620",
|
"image": "mifosx_18.03.01-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"mifosx-mariadb"
|
"mifosx-mariadb"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["FILE", "/srv/mifosx/mifosx_conf/server.xml", "/srv/tomcat/conf/server.xml"],
|
["FILE", "/srv/mifosx/mifosx_conf/server.xml", "/srv/tomcat/conf/server.xml"],
|
||||||
["FILE", "/srv/mifosx/mifosx_conf/context.xml", "/srv/tomcat/webapps/fineract-provider/META-INF/context.xml"]
|
["FILE", "/srv/mifosx/mifosx_conf/context.xml", "/srv/tomcat/webapps/fineract-provider/META-INF/context.xml"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mifosx-mariadb": {
|
"mifosx-mariadb": {
|
||||||
"image": "mariadb_10.3.15-190620",
|
"image": "mariadb_10.3.15-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["FILE", "/srv/mifosx/mariadb_conf/my.cnf", "/etc/my.cnf"],
|
["FILE", "/srv/mifosx/mariadb_conf/my.cnf", "/etc/my.cnf"],
|
||||||
["DIR", "/srv/mifosx/mariadb_data", "/var/lib/mysql"]
|
["DIR", "/srv/mifosx/mariadb_data", "/var/lib/mysql"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,34 +1,34 @@
|
|||||||
{
|
{
|
||||||
"version": "1.3.0-190620",
|
"version": "1.3.0-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "Motech",
|
"title": "Motech",
|
||||||
"desc-cs": "Automatizace komunikace",
|
"desc-cs": "Automatizace komunikace",
|
||||||
"desc-en": "Communication automation",
|
"desc-en": "Communication automation",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"motech": {
|
"motech": {
|
||||||
"image": "motech_1.3.0-190620",
|
"image": "motech_1.3.0-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"motech-activemq",
|
"motech-activemq",
|
||||||
"motech-postgres"
|
"motech-postgres"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/motech/motech_conf", "/srv/tomcat/.motech"]
|
["DIR", "/srv/motech/motech_conf", "/srv/tomcat/.motech"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"motech-activemq": {
|
"motech-activemq": {
|
||||||
"image": "activemq_5.15.9-190620",
|
"image": "activemq_5.15.9-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["FILE", "/srv/motech/activemq_conf/activemq.xml", "/srv/activemq/conf/activemq.xml"],
|
["FILE", "/srv/motech/activemq_conf/activemq.xml", "/srv/activemq/conf/activemq.xml"],
|
||||||
["DIR", "/srv/motech/activemq_data", "/srv/activemq/data"]
|
["DIR", "/srv/motech/activemq_data", "/srv/activemq/data"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"motech-postgres": {
|
"motech-postgres": {
|
||||||
"image": "postgres_11.3.0-190620",
|
"image": "postgres_11.3.0-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"]
|
["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "13.0.0-191113",
|
"version": "13.0.0-191113",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "Odoo",
|
"title": "Odoo",
|
||||||
"desc-cs": "Sada aplikací pro správu organizace",
|
"desc-cs": "Sada aplikací pro správu organizace",
|
||||||
"desc-en": "Company management application suite",
|
"desc-en": "Company management application suite",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"odoo": {
|
"odoo": {
|
||||||
"image": "odoo_13.0.0-191113",
|
"image": "odoo_13.0.0-191113",
|
||||||
"depends": [
|
"depends": [
|
||||||
"odoo-postgres"
|
"odoo-postgres"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/odoo/odoo_data", "/srv/odoo/data"],
|
["DIR", "/srv/odoo/odoo_data", "/srv/odoo/data"],
|
||||||
["FILE", "/srv/odoo/odoo_conf/odoo.conf", "/srv/odoo/odoo.conf"]
|
["FILE", "/srv/odoo/odoo_conf/odoo.conf", "/srv/odoo/odoo.conf"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"odoo-postgres": {
|
"odoo-postgres": {
|
||||||
"image": "postgres_11.3.0-190620",
|
"image": "postgres_11.3.0-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/odoo/postgres_data", "/var/lib/postgresql"]
|
["DIR", "/srv/odoo/postgres_data", "/var/lib/postgresql"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,38 +1,38 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.3-190620",
|
"version": "2.0.3-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "OpenDataKit",
|
"title": "OpenDataKit",
|
||||||
"desc-cs": "Sběr formulářových dat",
|
"desc-cs": "Sběr formulářových dat",
|
||||||
"desc-en": "Form data collection",
|
"desc-en": "Form data collection",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"opendatakit": {
|
"opendatakit": {
|
||||||
"image": "opendatakit_2.0.3-190620",
|
"image": "opendatakit_2.0.3-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"opendatakit-postgres"
|
"opendatakit-postgres"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["FILE", "/srv/opendatakit/odk_conf/server.xml", "/srv/tomcat/conf/server.xml"],
|
["FILE", "/srv/opendatakit/odk_conf/server.xml", "/srv/tomcat/conf/server.xml"],
|
||||||
["FILE", "/srv/opendatakit/odk_conf/jdbc.properties", "/srv/tomcat/webapps/ROOT/WEB-INF/classes/jdbc.properties"],
|
["FILE", "/srv/opendatakit/odk_conf/jdbc.properties", "/srv/tomcat/webapps/ROOT/WEB-INF/classes/jdbc.properties"],
|
||||||
["FILE", "/srv/opendatakit/odk_conf/security.properties", "/srv/tomcat/webapps/ROOT/WEB-INF/classes/security.properties"]
|
["FILE", "/srv/opendatakit/odk_conf/security.properties", "/srv/tomcat/webapps/ROOT/WEB-INF/classes/security.properties"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"opendatakit-build": {
|
"opendatakit-build": {
|
||||||
"image": "opendatakit-build_0.3.5-190620",
|
"image": "opendatakit-build_0.3.5-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"opendatakit-postgres"
|
"opendatakit-postgres"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["FILE", "/etc/ssl/services.pem", "/usr/local/share/ca-certificates/services.crt"],
|
["FILE", "/etc/ssl/services.pem", "/usr/local/share/ca-certificates/services.crt"],
|
||||||
["FILE", "/srv/opendatakit/odkbuild_conf/config.yml", "/srv/opendatakit-build/config.yml"]
|
["FILE", "/srv/opendatakit/odkbuild_conf/config.yml", "/srv/opendatakit-build/config.yml"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"opendatakit-postgres": {
|
"opendatakit-postgres": {
|
||||||
"image": "postgres_11.3.0-190620",
|
"image": "postgres_11.3.0-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/opendatakit/postgres_data", "/var/lib/postgresql"]
|
["DIR", "/srv/opendatakit/postgres_data", "/var/lib/postgresql"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "0.12.0-190620",
|
"version": "0.12.0-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "OpenMapKit",
|
"title": "OpenMapKit",
|
||||||
"desc-cs": "Sběr mapových dat",
|
"desc-cs": "Sběr mapových dat",
|
||||||
"desc-en": "Map data collection",
|
"desc-en": "Map data collection",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"openmapkit": {
|
"openmapkit": {
|
||||||
"image": "openmapkit_0.12.0-190620",
|
"image": "openmapkit_0.12.0-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["FILE", "/srv/openmapkit/omk_conf/settings.js", "/srv/openmapkit/settings.js"],
|
["FILE", "/srv/openmapkit/omk_conf/settings.js", "/srv/openmapkit/settings.js"],
|
||||||
["DIR", "/srv/openmapkit/omk_data", "/srv/openmapkit/data"]
|
["DIR", "/srv/openmapkit/omk_data", "/srv/openmapkit/data"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,34 +1,34 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.1-190620",
|
"version": "0.0.1-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "Pan.do/ra",
|
"title": "Pan.do/ra",
|
||||||
"desc-cs": "Archiv medií",
|
"desc-cs": "Archiv medií",
|
||||||
"desc-en": "Media archive",
|
"desc-en": "Media archive",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"pandora": {
|
"pandora": {
|
||||||
"image": "pandora_0.0.1-190620",
|
"image": "pandora_0.0.1-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"pandora-postgres",
|
"pandora-postgres",
|
||||||
"pandora-rabbitmq"
|
"pandora-rabbitmq"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/pandora/pandora_conf", "/srv/pandora/conf"],
|
["DIR", "/srv/pandora/pandora_conf", "/srv/pandora/conf"],
|
||||||
["DIR", "/srv/pandora/pandora_data", "/srv/pandora/data"]
|
["DIR", "/srv/pandora/pandora_data", "/srv/pandora/data"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pandora-postgres": {
|
"pandora-postgres": {
|
||||||
"image": "postgres_11.3.0-190620",
|
"image": "postgres_11.3.0-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/pandora/postgres_data", "/var/lib/postgresql"]
|
["DIR", "/srv/pandora/postgres_data", "/var/lib/postgresql"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pandora-rabbitmq": {
|
"pandora-rabbitmq": {
|
||||||
"image": "rabbitmq_3.7.11-190620",
|
"image": "rabbitmq_3.7.11-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/pandora/rabbitmq_data", "/var/lib/rabbitmq/mnesia"]
|
["DIR", "/srv/pandora/rabbitmq_data", "/var/lib/rabbitmq/mnesia"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "5.1.9-190620",
|
"version": "5.1.9-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "SeedDMS",
|
"title": "SeedDMS",
|
||||||
"desc-cs": "Archiv dokumentace",
|
"desc-cs": "Archiv dokumentace",
|
||||||
"desc-en": "Document management system",
|
"desc-en": "Document management system",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"seeddms": {
|
"seeddms": {
|
||||||
"image": "seeddms_5.1.9-190620",
|
"image": "seeddms_5.1.9-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"seeddms-postgres"
|
"seeddms-postgres"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/seeddms/seeddms_conf", "/srv/seeddms/conf"],
|
["DIR", "/srv/seeddms/seeddms_conf", "/srv/seeddms/conf"],
|
||||||
["DIR", "/srv/seeddms/seeddms_data", "/srv/seeddms/data"]
|
["DIR", "/srv/seeddms/seeddms_data", "/srv/seeddms/data"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"seeddms-postgres": {
|
"seeddms-postgres": {
|
||||||
"image": "postgres_11.3.0-190620",
|
"image": "postgres_11.3.0-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/seeddms/postgres_data", "/var/lib/postgresql"]
|
["DIR", "/srv/seeddms/postgres_data", "/var/lib/postgresql"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.2-190620",
|
"version": "2.0.2-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "Sigmah",
|
"title": "Sigmah",
|
||||||
"desc-cs": "Finanční řízení sbírek",
|
"desc-cs": "Finanční řízení sbírek",
|
||||||
"desc-en": "Donation management",
|
"desc-en": "Donation management",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"sigmah": {
|
"sigmah": {
|
||||||
"image": "sigmah_2.0.2-190620",
|
"image": "sigmah_2.0.2-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"sigmah-postgres"
|
"sigmah-postgres"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/sigmah/sigmah_conf", "/srv/sigmah/conf"],
|
["DIR", "/srv/sigmah/sigmah_conf", "/srv/sigmah/conf"],
|
||||||
["DIR", "/srv/sigmah/sigmah_data", "/srv/sigmah/data"]
|
["DIR", "/srv/sigmah/sigmah_data", "/srv/sigmah/data"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sigmah-postgres": {
|
"sigmah-postgres": {
|
||||||
"image": "postgres_11.3.0-190620",
|
"image": "postgres_11.3.0-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"]
|
["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,29 +1,29 @@
|
|||||||
{
|
{
|
||||||
"version": "3.12.3-190620",
|
"version": "3.12.3-190620",
|
||||||
"meta": {
|
"meta": {
|
||||||
"title": "Ushahidi",
|
"title": "Ushahidi",
|
||||||
"desc-cs": "Skupinová reakce na události",
|
"desc-cs": "Skupinová reakce na události",
|
||||||
"desc-en": "Group reaction to events",
|
"desc-en": "Group reaction to events",
|
||||||
"license": "GPL"
|
"license": "GPL"
|
||||||
},
|
},
|
||||||
"containers": {
|
"containers": {
|
||||||
"ushahidi": {
|
"ushahidi": {
|
||||||
"image": "ushahidi_3.12.3-190620",
|
"image": "ushahidi_3.12.3-190620",
|
||||||
"depends": [
|
"depends": [
|
||||||
"ushahidi-mariadb"
|
"ushahidi-mariadb"
|
||||||
],
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["FILE", "/srv/ushahidi/ushahidi_conf/env", "/srv/ushahidi/platform/.env"],
|
["FILE", "/srv/ushahidi/ushahidi_conf/env", "/srv/ushahidi/platform/.env"],
|
||||||
["FILE", "/srv/ushahidi/ushahidi_conf/config.json", "/srv/ushahidi/config.json"],
|
["FILE", "/srv/ushahidi/ushahidi_conf/config.json", "/srv/ushahidi/config.json"],
|
||||||
["DIR", "/srv/ushahidi/ushahidi_data", "/srv/ushahidi/platform/application/media/uploads"]
|
["DIR", "/srv/ushahidi/ushahidi_data", "/srv/ushahidi/platform/application/media/uploads"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ushahidi-mariadb": {
|
"ushahidi-mariadb": {
|
||||||
"image": "mariadb_10.3.15-190620",
|
"image": "mariadb_10.3.15-190620",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
["FILE", "/srv/ushahidi/mariadb_conf/my.cnf", "/etc/my.cnf"],
|
["FILE", "/srv/ushahidi/mariadb_conf/my.cnf", "/etc/my.cnf"],
|
||||||
["DIR", "/srv/ushahidi/mariadb_data", "/var/lib/mysql"]
|
["DIR", "/srv/ushahidi/mariadb_data", "/var/lib/mysql"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user