{"id":40685840,"url":"https://github.com/crs4/life_monitor","last_synced_at":"2026-01-21T10:43:55.366Z","repository":{"id":37391733,"uuid":"247062841","full_name":"crs4/life_monitor","owner":"crs4","description":"Workflow Sustainability Service","archived":false,"fork":false,"pushed_at":"2025-09-03T06:26:39.000Z","size":18993,"stargazers_count":4,"open_issues_count":18,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-09-03T08:27:27.434Z","etag":null,"topics":["monitoring","sustainable-software","testing","workflow"],"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/crs4.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-13T12:08:43.000Z","updated_at":"2025-02-04T11:12:41.000Z","dependencies_parsed_at":"2023-09-23T07:25:33.201Z","dependency_job_id":"5d356634-d7fa-4837-84c6-9014805b9c8e","html_url":"https://github.com/crs4/life_monitor","commit_stats":{"total_commits":3398,"total_committers":6,"mean_commits":566.3333333333334,"dds":"0.10094173042966448","last_synced_commit":"78008bbe6e5fa8fcd55d72da5f91fc82aa4b91b5"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/crs4/life_monitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crs4%2Flife_monitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crs4%2Flife_monitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crs4%2Flife_monitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crs4%2Flife_monitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crs4","download_url":"https://codeload.github.com/crs4/life_monitor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crs4%2Flife_monitor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"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":["monitoring","sustainable-software","testing","workflow"],"created_at":"2026-01-21T10:43:55.300Z","updated_at":"2026-01-21T10:43:55.360Z","avatar_url":"https://github.com/crs4.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![main workflow](https://github.com/crs4/life_monitor/actions/workflows/main.yaml/badge.svg)](https://github.com/crs4/life_monitor/actions/workflows/main.yaml)\n[![docs workflow](https://github.com/crs4/life_monitor/actions/workflows/docs.yaml/badge.svg)](https://github.com/crs4/life_monitor/actions/workflows/docs.yaml)\n\n\n\u003cdiv align=\"center\" style=\"text-align: center; margin-top: 50px;\"\u003e\n\u003cimg src=\"/docs/life_monitor_logo.png\" alt=\"Life-Monitor logo\"\n     width=\"300px\" style=\"margin-top: 50px;\" align=\"center\" /\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\nLifeMonitor is a testing and monitoring service for computational\nworkflows. Head over to the [LifeMonitor web\nsite](https://crs4.github.io/life_monitor) for more information and instructions.\n\n\n## Getting Started\n\nYou can easily set up your own ready-to-use LifeMonitor instance using the\ndocker-compose deployment we distribute with this repository. A `Makefile`\nprovides you with the basic actions necessary to manage the deployment.\nType `make help` to list the available options.\n\nYou can get a development / testing deployment of LifeMonitor with the\nfollowing commands:\n\n0. `docker network create life_monitor`, to create the Docker network;\n1. `make start`, to start the main LifeMonitor services;\n2. `make start-aux-services`, to start the preconfigured instances of WorkflowHub and Jenkins.\n\nTo register the WorkflowHub instance with LifeMonitor, run:\n\n```\ndocker-compose exec lm /bin/bash -c \"flask registry add seek seek ehukdECYQNmXxgJslBqNaJ2J4lPtoX_GADmLNztE8MI DuKar5qYdteOrB-eTN4F5qYSp-YrgvAJbz1yMyoVGrk https://seek:3000 --redirect-uris https://seek:3000\"\n```\n\nYou should now have the following services up and running:\n\n* **LifeMonitor** @ https://localhost:8443\n* **WorkflowHub** @ https://seek:3000\n* **Jenkins** @ http://localhost:8080\n\nFor additional information, please refer to the [LifeMonitor administration\nguide](https://crs4.github.io/life_monitor/lm_admin_guide).\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cdiv align=\"center\" style=\"text-align: center;\"\u003e\n  \u003cdiv\u003e\u003cb style=\"font-size: larger\"\u003eAcknowledgements\u003c/b\u003e\u003c/div\u003e\n  \u003cdiv\u003e\n    Life Monitor is being developed as part of the \u003ca href=\"https://www.eosc-life.eu/\"\u003eEOSC-Life project\u003c/a\u003e.\n  \u003c/div\u003e\n  \u003cimg alt=\"EOSC-Life, CRS4, BBMRI-ERIC Logos\"\n       src=\"https://github.com/crs4/life_monitor/raw/master/docs/footer-logo.svg\"\n\t   width=\"350\" align=\"center\"/\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrs4%2Flife_monitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrs4%2Flife_monitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrs4%2Flife_monitor/lists"}