{"id":49779265,"url":"https://github.com/codenamev/ups","last_synced_at":"2026-05-11T18:08:07.919Z","repository":{"id":342670990,"uuid":"1172955140","full_name":"codenamev/ups","owner":"codenamev","description":"Modern status pages built with Rails 8 + SQLite.","archived":false,"fork":false,"pushed_at":"2026-03-16T12:54:48.000Z","size":665,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-17T01:14:26.936Z","etag":null,"topics":["devops","incident-management","monitoring","open-source","rails","ruby","self-hosted","sqlite","status-page","uptime"],"latest_commit_sha":null,"homepage":"https://ups.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenamev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T21:36:43.000Z","updated_at":"2026-03-16T12:54:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codenamev/ups","commit_stats":null,"previous_names":["codenamev/ups"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codenamev/ups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenamev","download_url":"https://codeload.github.com/codenamev/ups/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamev%2Fups/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32906590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"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":["devops","incident-management","monitoring","open-source","rails","ruby","self-hosted","sqlite","status-page","uptime"],"created_at":"2026-05-11T18:08:07.188Z","updated_at":"2026-05-11T18:08:07.910Z","avatar_url":"https://github.com/codenamev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ups\n\nModern status pages built with Rails 8 + SQLite.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/screenshot-status-page.png\" alt=\"ups status page\" width=\"600\" /\u003e\n\u003c/p\u003e\n\nA complete, self-hostable status page platform for your web services, APIs, and infrastructure. Public status pages, incident management, subscriber notifications, synthetic monitoring, and a full REST API — all backed by SQLite.\n\n**Don't want to self-host?** [ups.dev](https://ups.dev) runs the managed version — set up a status page in under 2 minutes. Free tier included.\n\n[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE)\n[![Ruby](https://img.shields.io/badge/Ruby-4.0.1-red.svg)](https://www.ruby-lang.org/)\n[![Rails](https://img.shields.io/badge/Rails-8.1-red.svg)](https://rubyonrails.org/)\n\n## Why ups?\n\nMost status page tools are either expensive SaaS ($29-399/mo), abandoned open-source projects, or over-engineered for what should be a simple problem.\n\nups is a single Rails app with a SQLite database. No Redis, no Postgres, no external dependencies. Deploy it anywhere Docker runs.\n\n| | ups (self-hosted) | Statuspage.io | Betteruptime |\n|---|---|---|---|\n| Price | Free | $29-399/mo | $20-85/mo |\n| Self-hostable | Yes | No | No |\n| Open source | Yes (AGPL-3.0) | No | No |\n| Database | SQLite | Postgres | Unknown |\n| Setup time | 5 minutes | 30 minutes | 15 minutes |\n\n## Features\n\n- **Status Pages** — Public, branded pages showing real-time component status\n- **Components** — Track services with operational / degraded / partial outage / major outage / maintenance states\n- **Incidents** — Create, update, and resolve incidents with full timeline history\n- **Subscriber Notifications** — Email alerts when status changes or incidents are posted\n- **Synthetic Monitoring** — HTTP/HTTPS/TCP health checks with configurable intervals\n- **REST API** — Full CRUD with token authentication for programmatic management\n- **MCP Server** — Model Context Protocol endpoint for AI agent integration\n- **Webhooks** — Outbound webhook delivery for existing tooling\n- **Real-time Updates** — Turbo Streams push changes to connected browsers\n- **Multi-tenant** — Multiple accounts, status pages, and team members\n- **Magic Link Auth** — Passwordless authentication via email\n\n## Quick Start\n\n### Docker (recommended)\n\n```bash\ndocker run -d \\\n  -p 3000:80 \\\n  -v ups_storage:/rails/storage \\\n  -e SECRET_KEY_BASE=your-secret-key \\\n  -e HOST_URL=https://status.yourdomain.com \\\n  ghcr.io/codenamev/ups:latest\n```\n\n\u003e No credentials file or master key needed. A random `SECRET_KEY_BASE` is auto-generated if not provided.\n\n\u003e **Docker issues?** See [Docker Troubleshooting Guide](docs/DOCKER_TROUBLESHOOTING.md)\n\n### Docker Compose\n\n```bash\n# Copy the included docker-compose.yml and .env.example\ncp .env.example .env\n# Edit .env with your configuration\nnano .env\n\n# Start with reverse proxy (includes Caddy for SSL)\ndocker compose --profile proxy up -d\n\n# Or start just the ups service\ndocker compose up -d\n```\n\nSee the included [`docker-compose.yml`](docker-compose.yml) for a complete setup with SSL, health checks, and optional reverse proxy.\n\n### From Source\n\n```bash\ngit clone https://github.com/codenamev/ups.git\ncd ups\nbundle install\nbin/rails db:prepare\nbin/rails server\n```\n\nVisit `http://localhost:3000`, create an account, and set up your first status page.\n\n### Deploy with Kamal\n\n```bash\ncp config/deploy.yml.example config/deploy.yml\ncp .kamal/secrets.example .kamal/secrets\n# Edit both files with your server details\nbin/kamal setup\n```\n\n## Tech Stack\n\n- **Ruby 4.0.1** / **Rails 8.1**\n- **SQLite** with Solid Queue, Solid Cache, and Solid Cable\n- **Tailwind CSS** / **Turbo** / **Stimulus**\n- **Kamal** for zero-downtime deployments\n- **Resend** for transactional email (configurable)\n\n## API\n\nAll endpoints require a Bearer token (create one in the dashboard under API Tokens).\n\n```bash\n# List components\ncurl -H \"Authorization: Bearer YOUR_TOKEN\" \\\n  https://your-instance.com/api/v1/status_pages/your-slug/components\n\n# Report an incident\ncurl -X POST \\\n  -H \"Authorization: Bearer YOUR_TOKEN\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"incident\": {\"title\": \"API Degradation\", \"impact\": \"minor\"}}' \\\n  https://your-instance.com/api/v1/status_pages/your-slug/incidents\n```\n\nDiscovery endpoint at `/api/v1` describes all available resources.\n\n## MCP (Model Context Protocol)\n\nups includes an MCP server at `/mcp`, allowing AI agents to query and manage status pages programmatically. See the [ActionMCP docs](https://github.com/seuros/action_mcp) for client integration.\n\n## Configuration\n\n| Variable | Description | Default |\n|----------|-------------|---------|\n| `SECRET_KEY_BASE` | Secret for sessions/cookies | Auto-generated |\n| `RESEND_API_KEY` | Resend email API key | Optional |\n| `HOST_URL` | Public URL for email links | `http://localhost:3000` |\n| `SOLID_QUEUE_IN_PUMA` | Run jobs in web process | `true` |\n| `WEB_CONCURRENCY` | Puma worker count | `1` |\n\nEmail delivery is configured via the `RESEND_API_KEY` environment variable.\n\n## Managed Service\n\nIf you'd rather not deal with hosting, updates, backups, and SSL certificates, [ups.dev](https://ups.dev) runs the managed version with:\n\n- Free tier (1 status page, 5 components)\n- Automatic monitoring and alerting\n- Managed SSL and CDN\n- Email delivery included\n- No infrastructure to maintain\n\n**Self-hosters:** if you outgrow your setup, migrate to the managed service anytime.\n\n## Contributing\n\nPull requests welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\n[AGPL-3.0](LICENSE) — self-host, modify, and distribute freely. If you offer ups as a hosted service, modifications must be open-sourced under AGPL-3.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenamev%2Fups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenamev%2Fups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenamev%2Fups/lists"}