From 234b40a4e97ddda04f8f247ba348343e851c8ab8 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 24 Jun 2019 20:18:43 +0000 Subject: [PATCH] Run update.sh --- convertigo/README.md | 19 ++++++++++++++----- traefik/README.md | 6 +++--- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/convertigo/README.md b/convertigo/README.md index 9352ffa07..248011581 100644 --- a/convertigo/README.md +++ b/convertigo/README.md @@ -52,9 +52,8 @@ WARNING: Convertigo Community edition is an open source MBaaS (Mobile Back end as a Service) combined with a MADP (Mobile application development platform). The platform is used to build complex Cross-platform Enterprise Mobile apps in a few days. Convertigo platform is composed of several components: 1. **Convertigo MBaaS**: The back-end MBaaS server part. Handles back-end connectors, micro-services execution, offline data device synchronization and serves Mobile Web apps. Runs as a Docker container with the `convertigo` image -2. **Convertigo Web Connector**: An optional HTML web Connector server able to connect to any HTML based legacy app. Runs as a Docker container with the `i386/convertigo` image -3. **Convertigo Studio**: Runs on a Windows or a MacOS workstation, Eclipse based IDE, used to program MBaaS micro-services workflows and optionaly use the "Mobile Builder" edition to build Mobile apps UIs in a MRAD (Mobile Rapid Application Development) Low code mode. Can be directly downloaded from [Sourceforge.net](https://sourceforge.net/projects/convertigo/files/latest/download) -4. **Convertigo SDKs**: Can be used with third party Mobile development tools such as Xcode (iOS) Android Studio (Android) and Visual Studio (Windows Mobile, Windows UWP and Xamarin). SDKS are available on each platform standard repository (Bintray for Android, Cocoapods for iOS and Nuget for .NET) +2. **Convertigo Studio**: Runs on a Windows or a MacOS workstation, Eclipse based IDE, used to program MBaaS micro-services workflows and optionaly use the "Mobile Builder" edition to build Mobile apps UIs in a MRAD (Mobile Rapid Application Development) Low code mode. Can be directly downloaded from [Sourceforge.net](https://sourceforge.net/projects/convertigo/files/latest/download) +3. **Convertigo SDKs**: Can be used with third party Mobile development tools such as Xcode (iOS) Android Studio (Android) and Visual Studio (Windows Mobile, Windows UWP and Xamarin). SDKS are available on each platform standard repository (Bintray for Android, Cocoapods for iOS and Nuget for .NET) Convertigo Community edition brought to you by Convertigo SA (Paris & San Francisco). The platform is currently used by more than 100K developers worldwide, building enterprise class mobile apps. @@ -76,12 +75,12 @@ You can access the Server admin console on http://[dockerhost]:28080/convertigo ## Link Convertigo to a CouchDB database for FullSync (Convertigo EE only) -Convertigo MBaaS FullSync module uses Apache CouchDB 2.3.0 as NoSQL repository. You can use the **[couchdb](https://hub.docker.com/_/couchdb/)** docker image and link to it convertigo this way +Convertigo MBaaS FullSync module uses Apache CouchDB 2.3.1 as NoSQL repository. You can use the **[couchdb](https://hub.docker.com/_/couchdb/)** docker image and link to it convertigo this way Launch CouchDB container and name it 'fullsync' ```console -$ docker run -d --name fullsync couchdb:2.3.0 +$ docker run -d --name fullsync couchdb:2.3.1 ``` Then launch Convertigo and link it to the running 'fullsync' container. Convertigo MBaaS sever will automatically use it as its fullsync repository. @@ -163,6 +162,16 @@ The default `JXMX` value is `2048` and can be defined : $ docker run -d --name C8O-MBAAS -e JXMX="4096" -p 28080:28080 convertigo ``` +## `COOKIE_PATH` Environment variable + +Convertigo generates a `JSESSIONID` to maintain the user session and stores in a *cookie*. The *cookie* is set for the server path `/` by default. In case of a front server with multiple services for different paths, you can set a path restriction for the *cookie* with the `JSESSIONID`. Just define the `COOKIE_PATH` environment variable with a compatible path. + +The default `COOKIE_PATH` value is `/` and can be defined : + +```console +$ docker run -d --name C8O-MBAAS -e COOKIE_PATH="/convertigo" -p 28080:28080 convertigo +``` + ## Pre configurated Docker compose stack You can use this [stack](https://github.com/convertigo/docker/blob/master/compose/mbaas/docker-compose.yml) to run a complete Convertigo MBaaS server with FullSync repository and MySQL analytics in a few command lines. diff --git a/traefik/README.md b/traefik/README.md index 2f3b351b1..1a74c93e5 100644 --- a/traefik/README.md +++ b/traefik/README.md @@ -16,9 +16,9 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`v2.0.0-alpha6`, `2.0.0-alpha6`, `v2.0`, `2.0`, `faisselle`](https://github.com/containous/traefik-library-image/blob/5caa8bfd30ded18ab840957dd6859ae73a912e58/scratch/amd64/Dockerfile) -- [`v2.0.0-alpha6-alpine`, `2.0.0-alpha6-alpine`, `v2.0-alpine`, `2.0-alpine`, `faisselle-alpine`](https://github.com/containous/traefik-library-image/blob/5caa8bfd30ded18ab840957dd6859ae73a912e58/alpine/Dockerfile) -- [`v2.0.0-alpha6-nanoserver`, `2.0.0-alpha6-nanoserver`, `v2.0-nanoserver`, `2.0-nanoserver`, `faisselle-nanoserver`, `v2.0.0-alpha6-nanoserver-sac2016`, `2.0.0-alpha6-nanoserver-sac2016`, `v2.0-nanoserver-sac2016`, `2.0-nanoserver-sac2016`, `faisselle-nanoserver-sac2016`](https://github.com/containous/traefik-library-image/blob/5caa8bfd30ded18ab840957dd6859ae73a912e58/windows/Dockerfile) +- [`v2.0.0-alpha7`, `2.0.0-alpha7`, `v2.0`, `2.0`, `faisselle`](https://github.com/containous/traefik-library-image/blob/b57f0c107717609f3c925f4fb012acd87e0c8aaa/scratch/amd64/Dockerfile) +- [`v2.0.0-alpha7-alpine`, `2.0.0-alpha7-alpine`, `v2.0-alpine`, `2.0-alpine`, `faisselle-alpine`](https://github.com/containous/traefik-library-image/blob/b57f0c107717609f3c925f4fb012acd87e0c8aaa/alpine/Dockerfile) +- [`v2.0.0-alpha7-nanoserver`, `2.0.0-alpha7-nanoserver`, `v2.0-nanoserver`, `2.0-nanoserver`, `faisselle-nanoserver`, `v2.0.0-alpha7-nanoserver-sac2016`, `2.0.0-alpha7-nanoserver-sac2016`, `v2.0-nanoserver-sac2016`, `2.0-nanoserver-sac2016`, `faisselle-nanoserver-sac2016`](https://github.com/containous/traefik-library-image/blob/b57f0c107717609f3c925f4fb012acd87e0c8aaa/windows/Dockerfile) - [`v1.7.12`, `1.7.12`, `v1.7`, `1.7`, `maroilles`, `latest`](https://github.com/containous/traefik-library-image/blob/8c0a8508ea75d5a491abadb7fc5bfa33b2beb3d7/scratch/amd64/Dockerfile) - [`v1.7.12-alpine`, `1.7.12-alpine`, `v1.7-alpine`, `1.7-alpine`, `maroilles-alpine`, `alpine`](https://github.com/containous/traefik-library-image/blob/8c0a8508ea75d5a491abadb7fc5bfa33b2beb3d7/alpine/Dockerfile) - [`v1.7.12-nanoserver`, `1.7.12-nanoserver`, `v1.7-nanoserver`, `1.7-nanoserver`, `maroilles-nanoserver`, `v1.7.11-nanoserver-sac2016`, `1.7.11-nanoserver-sac2016`, `v1.7-nanoserver-sac2016`, `1.7-nanoserver-sac2016`, `maroilles-nanoserver-sac2016`, `nanoserver`, `nanoserver-sac2016`](https://github.com/containous/traefik-library-image/blob/8c0a8508ea75d5a491abadb7fc5bfa33b2beb3d7/windows/Dockerfile)