{"id":18324715,"url":"https://github.com/tchoutri/control-plane","last_synced_at":"2025-04-09T15:16:13.615Z","repository":{"id":53594919,"uuid":"328755221","full_name":"tchoutri/control-plane","owner":"tchoutri","description":"My own personal Jesus^WControl Plane","archived":false,"fork":false,"pushed_at":"2021-03-22T13:20:57.000Z","size":488,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T15:16:04.759Z","etag":null,"topics":["haskell","haskell-application","scotty"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tchoutri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-11T18:24:35.000Z","updated_at":"2021-03-22T13:39:59.000Z","dependencies_parsed_at":"2022-09-01T02:21:48.027Z","dependency_job_id":null,"html_url":"https://github.com/tchoutri/control-plane","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fcontrol-plane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fcontrol-plane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fcontrol-plane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fcontrol-plane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchoutri","download_url":"https://codeload.github.com/tchoutri/control-plane/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055275,"owners_count":21040157,"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":["haskell","haskell-application","scotty"],"created_at":"2024-11-05T18:35:36.594Z","updated_at":"2025-04-09T15:16:13.590Z","avatar_url":"https://github.com/tchoutri.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Control Plane [![CI-badge][CI-badge]][CI-url] ![simple-haskell][simple-haskell]\n\n## Description\n\nThis is the repository for the system that I use as my own control plane. It serves as a monitoring system, job queues control panel,\nnotifications endpoint for webhooks, etc.\n\n## Build \n\nThe backend is implemented in Haskell. You will need the Nix package manager to handle external dependencies.\n\nTo build the backend without optimisations, run:\n\n```bash\n$ cabal build\n```\n\nor, to enable optimisations\n\n```bash\n$ cabal build -O2\n```\n\n## Run\n\nYou will need a PostgreSQL 12 database or higher.\nPlease configure the environment variables in the appropriate source file in `./deployment`\nand source the file in your environment.\n\nTo launch the server, run \n\n```bash\n$ cabal run exe:control-plane-server start\n```\n\nTo launch the job runner, run\n\n```bash\n$ cabal run exe:control-plane-jobs \n```\n\nYou can start both of them in a tmux shell by running `start-tmux.sh`\n\nWhile the former and the latter do not need to reside on the same machine, they both need access to the database server.\n\n## Features\n\n### Notifications\n\n### Website monitoring\n\n* Cards with the domain name, port, current status (reachable / unreacheable since \\\u003ctimestamp\\\u003e)\n\n[CI-url]: https://github.com/tchoutri/control-plane/actions\n[CI-badge]: https://img.shields.io/github/workflow/status/tchoutri/control-plane/CI?style=flat-square\n[simple-haskell]: https://img.shields.io/badge/Simple-Haskell-purple?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoutri%2Fcontrol-plane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchoutri%2Fcontrol-plane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoutri%2Fcontrol-plane/lists"}