{"id":15514167,"url":"https://github.com/petems/petems-cockpit","last_synced_at":"2025-04-23T03:14:34.333Z","repository":{"id":57664498,"uuid":"57329760","full_name":"petems/petems-cockpit","owner":"petems","description":"Module for installing and managing Cockpit (http://cockpit-project.org/)","archived":false,"fork":false,"pushed_at":"2023-12-21T12:34:36.000Z","size":74,"stargazers_count":4,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T03:14:24.068Z","etag":null,"topics":["cockpit","petems","puppet","puppet-module"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"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/petems.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-28T19:54:28.000Z","updated_at":"2024-06-27T14:18:54.000Z","dependencies_parsed_at":"2024-09-22T06:00:36.642Z","dependency_job_id":null,"html_url":"https://github.com/petems/petems-cockpit","commit_stats":{"total_commits":39,"total_committers":3,"mean_commits":13.0,"dds":"0.33333333333333337","last_synced_commit":"0e644bb53cfaaf1eaf6439e1e1adfc863dc881d7"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petems%2Fpetems-cockpit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petems%2Fpetems-cockpit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petems%2Fpetems-cockpit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petems%2Fpetems-cockpit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petems","download_url":"https://codeload.github.com/petems/petems-cockpit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360508,"owners_count":21417721,"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":["cockpit","petems","puppet","puppet-module"],"created_at":"2024-10-02T09:57:47.562Z","updated_at":"2025-04-23T03:14:34.311Z","avatar_url":"https://github.com/petems.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cockpit Puppet Module\n[![Build Status](https://travis-ci.org/petems/petems-cockpit.svg?branch=master)](https://travis-ci.org/petems/petems-cockpit)\n\n#### Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description - What the module does and why it is useful](#module-description)\n3. [Setup - The basics of getting started with cockpit](#setup)\n    * [What cockpit affects](#what-cockpit-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with cockpit](#beginning-with-cockpit)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Overview\n\nPuppet module for installing, configuring, and managing [Cockpit](http://cockpit-project.org), a free and open source web interface fronten for server management.\n\n## Module Description\n\nThis module manages the installation of Cockpit.\n\nIf you'd prefer, you can also disable the repo after the agent's been installed, or opt out of repo management altogether.\n\n## Setup\n\n### What cockpit affects\n\nBy default, this module will:\n* Set up the package repository\n* Install the Cockpit package\n* Configure the /etc/cockpit/cockpit.conf file\n* Set up and enable the Cockpit service.\n\n### Beginning with cockpit\n\nMost of cockpit's setup is handled by the package itself.\n\nConfiguration is mainly configured in `/etc/cockpit/cockpit.conf` but there's also changes in the invidual `systemd` files for things like listening port, such as `/etc/systemd/system/cockpit.socket.d/listen.conf`.\n\nOn RHEL, Cockpit exists in most upstream repos by default, but you can also get preview releases also (See https://copr.fedorainfracloud.org/coprs/g/cockpit/cockpit-preview/)\n\nOn other Operating Systems, repositories are maintained seperately:\n\n* Ubuntu: https://launchpad.net/~jpsutton/+archive/ubuntu/cockpit\n* Debian: https://fedorapeople.org/groups/cockpit/debian\n\nFull docs are avaliable here: http://cockpit-project.org/guide/latest/\n\n## Usage\n\nThis module includes a single class:\n```puppet\ninclude '::cockpit'\n```\n\nYou'll more than likely want to provide the appropriate values for your setup.\n\nTo opt out of repo management altogether, you'd specify it like so:\n```puppet\nclass { '::cockpit':\n  manage_repo =\u003e false,\n}\n```\n\nTo change the port that Cockpit runs on (the default is 9090)\n```puppet\nclass { '::cockpit':\n  port =\u003e '443',\n}\n```\n\n## Limitations\n\n* Arch support is currently not implemented.\n* Changing the port that Cockpit runs on seems with `path` parameter to be broken in older versions. On Fedora's avaliable base package `cockpit-0.67-2.fc22.x86_64` the service refuses to start. The latest version of the package works (`cockpit-0.106-1.fc22.x86_64`). You can use this package by enabling preview repos; `yum_preview_repo =\u003e true`.\n\n## Development\n\nIf you'd like to other features or anything else, check out the contributing guidelines in CONTRIBUTING.md.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetems%2Fpetems-cockpit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetems%2Fpetems-cockpit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetems%2Fpetems-cockpit/lists"}