{"id":13650866,"url":"https://github.com/vciancio/golem-dashboard","last_synced_at":"2025-10-25T17:31:40.897Z","repository":{"id":52684545,"uuid":"349884309","full_name":"vciancio/golem-dashboard","owner":"vciancio","description":"ReactJS Dashboard which exposes information about your golem-providers such as # of completed tasks, etc.","archived":false,"fork":false,"pushed_at":"2021-05-24T07:00:18.000Z","size":2322,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-24T04:15:10.659Z","etag":null,"topics":["golem","golem-network"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/vciancio.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}},"created_at":"2021-03-21T02:37:04.000Z","updated_at":"2024-01-24T04:15:10.660Z","dependencies_parsed_at":"2022-08-21T16:20:36.208Z","dependency_job_id":null,"html_url":"https://github.com/vciancio/golem-dashboard","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vciancio%2Fgolem-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vciancio%2Fgolem-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vciancio%2Fgolem-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vciancio%2Fgolem-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vciancio","download_url":"https://codeload.github.com/vciancio/golem-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219865216,"owners_count":16555929,"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":["golem","golem-network"],"created_at":"2024-08-02T02:00:41.819Z","updated_at":"2025-10-25T17:31:40.507Z","avatar_url":"https://github.com/vciancio.png","language":"TypeScript","funding_links":[],"categories":["Provider Resources"],"sub_categories":["Monitoring"],"readme":"# Golem Dashboard\n\nJust a very barebones reactjs dashboard which will display the stats of your golem nodes... Cause ssh-ing into each of them is too hard. Works with [vciancio/golem-node-server](https://github.com/vciancio/golem-node-server)\n\n## Hackathon Entry Plug\n[Enterant in the Golem Mainnet @GR9 Hackathon - Open Track](https://gitcoin.co/issue/golemfactory/hackathons/11/100025157#)\n\n* [Presentation](hackathon/Golem-Dashboard.pdf?raw=true) (hackathon/Golem-Dashboard.pdf)\n* [Youtube Video Demo](https://youtu.be/N5wGKaRCnZE)\n* Team Members - Vincente Ciancio\n\n## Screenshots\n|Desktop|Mobile|\n|---|---|\n|![image](screenshots/Golem-Dashboard-Compact-Desktop.png?raw=true)|![image](screenshots/Golem-Dashboard-Compact-Mobile.png?raw=true)|\n|![image](screenshots/Golem-Dashboard-Compact-Details-Desktop.png?raw=true)|![image](screenshots/Golem-Dashboard-Compact-Details-Mobile.png?raw=true)|\n\n## Environment Variables\n| Variables | Description | Example |\n| ------------- | ----------- | ------- |\n| REACT_APP_ADDRESSES | List of `host:port` addresses where your golem instances are located. | 192.168.1.2:5000 |\n| REACT_APP_POLL_RATE | Polling Rate to refresh dashboard data in Milliseconds | 5000 |\n\n## Ports\n| Port | Description\n| ---- | ---- |\n| 3000 | Node Port |\n\n## Running Without Docker\n\u003e Note: if you don't have your environment variables set on your system, you can set them for a single command as shown below.\n\u003e Requires NPM version 6 to run. Make sure to update your NPM version to latest before running this app.\n~~~\ncd app\nnpm install\nREACT_APP_ADDRESSES=192.168.1.2:5000 npm start\n~~~\n\n\n## Running w/ Docker Compose\n~~~\nversion: '3.5'\nservices:\n  node:\n    container_name: golem_dashboard\n    build: .\n    restart: always\n    environment:\n      - REACT_APP_ADDRESSES=192.168.1.2:5000,192.168.1.2:5001\n      - REACT_APP_REFRESH_RATE=5\n    volumes:\n      - /etc/localtime:/etc/localtime:ro\n    ports: \n      - 3000:3000\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvciancio%2Fgolem-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvciancio%2Fgolem-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvciancio%2Fgolem-dashboard/lists"}