From 74ff517e091aca07ebc9b7fb94f7c2abfe80d5b6 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 17 Mar 2020 12:53:44 +0100 Subject: [PATCH] Convert CRLF to LF --- lxc-apps/ckan/app | 100 ++++++++++++++++++------------------- lxc-apps/crisiscleanup/app | 52 +++++++++---------- lxc-apps/cts/app | 52 +++++++++---------- lxc-apps/decidim/app | 56 ++++++++++----------- lxc-apps/ecogis/app | 54 ++++++++++---------- lxc-apps/frontlinesms/app | 34 ++++++------- lxc-apps/gnuhealth/meta | 52 +++++++++---------- lxc-apps/mifosx/meta | 56 ++++++++++----------- lxc-apps/motech/meta | 68 ++++++++++++------------- lxc-apps/odoo/meta | 54 ++++++++++---------- lxc-apps/opendatakit/meta | 76 ++++++++++++++-------------- lxc-apps/openmapkit/meta | 36 ++++++------- lxc-apps/pandora/meta | 68 ++++++++++++------------- lxc-apps/seeddms/meta | 54 ++++++++++---------- lxc-apps/sigmah/meta | 54 ++++++++++---------- lxc-apps/ushahidi/meta | 58 ++++++++++----------- 16 files changed, 462 insertions(+), 462 deletions(-) diff --git a/lxc-apps/ckan/app b/lxc-apps/ckan/app index 0fc9854..d666e51 100644 --- a/lxc-apps/ckan/app +++ b/lxc-apps/ckan/app @@ -1,50 +1,50 @@ -{ - "version": "2.8.3-200313", - "meta": { - "title": "CKAN", - "desc-cs": "Datový sklad", - "desc-en": "Data store", - "license": "GPL" - }, - "containers": { - "ckan": { - "image": "ckan_2.8.3-200313", - "depends": [ - "ckan-datapusher", - "ckan-redis", - "ckan-solr", - "ckan-postgres" - ], - "mounts": { - "ckan/ckan_conf": "etc/ckan", - "ckan/ckan_data": "srv/ckan/storage" - } - }, - "ckan-datapusher": { - "image": "ckan-datapusher_0.0.16-200313", - "mounts": { - "ckan/datapusher_conf": "etc/ckan-datapusher", - "ckan/datapusher_data": "srv/ckan-datapusher/data" - } - }, - "ckan-redis": { - "image": "redis_5.0.7-200313", - "mounts": { - "ckan/redis_conf/redis.conf": "etc/redis.conf:file", - "ckan/redis_data": "var/lib/redis" - } - }, - "ckan-solr": { - "image": "solr6_6.5.1-200313", - "mounts": { - "ckan/solr_data": "var/lib/solr" - } - }, - "ckan-postgres": { - "image": "postgis_3.0.0-200313", - "mounts": { - "ckan/postgres_data": "var/lib/postgresql" - } - } - } -} +{ + "version": "2.8.3-200313", + "meta": { + "title": "CKAN", + "desc-cs": "Datový sklad", + "desc-en": "Data store", + "license": "GPL" + }, + "containers": { + "ckan": { + "image": "ckan_2.8.3-200313", + "depends": [ + "ckan-datapusher", + "ckan-redis", + "ckan-solr", + "ckan-postgres" + ], + "mounts": { + "ckan/ckan_conf": "etc/ckan", + "ckan/ckan_data": "srv/ckan/storage" + } + }, + "ckan-datapusher": { + "image": "ckan-datapusher_0.0.16-200313", + "mounts": { + "ckan/datapusher_conf": "etc/ckan-datapusher", + "ckan/datapusher_data": "srv/ckan-datapusher/data" + } + }, + "ckan-redis": { + "image": "redis_5.0.7-200313", + "mounts": { + "ckan/redis_conf/redis.conf": "etc/redis.conf:file", + "ckan/redis_data": "var/lib/redis" + } + }, + "ckan-solr": { + "image": "solr6_6.5.1-200313", + "mounts": { + "ckan/solr_data": "var/lib/solr" + } + }, + "ckan-postgres": { + "image": "postgis_3.0.0-200313", + "mounts": { + "ckan/postgres_data": "var/lib/postgresql" + } + } + } +} diff --git a/lxc-apps/crisiscleanup/app b/lxc-apps/crisiscleanup/app index ec8e297..fca8910 100644 --- a/lxc-apps/crisiscleanup/app +++ b/lxc-apps/crisiscleanup/app @@ -1,26 +1,26 @@ -{ - "version": "2.2.0-200313", - "meta": { - "title": "Crisis Cleanup", - "desc-cs": "Mapování následků katastrof", - "desc-en": "Disaster relief mapping", - "license": "GPL" - }, - "containers": { - "crisiscleanup": { - "image": "crisiscleanup_2.2.0-200313", - "depends": [ - "crisiscleanup-postgres" - ], - "mounts": { - "crisiscleanup/cc_conf": "srv/crisiscleanup/config" - } - }, - "crisiscleanup-postgres": { - "image": "postgres_12.2.0-200313", - "mounts": { - "crisiscleanup/postgres_data": "var/lib/postgresql" - } - } - } -} +{ + "version": "2.2.0-200313", + "meta": { + "title": "Crisis Cleanup", + "desc-cs": "Mapování následků katastrof", + "desc-en": "Disaster relief mapping", + "license": "GPL" + }, + "containers": { + "crisiscleanup": { + "image": "crisiscleanup_2.2.0-200313", + "depends": [ + "crisiscleanup-postgres" + ], + "mounts": { + "crisiscleanup/cc_conf": "srv/crisiscleanup/config" + } + }, + "crisiscleanup-postgres": { + "image": "postgres_12.2.0-200313", + "mounts": { + "crisiscleanup/postgres_data": "var/lib/postgresql" + } + } + } +} diff --git a/lxc-apps/cts/app b/lxc-apps/cts/app index b7207b0..8bece70 100644 --- a/lxc-apps/cts/app +++ b/lxc-apps/cts/app @@ -1,26 +1,26 @@ -{ - "version": "0.8.0-200313", - "meta": { - "title": "CTS", - "desc-cs": "Sledovací systém komodit", - "desc-en": "Commodity tracking system", - "license": "GPL" - }, - "containers": { - "cts": { - "image": "cts_0.8.0-200313", - "depends": [ - "cts-postgres" - ], - "mounts": { - "cts/cts_conf": "srv/cts/cts/settings" - } - }, - "cts-postgres": { - "image": "postgis_3.0.0-200313", - "mounts": { - "cts/postgres_data": "var/lib/postgresql" - } - } - } -} +{ + "version": "0.8.0-200313", + "meta": { + "title": "CTS", + "desc-cs": "Sledovací systém komodit", + "desc-en": "Commodity tracking system", + "license": "GPL" + }, + "containers": { + "cts": { + "image": "cts_0.8.0-200313", + "depends": [ + "cts-postgres" + ], + "mounts": { + "cts/cts_conf": "srv/cts/cts/settings" + } + }, + "cts-postgres": { + "image": "postgis_3.0.0-200313", + "mounts": { + "cts/postgres_data": "var/lib/postgresql" + } + } + } +} diff --git a/lxc-apps/decidim/app b/lxc-apps/decidim/app index 82d56cf..17af502 100644 --- a/lxc-apps/decidim/app +++ b/lxc-apps/decidim/app @@ -1,28 +1,28 @@ -{ - "version": "0.20.0-200313", - "meta": { - "title": "Decidim", - "desc-cs": "Platforma pro účast občanů", - "desc-en": "Platform for citizen participation", - "license": "GPL" - }, - "containers": { - "decidim": { - "image": "decidim_0.20.0-200313", - "depends": [ - "decidim-postgres" - ], - "mounts": { - "decidim/decidim_conf": "srv/decidim-app/config", - "decidim/decidim_data/storage": "srv/decidim-app/storage", - "decidim/decidim_data/uploads": "srv/decidim-app/public/uploads" - } - }, - "decidim-postgres": { - "image": "postgres_12.2.0-200313", - "mounts": { - "decidim/postgres_data": "var/lib/postgresql" - } - } - } -} +{ + "version": "0.20.0-200313", + "meta": { + "title": "Decidim", + "desc-cs": "Platforma pro účast občanů", + "desc-en": "Platform for citizen participation", + "license": "GPL" + }, + "containers": { + "decidim": { + "image": "decidim_0.20.0-200313", + "depends": [ + "decidim-postgres" + ], + "mounts": { + "decidim/decidim_conf": "srv/decidim-app/config", + "decidim/decidim_data/storage": "srv/decidim-app/storage", + "decidim/decidim_data/uploads": "srv/decidim-app/public/uploads" + } + }, + "decidim-postgres": { + "image": "postgres_12.2.0-200313", + "mounts": { + "decidim/postgres_data": "var/lib/postgresql" + } + } + } +} diff --git a/lxc-apps/ecogis/app b/lxc-apps/ecogis/app index b341fd6..1093df1 100644 --- a/lxc-apps/ecogis/app +++ b/lxc-apps/ecogis/app @@ -1,27 +1,27 @@ -{ - "version": "2.10.1-200313", - "meta": { - "title": "EcoGIS", - "desc-cs": "EcoGIS", - "desc-en": "EcoGIS", - "license": "GPL" - }, - "containers": { - "ecogis": { - "image": "ecogis_2.10.1-200313", - "depends": [ - "ecogis-postgres" - ], - "mounts": { - "ecogis/ecogis_data": "srv/ecogis/data/files", - "ecogis/ecogis_conf/config.php": "srv/ecogis/etc/config.php:file" - } - }, - "ecogis-postgres": { - "image": "postgres_11.3.0-190620", - "mounts": { - "ecogis/postgres_data": "var/lib/postgresql" - } - } - } -} +{ + "version": "2.10.1-200313", + "meta": { + "title": "EcoGIS", + "desc-cs": "EcoGIS", + "desc-en": "EcoGIS", + "license": "GPL" + }, + "containers": { + "ecogis": { + "image": "ecogis_2.10.1-200313", + "depends": [ + "ecogis-postgres" + ], + "mounts": { + "ecogis/ecogis_data": "srv/ecogis/data/files", + "ecogis/ecogis_conf/config.php": "srv/ecogis/etc/config.php:file" + } + }, + "ecogis-postgres": { + "image": "postgres_11.3.0-190620", + "mounts": { + "ecogis/postgres_data": "var/lib/postgresql" + } + } + } +} diff --git a/lxc-apps/frontlinesms/app b/lxc-apps/frontlinesms/app index 9005e68..b9c4020 100644 --- a/lxc-apps/frontlinesms/app +++ b/lxc-apps/frontlinesms/app @@ -1,17 +1,17 @@ -{ - "version": "2.6.5-200313", - "meta": { - "title": "FrontlineSMS", - "desc-cs": "Hromadné odesílání zpráv", - "desc-en": "Bulk SMS messaging", - "license": "GPL" - }, - "containers": { - "frontlinesms": { - "image": "frontlinesms_2.6.5-200313", - "mounts": { - "frontlinesms/flsms_data": "/srv/frontlinesms/.frontlinesms2" - } - } - } -} +{ + "version": "2.6.5-200313", + "meta": { + "title": "FrontlineSMS", + "desc-cs": "Hromadné odesílání zpráv", + "desc-en": "Bulk SMS messaging", + "license": "GPL" + }, + "containers": { + "frontlinesms": { + "image": "frontlinesms_2.6.5-200313", + "mounts": { + "frontlinesms/flsms_data": "/srv/frontlinesms/.frontlinesms2" + } + } + } +} diff --git a/lxc-apps/gnuhealth/meta b/lxc-apps/gnuhealth/meta index 4beadab..1b402cd 100644 --- a/lxc-apps/gnuhealth/meta +++ b/lxc-apps/gnuhealth/meta @@ -1,26 +1,26 @@ -{ - "version": "3.4.1-190620", - "meta": { - "title": "GNU Health", - "desc-cs": "Lékařské záznamy pacientů", - "desc-en": "Medical records administration", - "license": "GPL" - }, - "containers": { - "gnuhealth": { - "image": "gnuhealth_3.4.1-190620", - "depends": [ - "gnuhealth-postgres" - ], - "mounts": [ - ["DIR", "/srv/gnuhealth/gnuhealth_conf", "/srv/gnuhealth/gnuhealth/tryton/server/config"] - ] - }, - "gnuhealth-postgres": { - "image": "postgres_11.3.0-190620", - "mounts": [ - ["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"] - ] - } - } -} +{ + "version": "3.4.1-190620", + "meta": { + "title": "GNU Health", + "desc-cs": "Lékařské záznamy pacientů", + "desc-en": "Medical records administration", + "license": "GPL" + }, + "containers": { + "gnuhealth": { + "image": "gnuhealth_3.4.1-190620", + "depends": [ + "gnuhealth-postgres" + ], + "mounts": [ + ["DIR", "/srv/gnuhealth/gnuhealth_conf", "/srv/gnuhealth/gnuhealth/tryton/server/config"] + ] + }, + "gnuhealth-postgres": { + "image": "postgres_11.3.0-190620", + "mounts": [ + ["DIR", "/srv/gnuhealth/postgres_data", "/var/lib/postgresql"] + ] + } + } +} diff --git a/lxc-apps/mifosx/meta b/lxc-apps/mifosx/meta index 1d6abc8..16e088f 100644 --- a/lxc-apps/mifosx/meta +++ b/lxc-apps/mifosx/meta @@ -1,28 +1,28 @@ -{ - "version": "18.03.01-190620", - "meta": { - "title": "Mifos X", - "desc-cs": "Mikrofinancování rozvojových projektů", - "desc-en": "Development projects microfinancing", - "license": "GPL" - }, - "containers": { - "mifosx": { - "image": "mifosx_18.03.01-190620", - "depends": [ - "mifosx-mariadb" - ], - "mounts": [ - ["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"] - ] - }, - "mifosx-mariadb": { - "image": "mariadb_10.3.15-190620", - "mounts": [ - ["FILE", "/srv/mifosx/mariadb_conf/my.cnf", "/etc/my.cnf"], - ["DIR", "/srv/mifosx/mariadb_data", "/var/lib/mysql"] - ] - } - } -} +{ + "version": "18.03.01-190620", + "meta": { + "title": "Mifos X", + "desc-cs": "Mikrofinancování rozvojových projektů", + "desc-en": "Development projects microfinancing", + "license": "GPL" + }, + "containers": { + "mifosx": { + "image": "mifosx_18.03.01-190620", + "depends": [ + "mifosx-mariadb" + ], + "mounts": [ + ["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"] + ] + }, + "mifosx-mariadb": { + "image": "mariadb_10.3.15-190620", + "mounts": [ + ["FILE", "/srv/mifosx/mariadb_conf/my.cnf", "/etc/my.cnf"], + ["DIR", "/srv/mifosx/mariadb_data", "/var/lib/mysql"] + ] + } + } +} diff --git a/lxc-apps/motech/meta b/lxc-apps/motech/meta index 07ae709..b9e0295 100644 --- a/lxc-apps/motech/meta +++ b/lxc-apps/motech/meta @@ -1,34 +1,34 @@ -{ - "version": "1.3.0-190620", - "meta": { - "title": "Motech", - "desc-cs": "Automatizace komunikace", - "desc-en": "Communication automation", - "license": "GPL" - }, - "containers": { - "motech": { - "image": "motech_1.3.0-190620", - "depends": [ - "motech-activemq", - "motech-postgres" - ], - "mounts": [ - ["DIR", "/srv/motech/motech_conf", "/srv/tomcat/.motech"] - ] - }, - "motech-activemq": { - "image": "activemq_5.15.9-190620", - "mounts": [ - ["FILE", "/srv/motech/activemq_conf/activemq.xml", "/srv/activemq/conf/activemq.xml"], - ["DIR", "/srv/motech/activemq_data", "/srv/activemq/data"] - ] - }, - "motech-postgres": { - "image": "postgres_11.3.0-190620", - "mounts": [ - ["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"] - ] - } - } -} +{ + "version": "1.3.0-190620", + "meta": { + "title": "Motech", + "desc-cs": "Automatizace komunikace", + "desc-en": "Communication automation", + "license": "GPL" + }, + "containers": { + "motech": { + "image": "motech_1.3.0-190620", + "depends": [ + "motech-activemq", + "motech-postgres" + ], + "mounts": [ + ["DIR", "/srv/motech/motech_conf", "/srv/tomcat/.motech"] + ] + }, + "motech-activemq": { + "image": "activemq_5.15.9-190620", + "mounts": [ + ["FILE", "/srv/motech/activemq_conf/activemq.xml", "/srv/activemq/conf/activemq.xml"], + ["DIR", "/srv/motech/activemq_data", "/srv/activemq/data"] + ] + }, + "motech-postgres": { + "image": "postgres_11.3.0-190620", + "mounts": [ + ["DIR", "/srv/motech/postgres_data", "/var/lib/postgresql"] + ] + } + } +} diff --git a/lxc-apps/odoo/meta b/lxc-apps/odoo/meta index 6db40a4..286c847 100644 --- a/lxc-apps/odoo/meta +++ b/lxc-apps/odoo/meta @@ -1,27 +1,27 @@ -{ - "version": "13.0.0-191113", - "meta": { - "title": "Odoo", - "desc-cs": "Sada aplikací pro správu organizace", - "desc-en": "Company management application suite", - "license": "GPL" - }, - "containers": { - "odoo": { - "image": "odoo_13.0.0-191113", - "depends": [ - "odoo-postgres" - ], - "mounts": [ - ["DIR", "/srv/odoo/odoo_data", "/srv/odoo/data"], - ["FILE", "/srv/odoo/odoo_conf/odoo.conf", "/srv/odoo/odoo.conf"] - ] - }, - "odoo-postgres": { - "image": "postgres_11.3.0-190620", - "mounts": [ - ["DIR", "/srv/odoo/postgres_data", "/var/lib/postgresql"] - ] - } - } -} +{ + "version": "13.0.0-191113", + "meta": { + "title": "Odoo", + "desc-cs": "Sada aplikací pro správu organizace", + "desc-en": "Company management application suite", + "license": "GPL" + }, + "containers": { + "odoo": { + "image": "odoo_13.0.0-191113", + "depends": [ + "odoo-postgres" + ], + "mounts": [ + ["DIR", "/srv/odoo/odoo_data", "/srv/odoo/data"], + ["FILE", "/srv/odoo/odoo_conf/odoo.conf", "/srv/odoo/odoo.conf"] + ] + }, + "odoo-postgres": { + "image": "postgres_11.3.0-190620", + "mounts": [ + ["DIR", "/srv/odoo/postgres_data", "/var/lib/postgresql"] + ] + } + } +} diff --git a/lxc-apps/opendatakit/meta b/lxc-apps/opendatakit/meta index a79775c..caa7ef9 100644 --- a/lxc-apps/opendatakit/meta +++ b/lxc-apps/opendatakit/meta @@ -1,38 +1,38 @@ -{ - "version": "2.0.3-190620", - "meta": { - "title": "OpenDataKit", - "desc-cs": "Sběr formulářových dat", - "desc-en": "Form data collection", - "license": "GPL" - }, - "containers": { - "opendatakit": { - "image": "opendatakit_2.0.3-190620", - "depends": [ - "opendatakit-postgres" - ], - "mounts": [ - ["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/security.properties", "/srv/tomcat/webapps/ROOT/WEB-INF/classes/security.properties"] - ] - }, - "opendatakit-build": { - "image": "opendatakit-build_0.3.5-190620", - "depends": [ - "opendatakit-postgres" - ], - "mounts": [ - ["FILE", "/etc/ssl/services.pem", "/usr/local/share/ca-certificates/services.crt"], - ["FILE", "/srv/opendatakit/odkbuild_conf/config.yml", "/srv/opendatakit-build/config.yml"] - ] - }, - "opendatakit-postgres": { - "image": "postgres_11.3.0-190620", - "mounts": [ - ["DIR", "/srv/opendatakit/postgres_data", "/var/lib/postgresql"] - ] - } - } -} +{ + "version": "2.0.3-190620", + "meta": { + "title": "OpenDataKit", + "desc-cs": "Sběr formulářových dat", + "desc-en": "Form data collection", + "license": "GPL" + }, + "containers": { + "opendatakit": { + "image": "opendatakit_2.0.3-190620", + "depends": [ + "opendatakit-postgres" + ], + "mounts": [ + ["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/security.properties", "/srv/tomcat/webapps/ROOT/WEB-INF/classes/security.properties"] + ] + }, + "opendatakit-build": { + "image": "opendatakit-build_0.3.5-190620", + "depends": [ + "opendatakit-postgres" + ], + "mounts": [ + ["FILE", "/etc/ssl/services.pem", "/usr/local/share/ca-certificates/services.crt"], + ["FILE", "/srv/opendatakit/odkbuild_conf/config.yml", "/srv/opendatakit-build/config.yml"] + ] + }, + "opendatakit-postgres": { + "image": "postgres_11.3.0-190620", + "mounts": [ + ["DIR", "/srv/opendatakit/postgres_data", "/var/lib/postgresql"] + ] + } + } +} diff --git a/lxc-apps/openmapkit/meta b/lxc-apps/openmapkit/meta index 244a1b4..5b3e551 100644 --- a/lxc-apps/openmapkit/meta +++ b/lxc-apps/openmapkit/meta @@ -1,18 +1,18 @@ -{ - "version": "0.12.0-190620", - "meta": { - "title": "OpenMapKit", - "desc-cs": "Sběr mapových dat", - "desc-en": "Map data collection", - "license": "GPL" - }, - "containers": { - "openmapkit": { - "image": "openmapkit_0.12.0-190620", - "mounts": [ - ["FILE", "/srv/openmapkit/omk_conf/settings.js", "/srv/openmapkit/settings.js"], - ["DIR", "/srv/openmapkit/omk_data", "/srv/openmapkit/data"] - ] - } - } -} +{ + "version": "0.12.0-190620", + "meta": { + "title": "OpenMapKit", + "desc-cs": "Sběr mapových dat", + "desc-en": "Map data collection", + "license": "GPL" + }, + "containers": { + "openmapkit": { + "image": "openmapkit_0.12.0-190620", + "mounts": [ + ["FILE", "/srv/openmapkit/omk_conf/settings.js", "/srv/openmapkit/settings.js"], + ["DIR", "/srv/openmapkit/omk_data", "/srv/openmapkit/data"] + ] + } + } +} diff --git a/lxc-apps/pandora/meta b/lxc-apps/pandora/meta index b5324e3..cdefb14 100644 --- a/lxc-apps/pandora/meta +++ b/lxc-apps/pandora/meta @@ -1,34 +1,34 @@ -{ - "version": "0.0.1-190620", - "meta": { - "title": "Pan.do/ra", - "desc-cs": "Archiv medií", - "desc-en": "Media archive", - "license": "GPL" - }, - "containers": { - "pandora": { - "image": "pandora_0.0.1-190620", - "depends": [ - "pandora-postgres", - "pandora-rabbitmq" - ], - "mounts": [ - ["DIR", "/srv/pandora/pandora_conf", "/srv/pandora/conf"], - ["DIR", "/srv/pandora/pandora_data", "/srv/pandora/data"] - ] - }, - "pandora-postgres": { - "image": "postgres_11.3.0-190620", - "mounts": [ - ["DIR", "/srv/pandora/postgres_data", "/var/lib/postgresql"] - ] - }, - "pandora-rabbitmq": { - "image": "rabbitmq_3.7.11-190620", - "mounts": [ - ["DIR", "/srv/pandora/rabbitmq_data", "/var/lib/rabbitmq/mnesia"] - ] - } - } -} +{ + "version": "0.0.1-190620", + "meta": { + "title": "Pan.do/ra", + "desc-cs": "Archiv medií", + "desc-en": "Media archive", + "license": "GPL" + }, + "containers": { + "pandora": { + "image": "pandora_0.0.1-190620", + "depends": [ + "pandora-postgres", + "pandora-rabbitmq" + ], + "mounts": [ + ["DIR", "/srv/pandora/pandora_conf", "/srv/pandora/conf"], + ["DIR", "/srv/pandora/pandora_data", "/srv/pandora/data"] + ] + }, + "pandora-postgres": { + "image": "postgres_11.3.0-190620", + "mounts": [ + ["DIR", "/srv/pandora/postgres_data", "/var/lib/postgresql"] + ] + }, + "pandora-rabbitmq": { + "image": "rabbitmq_3.7.11-190620", + "mounts": [ + ["DIR", "/srv/pandora/rabbitmq_data", "/var/lib/rabbitmq/mnesia"] + ] + } + } +} diff --git a/lxc-apps/seeddms/meta b/lxc-apps/seeddms/meta index a189348..76facac 100644 --- a/lxc-apps/seeddms/meta +++ b/lxc-apps/seeddms/meta @@ -1,27 +1,27 @@ -{ - "version": "5.1.9-190620", - "meta": { - "title": "SeedDMS", - "desc-cs": "Archiv dokumentace", - "desc-en": "Document management system", - "license": "GPL" - }, - "containers": { - "seeddms": { - "image": "seeddms_5.1.9-190620", - "depends": [ - "seeddms-postgres" - ], - "mounts": [ - ["DIR", "/srv/seeddms/seeddms_conf", "/srv/seeddms/conf"], - ["DIR", "/srv/seeddms/seeddms_data", "/srv/seeddms/data"] - ] - }, - "seeddms-postgres": { - "image": "postgres_11.3.0-190620", - "mounts": [ - ["DIR", "/srv/seeddms/postgres_data", "/var/lib/postgresql"] - ] - } - } -} +{ + "version": "5.1.9-190620", + "meta": { + "title": "SeedDMS", + "desc-cs": "Archiv dokumentace", + "desc-en": "Document management system", + "license": "GPL" + }, + "containers": { + "seeddms": { + "image": "seeddms_5.1.9-190620", + "depends": [ + "seeddms-postgres" + ], + "mounts": [ + ["DIR", "/srv/seeddms/seeddms_conf", "/srv/seeddms/conf"], + ["DIR", "/srv/seeddms/seeddms_data", "/srv/seeddms/data"] + ] + }, + "seeddms-postgres": { + "image": "postgres_11.3.0-190620", + "mounts": [ + ["DIR", "/srv/seeddms/postgres_data", "/var/lib/postgresql"] + ] + } + } +} diff --git a/lxc-apps/sigmah/meta b/lxc-apps/sigmah/meta index 2e5d132..3cd1313 100644 --- a/lxc-apps/sigmah/meta +++ b/lxc-apps/sigmah/meta @@ -1,27 +1,27 @@ -{ - "version": "2.0.2-190620", - "meta": { - "title": "Sigmah", - "desc-cs": "Finanční řízení sbírek", - "desc-en": "Donation management", - "license": "GPL" - }, - "containers": { - "sigmah": { - "image": "sigmah_2.0.2-190620", - "depends": [ - "sigmah-postgres" - ], - "mounts": [ - ["DIR", "/srv/sigmah/sigmah_conf", "/srv/sigmah/conf"], - ["DIR", "/srv/sigmah/sigmah_data", "/srv/sigmah/data"] - ] - }, - "sigmah-postgres": { - "image": "postgres_11.3.0-190620", - "mounts": [ - ["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"] - ] - } - } -} +{ + "version": "2.0.2-190620", + "meta": { + "title": "Sigmah", + "desc-cs": "Finanční řízení sbírek", + "desc-en": "Donation management", + "license": "GPL" + }, + "containers": { + "sigmah": { + "image": "sigmah_2.0.2-190620", + "depends": [ + "sigmah-postgres" + ], + "mounts": [ + ["DIR", "/srv/sigmah/sigmah_conf", "/srv/sigmah/conf"], + ["DIR", "/srv/sigmah/sigmah_data", "/srv/sigmah/data"] + ] + }, + "sigmah-postgres": { + "image": "postgres_11.3.0-190620", + "mounts": [ + ["DIR", "/srv/sigmah/postgres_data", "/var/lib/postgresql"] + ] + } + } +} diff --git a/lxc-apps/ushahidi/meta b/lxc-apps/ushahidi/meta index 635222d..b98154b 100644 --- a/lxc-apps/ushahidi/meta +++ b/lxc-apps/ushahidi/meta @@ -1,29 +1,29 @@ -{ - "version": "3.12.3-190620", - "meta": { - "title": "Ushahidi", - "desc-cs": "Skupinová reakce na události", - "desc-en": "Group reaction to events", - "license": "GPL" - }, - "containers": { - "ushahidi": { - "image": "ushahidi_3.12.3-190620", - "depends": [ - "ushahidi-mariadb" - ], - "mounts": [ - ["FILE", "/srv/ushahidi/ushahidi_conf/env", "/srv/ushahidi/platform/.env"], - ["FILE", "/srv/ushahidi/ushahidi_conf/config.json", "/srv/ushahidi/config.json"], - ["DIR", "/srv/ushahidi/ushahidi_data", "/srv/ushahidi/platform/application/media/uploads"] - ] - }, - "ushahidi-mariadb": { - "image": "mariadb_10.3.15-190620", - "mounts": [ - ["FILE", "/srv/ushahidi/mariadb_conf/my.cnf", "/etc/my.cnf"], - ["DIR", "/srv/ushahidi/mariadb_data", "/var/lib/mysql"] - ] - } - } -} +{ + "version": "3.12.3-190620", + "meta": { + "title": "Ushahidi", + "desc-cs": "Skupinová reakce na události", + "desc-en": "Group reaction to events", + "license": "GPL" + }, + "containers": { + "ushahidi": { + "image": "ushahidi_3.12.3-190620", + "depends": [ + "ushahidi-mariadb" + ], + "mounts": [ + ["FILE", "/srv/ushahidi/ushahidi_conf/env", "/srv/ushahidi/platform/.env"], + ["FILE", "/srv/ushahidi/ushahidi_conf/config.json", "/srv/ushahidi/config.json"], + ["DIR", "/srv/ushahidi/ushahidi_data", "/srv/ushahidi/platform/application/media/uploads"] + ] + }, + "ushahidi-mariadb": { + "image": "mariadb_10.3.15-190620", + "mounts": [ + ["FILE", "/srv/ushahidi/mariadb_conf/my.cnf", "/etc/my.cnf"], + ["DIR", "/srv/ushahidi/mariadb_data", "/var/lib/mysql"] + ] + } + } +}