{"id":34595895,"url":"https://github.com/wirenboard/homeui","last_synced_at":"2026-04-17T06:03:53.241Z","repository":{"id":30177060,"uuid":"33727560","full_name":"wirenboard/homeui","owner":"wirenboard","description":"Wiren Board web interface","archived":false,"fork":false,"pushed_at":"2026-04-14T04:36:31.000Z","size":12269,"stargazers_count":24,"open_issues_count":32,"forks_count":21,"subscribers_count":17,"default_branch":"master","last_synced_at":"2026-04-14T06:33:24.785Z","etag":null,"topics":["angular","react"],"latest_commit_sha":null,"homepage":"https://wirenboard.com/wiki/Wiren_Board_Web_Interface","language":"TypeScript","has_issues":false,"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/wirenboard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2015-04-10T12:35:53.000Z","updated_at":"2026-04-14T04:21:51.000Z","dependencies_parsed_at":"2026-03-18T15:01:12.027Z","dependency_job_id":null,"html_url":"https://github.com/wirenboard/homeui","commit_stats":null,"previous_names":[],"tags_count":647,"template":false,"template_full_name":null,"purl":"pkg:github/wirenboard/homeui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirenboard%2Fhomeui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirenboard%2Fhomeui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirenboard%2Fhomeui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirenboard%2Fhomeui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wirenboard","download_url":"https://codeload.github.com/wirenboard/homeui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wirenboard%2Fhomeui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31917372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","react"],"created_at":"2025-12-24T11:38:38.529Z","updated_at":"2026-04-17T06:03:53.219Z","avatar_url":"https://github.com/wirenboard.png","language":"TypeScript","readme":"# homeui\n\nWiren Board web interface.\n\n## MQTT naming conventions\n\nSee into [conventions](https://github.com/wirenboard/conventions/blob/main/README.md) to understand how to organize devices and controls (what write to /meta/type for example).\n\n## NGINX configuration\n\nThe config is stored in `/usr/share/wb-mqtt-homeui/nginx/default.conf` (do not edit this file directly).\nAdd your custom configuration to `/etc/nginx/includes/default.wb.d/*.conf`.\nChange listen settings in `/etc/nginx/includes/default.wb.d/listen.conf`.\n\n## Running local development\n\n1. Navigate to the project directory: `cd ./frontend`\n2. Install dependencies: `npm install`\n3. Create `.env` file and set `MQTT_BROKER_URI` if your controller is running on different IP (default is 10.200.200.1)\n4. Start the development server: `npm run start`\n\n## Custom menu\nOne can put a JSON-file with custom menu description in `/usr/share/wb-mqtt-homeui/custom-menu`.\nItems, defined in the file, will be added to left navigation panel.\n\nThe structure of the JSON-file\n```jsonc\n[\n  {\n    \"id\": \"string\",\n    // Not used if id is already defined\n    \"url\": \"string\",\n    // Not used if id is already defined\n    \"title\": {\n      \"en\": \"string\",\n      \"ru\": \"string\"\n    },\n    \"children\": [\n      {\n        \"id\": \"string\",\n        \"url\": \"string\",\n        \"title\": {\n          \"en\": \"string\",\n          \"ru\": \"string\"\n        }\n      }\n    ]\n  }\n]\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwirenboard%2Fhomeui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwirenboard%2Fhomeui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwirenboard%2Fhomeui/lists"}