From 9a143d4407f50795b5052cec47f5a59101c71caa Mon Sep 17 00:00:00 2001 From: SimonThormeyer Date: Thu, 18 Jun 2026 11:45:39 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d85048b..2cb6fe2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ No license is granted to the Wire trademark and its associated logos, all of whi # github-app -## Features +## Features 🚀 Here's a list of features included in this project: From 7609c0fd620d9cda11b5c6a3baa6545124e42803 Mon Sep 17 00:00:00 2001 From: SimonThormeyer Date: Thu, 18 Jun 2026 11:46:48 +0200 Subject: [PATCH 2/3] chore: revert latest commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cb6fe2..d85048b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ No license is granted to the Wire trademark and its associated logos, all of whi # github-app -## Features 🚀 +## Features Here's a list of features included in this project: From 43aed45ba15e741148c0f9003ef35b0f04a7e98c Mon Sep 17 00:00:00 2001 From: SimonThormeyer Date: Thu, 18 Jun 2026 16:19:32 +0200 Subject: [PATCH 3/3] docs: format readme --- README.md | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d85048b..ba7e801 100644 --- a/README.md +++ b/README.md @@ -2,42 +2,56 @@ [![Wire logo](https://github.com/wireapp/wire/blob/master/assets/header-small.png?raw=true)](https://wire.com/jobs/) -This repository is part of the source code of Wire. You can find more information at [wire.com](https://wire.com) or by contacting opensource@wire.com. +This repository is part of the source code of Wire. You can find more information at [wire.com](https://wire.com) or by +contacting opensource@wire.com. -You can find the published source code at [github.com/wireapp/wire](https://github.com/wireapp/wire), and the apk of the latest release at [https://wire.com/en/download/](https://wire.com/en/download/). +You can find the published source code at [github.com/wireapp/wire](https://github.com/wireapp/wire), and the apk of the +latest release at [https://wire.com/en/download/](https://wire.com/en/download/). -For licensing information, see the attached LICENSE file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/). +For licensing information, see the attached LICENSE file and the list of third-party licenses at +[wire.com/legal/licenses/](https://wire.com/legal/licenses/). -If you compile the open source software that we make available from time to time to develop your own mobile, desktop or web application, and cause that application to connect to our servers for any purposes, we refer to that resulting application as an “Open Source App”. All Open Source Apps are subject to, and may only be used and/or commercialized in accordance with, the Terms of Use applicable to the Wire Application, which can be found at https://wire.com/legal/#terms. Additionally, if you choose to build an Open Source App, certain restrictions apply, as follows: +If you compile the open source software that we make available from time to time to develop your own mobile, desktop or +web application, and cause that application to connect to our servers for any purposes, we refer to that resulting +application as an “Open Source App”. All Open Source Apps are subject to, and may only be used and/or commercialized in +accordance with, the Terms of Use applicable to the Wire Application, which can be found at +https://wire.com/legal/#terms. Additionally, if you choose to build an Open Source App, certain restrictions apply, as +follows: -a. You agree not to change the way the Open Source App connects and interacts with our servers; b. You agree not to weaken any of the security features of the Open Source App; c. You agree not to use our servers to store data for purposes other than the intended and original functionality of the Open Source App; d. You acknowledge that you are solely responsible for any and all updates to your Open Source App. +a. You agree not to change the way the Open Source App connects and interacts with our servers; b. You agree not to +weaken any of the security features of the Open Source App; c. You agree not to use our servers to store data for +purposes other than the intended and original functionality of the Open Source App; d. You acknowledge that you are +solely responsible for any and all updates to your Open Source App. -For clarity, if you compile the open source software that we make available from time to time to develop your own mobile, desktop or web application, and do not cause that application to connect to our servers for any purposes, then that application will not be deemed an Open Source App and the foregoing will not apply to that application. +For clarity, if you compile the open source software that we make available from time to time to develop your own +mobile, desktop or web application, and do not cause that application to connect to our servers for any purposes, then +that application will not be deemed an Open Source App and the foregoing will not apply to that application. -No license is granted to the Wire trademark and its associated logos, all of which will continue to be owned exclusively by Wire Swiss GmbH. Any use of the Wire trademark and/or its associated logos is expressly prohibited without the express prior written consent of Wire Swiss GmbH. +No license is granted to the Wire trademark and its associated logos, all of which will continue to be owned exclusively +by Wire Swiss GmbH. Any use of the Wire trademark and/or its associated logos is expressly prohibited without the +express prior written consent of Wire Swiss GmbH. # github-app - ## Features Here's a list of features included in this project: -| Name | Description | -|------------------------------------------|--------------------------------------------| -| /health | Healthcheck endpoint returning HTTP OK 200. | -| /{conversation_id}/{conversation_domain} | Webhook endpoint. | +| Name | Description | |------------------------------------------|--------------------------------------------| | +/health | Healthcheck endpoint returning HTTP OK 200. | | /{conversation_id}/{conversation_domain} | Webhook endpoint. | ## Building & Running To build or run the project, you can use the IDE Run configuration with environment variables. -| Project | Environment Variables | +| Project | Environment Variables | |--------------------|-----------------------------------------------------------------------------------------------------| -| `GitHub App (this)` | Please check [EnvironmentVariables.kt](src/main/kotlin/com/wire/github/util/EnvironmentVariables.kt) | -| `Wire App SDK` | Please check [Wire App SDK](https://github.com/wireapp/wire-apps-jvm-sdk) | +| `GitHub App (this)` | Please check +[EnvironmentVariables.kt](src/main/kotlin/com/wire/github/util/EnvironmentVariables.kt) | | `Wire App SDK` | Please +check [Wire App SDK](https://github.com/wireapp/wire-apps-jvm-sdk) | An example of this project environment variables: + ``` GHAPP_API_HOST=https://127.0.0.1/github GHAPP_SERVER_PORT=8083 @@ -50,6 +64,7 @@ WIRE_SDK_CRYPTOGRAPHY_STORAGE_PASSWORD=myDummyPasswordmyDummyPassword01 ``` ## Deployment + Currently, we are only deploying in our Integrations VM. When a proper release is done we will update this section.