Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POCS
cozy
easy-cozy
Commits
6848f270
Commit
6848f270
authored
May 25, 2020
by
Yoan VALLET
Browse files
Change slug and url of konnectors
parent
a974e8cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
create-instance.sh
View file @
6848f270
...
...
@@ -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-c
onnector.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-c
onnector.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-k
onnector.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-k
onnector.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
...
...
update_konnectors.sh
View file @
6848f270
...
...
@@ -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-c
onnector.git#build
docker-compose
exec
cozy ./cozy konnectors update egl
-api-connector
--all-domains
git://forge.grandlyon.com/
pocs/cozy/egl-api-c
onnector.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-k
onnector.git#build
docker-compose
exec
cozy ./cozy konnectors update egl
--all-domains
git://forge.grandlyon.com/
web-et-numerique/llle_project/egl-k
onnector.git#build
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment