{"id":29016441,"url":"https://github.com/andresribeiro/ciara","last_synced_at":"2026-04-29T19:31:49.407Z","repository":{"id":300665114,"uuid":"1006479394","full_name":"andresribeiro/ciara","owner":"andresribeiro","description":"Securely deploy any application on any server.","archived":false,"fork":false,"pushed_at":"2025-06-29T19:12:58.000Z","size":173,"stargazers_count":33,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T02:59:41.690Z","etag":null,"topics":["caddy","containers","deploy","deployment","devops","docker","flatcar-linux","self-hosted"],"latest_commit_sha":null,"homepage":"https://ciara-deploy.dev","language":"TypeScript","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/andresribeiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null}},"created_at":"2025-06-22T11:17:10.000Z","updated_at":"2025-09-06T22:58:34.000Z","dependencies_parsed_at":"2025-06-23T01:27:31.766Z","dependency_job_id":"15be24b0-ccdf-4cc6-a2d1-62e2b8e2af10","html_url":"https://github.com/andresribeiro/ciara","commit_stats":null,"previous_names":["andresribeiro/ciara"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andresribeiro/ciara","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresribeiro%2Fciara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresribeiro%2Fciara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresribeiro%2Fciara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresribeiro%2Fciara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andresribeiro","download_url":"https://codeload.github.com/andresribeiro/ciara/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresribeiro%2Fciara/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32440873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"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":["caddy","containers","deploy","deployment","devops","docker","flatcar-linux","self-hosted"],"created_at":"2025-06-25T22:08:28.150Z","updated_at":"2026-04-29T19:31:49.402Z","avatar_url":"https://github.com/andresribeiro.png","language":"TypeScript","readme":"# Ciara\n\nSecurely deploy any application on any server.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Docs](https://img.shields.io/badge/Documentation-Ciara-blue)](https://github.com/andresribeiro/ciara-docs)\n![NPM Version](https://img.shields.io/npm/v/ciara-deploy)\n\n- 🗄️ VM OR Bare Metal\n- 🗝️ Integrated Firewall\n- 🔧 Automatic security system updates\n- ⚙️ Zero-Config OS Ready\n- ⏱️ Zero-Downtime Deployments\n- 🔒 Automatic HTTPS support\n- 🛠️ Simple config file\n\n## Quickstart\n\n```bash\nnpm install -g ciara-deploy\ncd your-project\nciara init\nciara deploy\n```\n\n## Requirements\n\n- Servers: Debian OS (fresh install recommended)\n- Local machine: Bun runtime\n\n## Configuration\n\nAll settings are managed in ciara.config.json:\n\n```json\n{\n  \"appName\": \"my-website\",\n  \"servers\": [\n    {\n      \"ip\": \"127.0.0.1\",\n      \"port\": 22\n    }\n  ],\n  \"ssh\": {\n    \"privateKeyPath\": \"/root/.ssh/id_rsa\"\n  },\n  \"proxy\": {\n    \"port\": 3000\n  },\n  \"healthcheck\": {\n    \"path\": \"/\",\n    \"interval\": 5,\n    \"timeout\": 3,\n    \"retries\": 5\n  },\n  \"firewall\": {\n    \"inbound\": [\n      {\n        \"port\": 22,\n        \"allow\": \"*\",\n        \"protocols\": [\"tcp\"]\n      }\n    ]\n  },\n  \"updates\": {\n    \"reboots\": {\n      \"enabled\": true,\n      \"time\": \"03:00\"\n    }\n  },\n  \"builder\": {\n    \"host\": \"127.0.0.1\"\n  }\n}\n```\n\nThat's it. Ciara takes care of all the rest. For further details and a complete guide, please refer to our official documentation: [Ciara Quickstart Guide](https://ciara-deploy.dev/quickstart.html).\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandresribeiro%2Fciara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandresribeiro%2Fciara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandresribeiro%2Fciara/lists"}