diff --git a/ZolaApp/.idea/.gitignore b/ZolaApp/.idea/.gitignore
index 13566b81b018ad684f3a35fee301741b2734c8f4..a9d7db9c0a81b2db47ca92e4e180b30090b27632 100644
--- a/ZolaApp/.idea/.gitignore
+++ b/ZolaApp/.idea/.gitignore
@@ -6,3 +6,5 @@
 # Datasource local storage ignored files
 /dataSources/
 /dataSources.local.xml
+# GitHub Copilot persisted chat sessions
+/copilot/chatSessions
diff --git a/ZolaApp/.idea/dataSources b/ZolaApp/.idea/dataSources
new file mode 120000
index 0000000000000000000000000000000000000000..dad593ac636a6315d6d91992d4b1e57e31182df2
--- /dev/null
+++ b/ZolaApp/.idea/dataSources
@@ -0,0 +1 @@
+jetbrainsConfiguration/dataSources/
\ No newline at end of file
diff --git a/ZolaApp/.idea/material_theme_project_new.xml b/ZolaApp/.idea/material_theme_project_new.xml
new file mode 100644
index 0000000000000000000000000000000000000000..16e830f2d917c0815e814dcbf57e219c3b85c2e2
--- /dev/null
+++ b/ZolaApp/.idea/material_theme_project_new.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="MaterialThemeProjectNewConfig">
+    <option name="metadata">
+      <MTProjectMetadataState>
+        <option name="migrated" value="true" />
+        <option name="pristineConfig" value="false" />
+        <option name="userId" value="104e8585:19002424fea:-7ffe" />
+      </MTProjectMetadataState>
+    </option>
+  </component>
+</project>
\ No newline at end of file
diff --git a/ZolaApp/.idea/vcs.xml b/ZolaApp/.idea/vcs.xml
index 6c0b8635858dc7ad44b93df54b762707ce49eefc..e2edd32738d49baaa7def78470bf621e63058f4e 100644
--- a/ZolaApp/.idea/vcs.xml
+++ b/ZolaApp/.idea/vcs.xml
@@ -2,5 +2,6 @@
 <project version="4">
   <component name="VcsDirectoryMappings">
     <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
+    <mapping directory="$PROJECT_DIR$/install" vcs="Git" />
   </component>
 </project>
\ No newline at end of file
diff --git a/ZolaApp/content/dev-doc/api/203_how-to-setup-your-development-environment.md b/ZolaApp/content/dev-doc/api/203_how-to-setup-your-development-environment.md
index 9c4e6f8cc69bc72efac70ec13853d0c47b500038..f6b871553894643b9df7dd3409738f90d4361610 100644
--- a/ZolaApp/content/dev-doc/api/203_how-to-setup-your-development-environment.md
+++ b/ZolaApp/content/dev-doc/api/203_how-to-setup-your-development-environment.md
@@ -85,7 +85,8 @@ store configuration information that can be changed without modifying the code.
 To use environment variables on your development machine, you need the `.env.keys` file in addition of the `.env.vault`
 file present in the repository.
 
-**The `.env.keys` file have to be requested to the project maintainer: [Michaël Minelli](mailto:dojo@minelli.me).**
+**The `.env.keys` file have to be requested to the project
+maintainer: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).**
 
 ### Decrypting the environment variables
 
