{"id":19249270,"url":"https://github.com/sous-chefs/confluence","last_synced_at":"2026-04-01T19:38:21.445Z","repository":{"id":6972617,"uuid":"8225725","full_name":"sous-chefs/confluence","owner":"sous-chefs","description":"Development repository for the confluence cookbook","archived":false,"fork":false,"pushed_at":"2026-03-20T08:21:27.000Z","size":570,"stargazers_count":43,"open_issues_count":1,"forks_count":42,"subscribers_count":19,"default_branch":"main","last_synced_at":"2026-03-20T09:03:31.497Z","etag":null,"topics":["chef","chef-cookbook","chef-resource","confluence","hacktoberfest","managed-by-terraform"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/confluence","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sous-chefs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"open_collective":"sous-chefs"}},"created_at":"2013-02-15T20:37:16.000Z","updated_at":"2026-03-20T08:21:18.000Z","dependencies_parsed_at":"2024-02-24T20:42:35.962Z","dependency_job_id":"4bb10edf-015b-415a-993f-3f57b1aeae85","html_url":"https://github.com/sous-chefs/confluence","commit_stats":{"total_commits":382,"total_committers":37,"mean_commits":"10.324324324324325","dds":0.6701570680628273,"last_synced_commit":"000fc0dcee109d70a82866143b7dad5be79be7b4"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/sous-chefs/confluence","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fconfluence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fconfluence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fconfluence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fconfluence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sous-chefs","download_url":"https://codeload.github.com/sous-chefs/confluence/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fconfluence/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chef","chef-cookbook","chef-resource","confluence","hacktoberfest","managed-by-terraform"],"created_at":"2024-11-09T18:13:30.177Z","updated_at":"2026-04-01T19:38:21.437Z","avatar_url":"https://github.com/sous-chefs.png","language":"Ruby","funding_links":["https://opencollective.com/sous-chefs"],"categories":[],"sub_categories":[],"readme":"# Confluence Cookbook\n\n[![Cookbook Version](https://img.shields.io/cookbook/v/confluence.svg)](https://supermarket.chef.io/cookbooks/confluence)\n[![CI State](https://github.com/sous-chefs/confluence/workflows/ci/badge.svg)](https://github.com/sous-chefs/confluence/actions?query=workflow%3Aci)\n[![OpenCollective](https://opencollective.com/sous-chefs/backers/badge.svg)](#backers)\n[![OpenCollective](https://opencollective.com/sous-chefs/sponsors/badge.svg)](#sponsors)\n[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)\n\nInstalls and configures [Atlassian Confluence](https://www.atlassian.com/software/confluence/) using custom resources.\n\n## Maintainers\n\nThis cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you'd like to know more please visit [sous-chefs.org](https://sous-chefs.org/) or come chat with us on the Chef Community Slack in [#sous-chefs](https://chefcommunity.slack.com/messages/C2V7B88SF).\n\n## Requirements\n\n### Platforms\n\n- AlmaLinux 8, 9\n- Amazon Linux 2023\n- CentOS Stream 9\n- Debian 12\n- Fedora (latest)\n- Oracle Linux 8, 9\n- Red Hat Enterprise Linux 8, 9\n- Rocky Linux 8, 9\n- Ubuntu 22.04, 24.04\n\n### Chef\n\n- Chef 16+\n\n### Cookbooks\n\nNone - this cookbook has no external cookbook dependencies.\n\n## Resources\n\n- [confluence_install](documentation/confluence_install.md) - Downloads and installs Confluence\n- [confluence_config](documentation/confluence_config.md) - Configures JVM and Tomcat settings\n- [confluence_service](documentation/confluence_service.md) - Manages the systemd service\n\n## Quick Start\n\n```ruby\n# Install Confluence\nconfluence_install 'confluence' do\n  version '8.5.4'\nend\n\n# Configure Confluence\nconfluence_config 'confluence' do\n  jvm_minimum_memory '1g'\n  jvm_maximum_memory '4g'\nend\n\n# Create and start the service\nconfluence_service 'confluence' do\n  action [:create, :enable, :start]\nend\n```\n\n## Usage Examples\n\n### Basic Installation\n\n```ruby\nconfluence_install 'confluence' do\n  version '8.5.4'\nend\n\nconfluence_config 'confluence' do\n  jvm_minimum_memory '512m'\n  jvm_maximum_memory '2g'\n  tomcat_port '8090'\nend\n\nconfluence_service 'confluence' do\n  action [:create, :enable]\nend\n```\n\n### Behind a Reverse Proxy (HTTPS)\n\nWhen running Confluence behind nginx, Apache, or HAProxy:\n\n```ruby\nconfluence_install 'confluence' do\n  version '8.5.4'\nend\n\nconfluence_config 'confluence' do\n  jvm_minimum_memory '1g'\n  jvm_maximum_memory '4g'\n  tomcat_port '8090'\n  tomcat_proxy_name 'confluence.example.com'\n  tomcat_proxy_port '443'\n  tomcat_scheme 'https'\n  tomcat_secure true\nend\n\nconfluence_service 'confluence' do\n  action [:create, :enable, :start]\nend\n```\n\n### Custom Paths\n\n```ruby\nconfluence_install 'confluence' do\n  version '8.5.4'\n  install_path '/opt/confluence'\n  home_path '/data/confluence'\n  user 'atlassian'\n  group 'atlassian'\nend\n\nconfluence_config 'confluence' do\n  install_path '/opt/confluence'\n  home_path '/data/confluence'\n  user 'atlassian'\n  group 'atlassian'\n  jvm_maximum_memory '4g'\nend\n\nconfluence_service 'confluence' do\n  install_path '/opt/confluence'\n  home_path '/data/confluence'\n  user 'atlassian'\n  group 'atlassian'\n  action [:create, :enable, :start]\nend\n```\n\n## Database Configuration\n\nThis cookbook does **not** manage database installation or configuration. You must set up your database separately using your preferred method:\n\n- [postgresql cookbook](https://github.com/sous-chefs/postgresql)\n- [mysql cookbook](https://github.com/sous-chefs/mysql)\n- External managed database (RDS, Cloud SQL, etc.)\n\nConfigure the database connection through Confluence's web-based setup wizard after installation.\n\n## Reverse Proxy Configuration\n\nThis cookbook does **not** manage reverse proxy configuration. Set up your reverse proxy separately using:\n\n- [nginx cookbook](https://github.com/sous-chefs/nginx)\n- [apache2 cookbook](https://github.com/sous-chefs/apache2)\n- [haproxy cookbook](https://github.com/sous-chefs/haproxy)\n\nUse the `tomcat_proxy_name`, `tomcat_proxy_port`, `tomcat_scheme`, and `tomcat_secure` properties on `confluence_config` to configure Confluence for reverse proxy operation.\n\n## Contributors\n\nThis project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890\u0026button=false)\n\n### Backers\n\nThank you to all our backers!\n\n![https://opencollective.com/sous-chefs#backers](https://opencollective.com/sous-chefs/backers.svg?width=600\u0026avatarHeight=40)\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website.\n\n![https://opencollective.com/sous-chefs/sponsor/0/website](https://opencollective.com/sous-chefs/sponsor/0/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/1/website](https://opencollective.com/sous-chefs/sponsor/1/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/2/website](https://opencollective.com/sous-chefs/sponsor/2/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/3/website](https://opencollective.com/sous-chefs/sponsor/3/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/4/website](https://opencollective.com/sous-chefs/sponsor/4/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/5/website](https://opencollective.com/sous-chefs/sponsor/5/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/6/website](https://opencollective.com/sous-chefs/sponsor/6/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/7/website](https://opencollective.com/sous-chefs/sponsor/7/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/8/website](https://opencollective.com/sous-chefs/sponsor/8/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/9/website](https://opencollective.com/sous-chefs/sponsor/9/avatar.svg?avatarHeight=100)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fconfluence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsous-chefs%2Fconfluence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fconfluence/lists"}