{"id":23501213,"url":"https://github.com/mehranzand/pulseup","last_synced_at":"2026-04-18T17:02:19.906Z","repository":{"id":290123562,"uuid":"793409853","full_name":"mehranzand/pulseup","owner":"mehranzand","description":"Seamless log monitoring for Docker containers with intelligent action logs for next-level performance and insight.","archived":false,"fork":false,"pushed_at":"2024-12-03T17:10:53.000Z","size":179,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T23:29:25.753Z","etag":null,"topics":["docker","docker-container","golang","logging","reactjs","realtime","redux","server-events"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mehranzand.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-29T07:05:33.000Z","updated_at":"2024-11-16T08:04:58.000Z","dependencies_parsed_at":"2025-04-27T03:03:34.330Z","dependency_job_id":null,"html_url":"https://github.com/mehranzand/pulseup","commit_stats":null,"previous_names":["mehranzand/pulseup"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mehranzand/pulseup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Fpulseup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Fpulseup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Fpulseup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Fpulseup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehranzand","download_url":"https://codeload.github.com/mehranzand/pulseup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehranzand%2Fpulseup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: 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":["docker","docker-container","golang","logging","reactjs","realtime","redux","server-events"],"created_at":"2024-12-25T07:13:39.401Z","updated_at":"2026-04-18T17:02:19.861Z","avatar_url":"https://github.com/mehranzand.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿## pulseUp\n\nSeamless log monitoring for Docker containers with intelligent\naction logs for next-level performance and insight.\n\n## Pending Feature\n- Insight Log\n- Action Log\n- Authentication\n  \n## Getting Started\nPull the latest release with:\n\n```\ndocker pull mehranzand/pulseup:latest\n```\n\n### Using pulseUp with Docker Container:\n\nThe easiest way to utilize pulseUp is by running it within a Docker container. Simply follow these steps:\nRun the Docker container with the following command:\n\n```\ndocker run --name pulseup -d --volume=/var/run/docker.sock:/var/run/docker.sock:ro -p 7070:7070 mehranzand/pulseup:latest\n```\n\nThis command creates a container named \"pulseup\" from the latest pulseUp image, mounting the Docker Unix socket with read-only permissions (--volume=/var/run/docker.sock:/var/run/docker.sock:ro) and exposing pulseUp on port 7070.\n\n### Using pulseUp with Docker Compose:\n\nAlternatively, you can use Docker Compose to manage your pulseUp service. Here's a sample Docker Compose file:\n\n```\nversion: \"3.4\"\nservices:\n  pulseup:\n    container_name: pulseup\n    image: mehranzand/pulseup:latest\n    volumes:\n      - /var/run/docker.sock:/var/run/docker.sock:ro\n    ports:\n      - 7070:7070\n```\n\nThis configuration achieves the same setup as the Docker command above, allowing you to manage your pulseUp instance in a more structured manner with Docker Compose.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehranzand%2Fpulseup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehranzand%2Fpulseup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehranzand%2Fpulseup/lists"}