diff --git a/ZolaApp/content/dev-doc/assignment-checker/601_how-to-setup-your-development-environment.md b/ZolaApp/content/dev-doc/assignment-checker/601_how-to-setup-your-development-environment.md
index b2e1abe0f1a7945a47148add356d283c65f9662d..fc61cf1fb731ba10a8c82b863943756251f96c7a 100644
--- a/ZolaApp/content/dev-doc/assignment-checker/601_how-to-setup-your-development-environment.md
+++ b/ZolaApp/content/dev-doc/assignment-checker/601_how-to-setup-your-development-environment.md
@@ -88,7 +88,8 @@ Set DOTENV_KEY on your server
 > npx dotenv-vault local decrypt dotenv://:key_1234@dotenv.local/vault/.env.vault?environment=development > .env.development
 ```
 
-**The `.env.keys` file have to be requested to the project maintainer: [Michaël Minelli](mailto:dojo@minelli.me).**
+**The `.env.keys` file have to be requested to the project
+maintainer: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).**
 
 ## Run the cli
 
diff --git a/ZolaApp/content/dev-doc/cli/301_how-to-setup-your-development-environment.md b/ZolaApp/content/dev-doc/cli/301_how-to-setup-your-development-environment.md
index 7b4c99ad6dd22eadeeff889a8532128b9e0b537e..983bcf158b1b65857bddd0ecfb0712362a2a79bd 100644
--- a/ZolaApp/content/dev-doc/cli/301_how-to-setup-your-development-environment.md
+++ b/ZolaApp/content/dev-doc/cli/301_how-to-setup-your-development-environment.md
@@ -94,7 +94,8 @@ Set DOTENV_KEY on your server
 > npx dotenv-vault local decrypt dotenv://:key_1234@dotenv.local/vault/.env.vault?environment=development > .env.development
 ```
 
-**The `.env.keys` file have to be requested to the project maintainer: [Michaël Minelli](mailto:dojo@minelli.me).**
+**The `.env.keys` file have to be requested to the project
+maintainer: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).**
 
 ## Run the cli
 
diff --git a/ZolaApp/content/dev-doc/exercise-checker/501_how-to-setup-your-development-environment.md b/ZolaApp/content/dev-doc/exercise-checker/501_how-to-setup-your-development-environment.md
index 797d2549e5089a147dfeeccd2afcef0af5cc25b5..f7d4a2f0455c92428006509a3e51a825b2161c77 100644
--- a/ZolaApp/content/dev-doc/exercise-checker/501_how-to-setup-your-development-environment.md
+++ b/ZolaApp/content/dev-doc/exercise-checker/501_how-to-setup-your-development-environment.md
@@ -88,7 +88,8 @@ Set DOTENV_KEY on your server
 > npx dotenv-vault local decrypt dotenv://:key_1234@dotenv.local/vault/.env.vault?environment=development > .env.development
 ```
 
-**The `.env.keys` file have to be requested to the project maintainer: [Michaël Minelli](mailto:dojo@minelli.me).**
+**The `.env.keys` file have to be requested to the project
+maintainer: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).**
 
 ## Run the cli
 
diff --git a/ZolaApp/content/get-started/2_quick-start.md b/ZolaApp/content/get-started/2_quick-start.md
index 78a9bc11f763deb43711757fe2f7f7523e239bbb..4257c01e36c0fb169cc3bec7c7d8328d22222d2f 100644
--- a/ZolaApp/content/get-started/2_quick-start.md
+++ b/ZolaApp/content/get-started/2_quick-start.md
@@ -85,7 +85,7 @@ the [contributing section](/dev-doc/contributing) of this site.
 
 ## Contacts / Developers {#contacts}
 
-* [Michaël Minelli](mailto:dojo@minelli.me): Main contact / Main developer
+* [Michaël Minelli](mailto:dojo@mail.minelli.swiss): Main contact / Main developer
 * [Orestis Malaspinas](mailto:orestis.malaspinas@hesge.ch): Project manager
 
 ## License
diff --git a/ZolaApp/content/user-doc/help/1001_faq.md b/ZolaApp/content/user-doc/help/1001_faq.md
index ab41188d57894d7c85df2a7b1466cbaa6ba920aa..bffaf3788001ea16316d3cfc2a5cb5b4d408451b 100644
--- a/ZolaApp/content/user-doc/help/1001_faq.md
+++ b/ZolaApp/content/user-doc/help/1001_faq.md
@@ -41,5 +41,5 @@ This is ongoing work.
 
 Send an E-mail to:
 
-- About the code: [Michaël Minelli](mailto:dojo@minelli.me).
+- About the code: [Michaël Minelli](mailto:dojo@mail.minelli.swiss).
 - About the project: [Orestis Malaspinas](mailto:orestis.malaspinas@hesge.ch)