{"id":17887570,"url":"https://github.com/sheldonhull/leapp-daemon","last_synced_at":"2026-01-12T07:27:00.655Z","repository":{"id":40428794,"uuid":"382214275","full_name":"sheldonhull/leapp-daemon","owner":"sheldonhull","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T05:15:27.000Z","size":12271,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T17:05:09.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.leapp.cloud/","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sheldonhull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2021-07-02T02:58:53.000Z","updated_at":"2023-03-17T12:40:21.000Z","dependencies_parsed_at":"2023-12-15T06:29:28.962Z","dependency_job_id":"961d79bb-d497-453f-80b7-4df4cf6a484a","html_url":"https://github.com/sheldonhull/leapp-daemon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sheldonhull/leapp-daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Fleapp-daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Fleapp-daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Fleapp-daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Fleapp-daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheldonhull","download_url":"https://codeload.github.com/sheldonhull/leapp-daemon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheldonhull%2Fleapp-daemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"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":[],"created_at":"2024-10-28T13:30:26.764Z","updated_at":"2026-01-12T07:27:00.627Z","avatar_url":"https://github.com/sheldonhull.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Leapp Daemon\r\n=========\r\n\r\n- Website: https://www.leapp.cloud/\r\n- Roadmap: [Roadmap](https://github.com/Noovolari/leapp/projects/4)\r\n- Wiki: [Wiki](https://github.com/Noovolari/leapp/wiki)\r\n- Chat with us: [Slack](https://join.slack.com/t/noovolari/shared_invite/zt-noc0ju05-18_GRX~Zi6Jz8~95j5CySA)\r\n\r\n![logo](.github/images/README-1.png)\r\n\r\nLeapp-daemon is the core Business logic of the [Leapp project](https://github.com/Noovolari/leapp).\r\n\r\nThe daemon is the engine designed to manage and secure cloud access in multi-account environments.\r\n\r\n### FAQ\r\n\r\n\u003e :construction: The project is in active development to replace the current core logic of [Leapp](https://github.com/Noovolari/leapp)\r\n\r\n\u003e :call_me_hand: To jumpstart your contribution come to our [Slack](https://join.slack.com/t/noovolari/shared_invite/zt-noc0ju05-18_GRX~Zi6Jz8~95j5CySA) and have a chat with us; we will point you in the right direction.\r\n\r\n\u003e :arrow_down_small: If you wanted to download Leapp click [here to download the stable version](https://github.com/Noovolari/leapp)\r\n\r\n# Contributing\r\n\r\nPlease read through our [contributing guidelines](.github/CONTRIBUTING.md) and [code of conduct](.github/CODE_OF_CONDUCT.md). We included directions\r\nfor opening issues, coding standards, and notes on development.\r\n\r\nEditor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at [editorconfig.org](http://editorconfig.org).\r\n\r\n# Developing\r\nDevelopment on leapp-daemon can be done on Mac, Windows, or Linux as long as you have Go installed. See the [go.mod](https://github.com/Noovolari/leapp-daemon/blob/master/go.mod) file located in the project root for the correct Go version.\r\n\r\n## Quickstart\r\n- Clone the repository with ```git clone https://github.com/Noovolari/leapp-daemon```\r\n- Change directory into the project root\r\n- Install dependencies with ```go get ./...```\r\n- Run the server with ```go run main.go```\r\n- Check the [good first issues](https://github.com/Noovolari/leapp-daemon/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)\r\n\r\n## Basic functionality\r\nLeapp-daemon is a set of REST APIs wrapped around an http client exposed on port 8080.\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eMain elements and entry-point\u003c/summary\u003e\r\n  \r\n- The entry point is [main.go](https://github.com/Noovolari/leapp-daemon/blob/master/main.go) file located in the project root\r\n- The [configuration](https://github.com/Noovolari/leapp-daemon/blob/616470d9e8d668dd067eb63cac2024a2b463f67a/core/configuration/configuration.go) represent the current state of the software\r\n- The [http-engine](https://github.com/Noovolari/leapp-daemon/blob/616470d9e8d668dd067eb63cac2024a2b463f67a/api/engine/engine.go) to respond to API calls\r\n- The websocket for enabling full-duplex communication against multiple consumers\r\n- The [timer](https://github.com/Noovolari/leapp-daemon/blob/616470d9e8d668dd067eb63cac2024a2b463f67a/core/timer/timer.go) to auto-rotate credentials\r\n\u003c/details\u003e\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eProject Structure\u003c/summary\u003e\r\n\r\n- **api**     - interfaces for interacting with core logic\r\n- **core**    - business logic\r\n- **service** - middleware that serves as communication between api and core\r\n\u003c/details\u003e\r\n\r\n## Testing\r\nTo test business logic you can use any API client like [Insomnia](https://insomnia.rest/) or [Postman](https://www.postman.com/).\r\n\r\n# Logs\r\n\r\n\r\n## Documentation\r\nHere you can find our [documentation](https://github.com/Noovolari/leapp-daemon/wiki).\r\n\r\n## Links\r\n- [Roadmap](https://github.com/Noovolari/leapp/projects/4): view our next steps and stay up to date\r\n- [Contributing](./.github/CONTRIBUTING.md): follow the guidelines if you'd like to contribute to the project\r\n\r\n## License\r\n[Mozilla Public License v2.0](https://github.com/Noovolari/leapp/blob/master/LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheldonhull%2Fleapp-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheldonhull%2Fleapp-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheldonhull%2Fleapp-daemon/lists"}