Skip to content
Snippets Groups Projects
Commit 5ef84aec authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: corrected some typos

parent bb77d083
No related branches found
No related tags found
No related merge requests found
Pipeline #15778 passed
......@@ -21,5 +21,5 @@ This file needs to hold all the informations transmitted by the cozy stack when
Type them all in the *fields* object.
All data recovered by the standalone konnector will be sotred in the *data* folder.
All data recovered by the standalone konnector will be stored in the *data* folder.
......@@ -51,7 +51,7 @@ Open the project with VSCode and add the following code into .vscode/settings.js
}
```
If this file is not empty, you can simply add the follwing lines to it:
If this file is not empty, you can simply add the following lines to it:
```
"gitlens.advanced.messages": {
......
# Environments
We have 2 environments available for this project:
- One environment of dev hosted on scaleway and manage by the dev team
- One environment of production hosted on Cozy and manage by Cozy
- One environment of dev hosted on scaleway and managed by the dev team
- One environment of production hosted on Cozy and managed by Cozy
## Dev environment aka alpha
......@@ -27,15 +27,15 @@ This projet will build and run 3 images:
To run the project please refer to the documentation on the GitLab project.
Once the project is up and running, we are able to create, update and delete instance.
Once the project is up and running, we are able to create, update and delete instances.
Let's see more details in the [dedicated section](../../easycozy/scripts.md).
### Proxy
Konnector for Ecolyo need proxy for the OAuth dance. The proxy is also mount on the same instance as the Cozy stack and based on the project available on GitLab: https://forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy
Konnector for Ecolyo need proxy for the OAuth dance. The proxy is also mounted on the same instance as the Cozy stack and based on the project available on GitLab: https://forge.grandlyon.com/pocs/cozy/cozy-oauth-proxy
The proxy is written in Go language. The "main.go" file containt all the source code and also the default variables.
Default variables are the one used for the dev environment but we will be overwrite for the production.
Default variables are the one used for the dev environment but we will overwrite them for the production.
To Launch the proxy, just pull the project and use the docker-compose file with following commands:
```
......@@ -61,11 +61,12 @@ Fully managed by Cozy team.
### Proxy
A dedicated proxy is deployed on Cozy side to allow konnector to make the OAuth dance.
The proxy deployed is based on the project available on the GitLab but variables are overwrite using flags by the Cozy team in order to fit to the environment.
The proxy deployed is based on the project available on the GitLab but variables are overwritten using flags by the Cozy team in order to fit to the environment.
For each modification in production, it needs:
- to be done on the gitLab project
- to be testeded in dev environnment
After that we should ask Cozy to pull the modification from the GitLab in order to have them in production.
### Ecolyo and konnectors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment