{"id":15022815,"url":"https://github.com/opus-codium/puppet-taiga","last_synced_at":"2025-10-24T14:30:42.497Z","repository":{"id":7832023,"uuid":"56608167","full_name":"opus-codium/puppet-taiga","owner":"opus-codium","description":"Deploy Taiga using Puppet","archived":false,"fork":false,"pushed_at":"2024-07-02T15:59:28.000Z","size":197,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-31T02:01:34.540Z","etag":null,"topics":["hacktoberfest","puppet","ruby","taiga","taiga-back","taiga-front"],"latest_commit_sha":null,"homepage":"","language":"Puppet","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opus-codium.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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}},"created_at":"2016-04-19T15:19:37.000Z","updated_at":"2024-07-02T15:59:30.000Z","dependencies_parsed_at":"2023-11-29T17:30:27.122Z","dependency_job_id":"6f678191-6610-4441-bd00-dfd62bb1ce1a","html_url":"https://github.com/opus-codium/puppet-taiga","commit_stats":{"total_commits":137,"total_committers":3,"mean_commits":"45.666666666666664","dds":0.1021897810218978,"last_synced_commit":"7c7499c65f96280852fc58616bbd1dcdb751a1f0"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opus-codium%2Fpuppet-taiga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opus-codium%2Fpuppet-taiga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opus-codium%2Fpuppet-taiga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opus-codium%2Fpuppet-taiga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opus-codium","download_url":"https://codeload.github.com/opus-codium/puppet-taiga/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237982025,"owners_count":19397178,"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","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":["hacktoberfest","puppet","ruby","taiga","taiga-back","taiga-front"],"created_at":"2024-09-24T19:58:24.809Z","updated_at":"2025-10-24T14:30:41.273Z","avatar_url":"https://github.com/opus-codium.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taiga\n\n\u003c!-- header GFM --\u003e\n[![Build Status](https://img.shields.io/github/actions/workflow/status/opus-codium/puppet-taiga/release.yml)](https://github.com/opus-codium/puppet-taiga/releases)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/opuscodium/taiga.svg)](https://forge.puppetlabs.com/opuscodium/taiga)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/opuscodium/taiga.svg)](https://forge.puppetlabs.com/opuscodium/taiga)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/opuscodium/taiga.svg)](https://forge.puppetlabs.com/opuscodium/taiga)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/opuscodium/taiga.svg)](https://forge.puppetlabs.com/opuscodium/taiga)\n[![License](https://img.shields.io/github/license/opus-codium/puppet-taiga.svg)](https://github.com/voxpupuli/opuscodium-taiga/blob/master/LICENSE.md)\n\u003c!-- header --\u003e\n\n#### Table of Contents\n\n\u003c!-- vim-markdown-toc GFM --\u003e\n\n* [Module description](#module-description)\n* [Usage](#usage)\n  * [Installing a basic HTTP Taiga instance](#installing-a-basic-http-taiga-instance)\n  * [Installing a secured HTTPS Taiga instance](#installing-a-secured-https-taiga-instance)\n  * [Choosing which version to install](#choosing-which-version-to-install)\n  * [Advanced configuration](#advanced-configuration)\n\n\u003c!-- vim-markdown-toc --\u003e\n\n## Module description\n\n[Taiga](https://taiga.io/) is a project management platform.\nThis Puppet module simplifies the installation and configuration of Taiga in your infrastructure.\n\n## Usage\n\n### Installing a basic HTTP Taiga instance\n\nIn order to install `taiga-back`, `taiga-front` and an apache virtual host, the following is enough:\n\n```puppet\nclass { 'taiga':\n  hostname         =\u003e 'taiga.io',\n  protocol         =\u003e 'http',\n  back_secret_key  =\u003e 'secret',\n  back_db_password =\u003e 'secret',  # currently unused\n}\n```\n\n### Installing a secured HTTPS Taiga instance\n\n```puppet\nclass { 'taiga':\n  hostname         =\u003e 'taiga.io',\n  back_secret_key  =\u003e 'secret',\n  back_db_password =\u003e 'secret',  # currently unused\n  ssl_key          =\u003e '/path/to/key.pem',\n  ssl_cert         =\u003e '/path/to/certificate.pem',\n  ssl_chain        =\u003e '/path/to/ca/chain.pem',\n}\n```\n\n### Choosing which version to install\n\nBy default, the module will install the latest stable release and will not auto-update it.  If you prefer to install a given release, you can do the following:\n\n```puppet\nclass { 'taiga':\n  # [...]\n  repo_revision =\u003e '2.1.0',\n}\n```\n\nIf you want to track the stable branch and install update as the stable branch is updated:\n\n```puppet\nclass { 'taiga':\n  # [...]\n  repo_ensure   =\u003e 'latest',\n  repo_revision =\u003e 'stable',\n}\n```\n\nIf you like the danger:\n\n```puppet\nclass { 'taiga':\n  # [...]\n  repo_ensure   =\u003e 'latest',\n  repo_revision =\u003e 'main',\n}\n```\n\n### Advanced configuration\n\nInstead of using the `taiga` class, rely on the `taiga::front` and `taiga::back` classes.  This allows you to have a full controll on both the front and the back, and run for example the back on a node, and servce the front from another.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopus-codium%2Fpuppet-taiga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopus-codium%2Fpuppet-taiga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopus-codium%2Fpuppet-taiga/lists"}