{"id":19738080,"url":"https://github.com/merlinz01/redpepper","last_synced_at":"2026-03-06T04:37:00.907Z","repository":{"id":240121920,"uuid":"801714051","full_name":"merlinz01/redpepper","owner":"merlinz01","description":"A state-based server management system","archived":false,"fork":false,"pushed_at":"2026-02-28T16:11:23.000Z","size":2121,"stargazers_count":4,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T19:26:38.964Z","etag":null,"topics":["client-server","cms","configuration-management","iac","infrastructure-as-code","infrastructure-automation","infrastructure-management","linux","python","remote-execution","server-management","state-management","web-ui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/merlinz01.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2024-05-16T19:14:15.000Z","updated_at":"2026-02-28T16:11:25.000Z","dependencies_parsed_at":"2024-05-28T00:02:04.392Z","dependency_job_id":"9f4f45ae-4765-4d80-8c23-3de500a06973","html_url":"https://github.com/merlinz01/redpepper","commit_stats":null,"previous_names":["merlinz01/pepper","merlinz01/redpepper"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/merlinz01/redpepper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinz01%2Fredpepper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinz01%2Fredpepper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinz01%2Fredpepper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinz01%2Fredpepper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merlinz01","download_url":"https://codeload.github.com/merlinz01/redpepper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merlinz01%2Fredpepper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30161911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:22:03.816Z","status":"ssl_error","status_checked_at":"2026-03-06T04:22:00.183Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["client-server","cms","configuration-management","iac","infrastructure-as-code","infrastructure-automation","infrastructure-management","linux","python","remote-execution","server-management","state-management","web-ui"],"created_at":"2024-11-12T01:13:12.494Z","updated_at":"2026-03-06T04:37:00.889Z","avatar_url":"https://github.com/merlinz01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RedPepper\n\n[![GitHub license](https://img.shields.io/github/license/merlinz01/redpepper)](LICENSE.txt)\n[![GitHub release](https://img.shields.io/github/v/release/merlinz01/redpepper)](https://github.com/merlinz01/redpepper/releases)\n[![GitHub issues](https://img.shields.io/github/issues/merlinz01/redpepper)](https://github.com/merlinz01/redpepper/issues)\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/merlinz01/redpepper)](https://github.com/merlinz01/redpepper/pulls)\n[![GitHub contributors](https://img.shields.io/github/contributors/merlinz01/redpepper)](https://github.com/merlinz01/redpepper/graphs/contributors)\n[![Code coverage](https://codecov.io/github/merlinz01/redpepper/graph/badge.svg?token=UB5DDINFJQ)](https://codecov.io/github/merlinz01/redpepper)\n\n![RedPepper logo](redpepper.png)\n\nRedPepper is a state-based configuration management system written in Python.\nIt has two basic components: a central manager and one or more agents on controlled servers.\nRedpepper is used to distribute configuration to servers and ensure that the servers remain in a consistent state.\n\nRedPepper is inspired by [Salt](https://github.com/saltstack/salt) but aims to be more flexible and easy-to-use.\n\nRedPepper has a REST API for integration with tools or user interfaces.\nRedPepper comes with an integrated web UI built with [Vue.js](https://vuejs.org) for managing the system.\n\n![Agents view](/console/demo_agents.png)\n\n![Commands view](/console/demo_commands.png)\n\n![Data editor view](/console/demo_dataeditor.png)\n\n\u003e Please note: This project is currently being beta-tested and the bugs are being worked out.\n\u003e You can help by testing RedPepper in your own use case and opening issues when you find a flat spot.\n\n## Documentation\n\nSee \u003chttps://merlinz01.github.io/redpepper\u003e.\n\n## Installation\n\nInstallation scripts are provided in the `setup` directory.\nSee [Installation](docs/installation.md) for installation instructions.\n\n## Usage\n\nRedPepper's user interface is the RedPepper Console, which is installed with the Manager.\nSee [the documentation for the console](docs/console.md).\n\n## Configuration\n\nSee [Configuration](docs/configuration.md) for more info.\n\n### Sample state file\n\n```yaml\n- Nginx:\n    - Packages:\n        type: package.Installed\n        name: nginx\n    - Config file:\n        type: file.Installed\n        source: file-stored-on-manager.conf\n        path: /etc/nginx/installed-by-redpepper.conf\n        user: nginx\n        group: nginx\n        mode: 0600\n        if:\n          all:\n            - py: not sys.platform.startswith('win')\n            - not file exists: /some/other/file\n    - Server running:\n        type: service.Running\n        name: nginx\n```\n\n## Security\n\nRedPepper aims to be fully secure by default where possible.\n\nSee [SECURITY.md](SECURITY.md) and [Security Features](docs/security-features.md) for more info.\n\n## License\n\nRedPepper is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerlinz01%2Fredpepper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerlinz01%2Fredpepper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerlinz01%2Fredpepper/lists"}