{"id":31847906,"url":"https://github.com/wireapp/wire-server-deploy","last_synced_at":"2025-10-12T09:58:28.501Z","repository":{"id":39415798,"uuid":"159704568","full_name":"wireapp/wire-server-deploy","owner":"wireapp","description":"Code to install/deploy wire-server (on kubernetes)","archived":false,"fork":false,"pushed_at":"2025-09-26T14:52:50.000Z","size":3807,"stargazers_count":104,"open_issues_count":53,"forks_count":45,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-09-26T15:29:54.645Z","etag":null,"topics":["ansible-playbooks","deployments","helm-charts","installation","kubernetes","wire-server"],"latest_commit_sha":null,"homepage":"https://docs.wire.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wireapp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-29T17:39:12.000Z","updated_at":"2025-09-24T09:30:52.000Z","dependencies_parsed_at":"2023-12-19T18:44:31.391Z","dependency_job_id":"67ce6747-6274-4c86-bf32-80552b5e5dca","html_url":"https://github.com/wireapp/wire-server-deploy","commit_stats":null,"previous_names":[],"tags_count":551,"template":false,"template_full_name":null,"purl":"pkg:github/wireapp/wire-server-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-server-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-server-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-server-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-server-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wireapp","download_url":"https://codeload.github.com/wireapp/wire-server-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-server-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010951,"owners_count":26084841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible-playbooks","deployments","helm-charts","installation","kubernetes","wire-server"],"created_at":"2025-10-12T09:58:27.355Z","updated_at":"2025-10-12T09:58:28.496Z","avatar_url":"https://github.com/wireapp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wire™\n\n[![Wire logo](https://github.com/wireapp/wire/blob/master/assets/header-small.png?raw=true)](https://wire.com/jobs/)\n\nThis 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.\n\nYou can find the published source code at [github.com/wireapp/wire](https://github.com/wireapp/wire).\n\nFor licensing information, see the attached [LICENSE](LICENSE) file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/).\n\nNo 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.\n\n## Introduction\n\nThis repository contains the code and configuration to deploy [wire-server](https://github.com/wireapp/wire-server) and [wire-webapp](https://github.com/wireapp/wire-webapp), as well as dependent components, such as cassandra databases. To allow a maximum of flexibility with respect to where wire-server can be deployed (e.g. with cloud providers like AWS, on bare-metal servers, etc), we chose [kubernetes](https://kubernetes.io/) as the target platform.\n\n## Documentation\n\nAll the documentation on how to make use of this repository is hosted on https://docs.wire.com - refer to the Administrator's Guide.\n\n## Contents\n\n* `ansible/` contains Ansible roles and playbooks to install Kubernetes, Cassandra, etc. See the [Administrator's Guide](https://docs.wire.com) for more info.\n* `charts/` contains helm charts that can be installed on kubernetes. The charts are mirroed to S3 and can be used with `helm repo add wire https://s3-eu-west-1.amazonaws.com/public.wire.com/charts`. See the [Administrator's Guide](https://docs.wire.com) for more info.\n* `terraform/` contains some examples for provisioning servers. See the [Administrator's Guide](https://docs.wire.com) for more info.\n* `bin/` contains some helper bash scripts. Some are used in the [Administrator's Guide](https://docs.wire.com) when installing wire-server, and some are used for developers/maintainers of this repository.\n\n## PR Guidelines\n\nIn most cases, the only required action when creating a PR is creating a changelog entry (see below).\n\n### Changelog entries\n\nEvery PR should add a new file in the appropriate subdirectory of `changelog.d`, containing just the text of the corresponding changelog entry. There is no need to explicitly write a PR number, because the `mk-changelog.sh` script (used on release) will add it automatically at the end. The name of the file does not matter, but it should be unique to avoid unnecessary conflicts (e.g. use the branch name). Read more [here](https://docs.wire.com/developer/developer/changelog.html)\n\nExample: create the file ./changelog.d/2-wire-builds/wire-chart-bump-5.13 with one-line content like:\n```\nWire backend upgrade to 5.13, see [docs](link-to-docs) \n```\n\nAll changelog entries in the `changelog.d/` directory must follow commit message standards based on the [Keep a Changelog specification](https://keepachangelog.com/en/1.1.0/). Below are examples of properly formatted commit messages for each subdirectory in our changelog structure, along with descriptions of what content belongs in each subdirectory. \n\n**NOTE**: The changelog.d entries will be verified using the github workflow [Changelog verification](.github/workflows/changelog-verify.yml).\n\n#### Directory Structure\n\n##### 0-release-notes\nThis directory contains extra notes about the release. It is intended for high-level release notes that provide an overview of what's new, what's changed, and any important information about the release. This is typically used for communicating with stakeholders and end-users.\n\n*changelog entry example:* `Changed: v0.0.0 Major Release`\n\n##### 1-debian-builds\nContains notes about changes related to Debian package builds. This includes modifications to build scripts (e.g., `build_linux_pkgs.sh`), changes in dependencies, and any other updates related to the creation of Debian packages.\n\n*changelog entry example:* `Fixed: resolve dependency issue for gngpg package`\n\n##### 2-wire-builds\nDocuments changes related to the `wire-builds` repository. This includes updates to the values directory, modifications to Helm charts for Wire components, and any other changes specific to the Wire builds process.\n\n*changelog entry example:* `Added: add support for postgresql to support wire release 5.17.0`\n\n##### 3-deploy-builds\nUsed to document changes in deployment processes and upgrades. Examples include Kubernetes upgrades via Ansible, changes in the `/offline/tasks` directory, and other deployment-related modifications.\n\n*changelog entry example:* `Deprecated: remove support for Kubernetes 1.26`\n\n##### 4-docs\nContains documentation related to deployment or bundling processes. This includes updates to installation guides, configuration instructions, and any other relevant documentation.\n\n*changelog entry example:* `Changed: update guide for wiab-demo solution`\n\n##### 5-bug-fixes\nDocuments bug fixes for any existing solutions. This includes fixes for issues in the deployment process, build scripts, or any other component of the project.\n\n*changelog entry example:* `Fixed: fix the postgresql dependency on old non-existing images`\n\n### (Optional) Git commit message verification\nThis repository uses a Git commit [hook](./.git-hooks/commit-msg) to enforce the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard with an additional requirement for a Jira ticket ID (e.g., wpb-1234 or WPB-1234). The hook checks that commit messages follow the format:\n\n```\n\u003ctype\u003e(\u003cscope\u003e): \u003cdescription\u003e \u003cticket-id\u003e \n```\n\n#### Examples of Valid Commit Messages:\n- *build: WPB-1234 update build configuration*\n- *feat(parser): add new parsing rules WPB-1234*\n- *fix(ui): wpb-1234 correct button alignment*\n- *ci: update CI pipeline wpb-1234*\n- *docs: update wpb-1234 README*\n- *refactor: wpb-1234 clean up code*\n- *test: add unit tests wpb-1234*\n- *chore!: WPB-1234 drop support for k8s 1.16 - add a 'BREAKING CHANGE:' statement*\n\n#### Activation/Deactivation:\nThe commit hook is optional and can be activated or deactivated using the `.envrc` script with direnv:\n```\nwire-server-deploy$ direnv allow\ndirenv: loading ~/projects/git/wire-server-deploy/.envrc\nDo you want to setup git commit hooks? (y/Y to continue):\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Fwire-server-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwireapp%2Fwire-server-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Fwire-server-deploy/lists"}