diff --git a/create-instance.sh b/create-instance.sh index d6dbcb780b73b099b267f11bf953a65eeaf49f88..034bab72a49c85b87b79d4d810aa531ec367ff54 100755 --- a/create-instance.sh +++ b/create-instance.sh @@ -21,9 +21,9 @@ echo "Creating instance ${INSTANCE_ID}.${COZY_TLD} ..." docker-compose exec cozy ./cozy instances add $OIDC_CONTEXT --host 0.0.0.0 --apps drive,collect,settings,home "${INSTANCE_ID}.${COZY_TLD}" | tee "${TMPFILE}" # Install grand lyon apps -docker-compose exec cozy ./cozy konnectors install enedis-konnector --domain "${INSTANCE_ID}.${COZY_TLD}" git://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector.git#build -docker-compose exec cozy ./cozy konnectors install grdf-scraping-connector --domain "${INSTANCE_ID}.${COZY_TLD}" git://forge.grandlyon.com/pocs/cozy/grdf-scraping-connector.git#build -docker-compose exec cozy ./cozy konnectors install egl-api-connector --domain "${INSTANCE_ID}.${COZY_TLD}" git://forge.grandlyon.com/pocs/cozy/egl-api-connector.git#build +docker-compose exec cozy ./cozy konnectors install enedis --domain "${INSTANCE_ID}.${COZY_TLD}" git://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector.git#build +docker-compose exec cozy ./cozy konnectors install grdf --domain "${INSTANCE_ID}.${COZY_TLD}" git://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector.git#build +docker-compose exec cozy ./cozy konnectors install egl --domain "${INSTANCE_ID}.${COZY_TLD}" git://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git#build docker-compose exec cozy ./cozy apps install ecolyo --domain "${INSTANCE_ID}.${COZY_TLD}" git://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git#build ## To replace by registry://store/something after next cozy-stack release diff --git a/update_konnectors.sh b/update_konnectors.sh index d05674a4fedeb71488b43db276bbd96cce0751a0..d6658c42ea1fd228b37bf88538dce093052fa6b7 100644 --- a/update_konnectors.sh +++ b/update_konnectors.sh @@ -3,6 +3,6 @@ echo "Updating Konnectors ..." -docker-compose exec cozy ./cozy konnectors update enedis-konnector --all-domains git://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector.git#build -docker-compose exec cozy ./cozy konnectors update grdf-scraping-connector --all-domains git://forge.grandlyon.com/pocs/cozy/grdf-scraping-connector.git#build -docker-compose exec cozy ./cozy konnectors update egl-api-connector --all-domains git://forge.grandlyon.com/pocs/cozy/egl-api-connector.git#build +docker-compose exec cozy ./cozy konnectors update enedis --all-domains git://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector.git#build +docker-compose exec cozy ./cozy konnectors update grdf --all-domains git://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector.git#build +docker-compose exec cozy ./cozy konnectors update egl --all-domains git://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git#build