{"id":24515644,"url":"https://github.com/mkdir700/grafana-easy-installer","last_synced_at":"2026-05-07T13:08:55.828Z","repository":{"id":246140092,"uuid":"819748445","full_name":"mkdir700/grafana-easy-installer","owner":"mkdir700","description":"这是一个使用Golang实现的一键安装器，用于简化Grafana、Loki和Promtail的安装和配置，特别适合Windows用户。 This is a one-click installer implemented in Golang, designed to simplify the installation and configuration of Grafana, Loki, and Promtail, especially suitable for Windows users.","archived":false,"fork":false,"pushed_at":"2024-06-26T02:25:41.000Z","size":62844,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T19:31:57.844Z","etag":null,"topics":["grafana","installer-tools","loki","promtail","windows"],"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/mkdir700.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}},"created_at":"2024-06-25T06:09:09.000Z","updated_at":"2024-06-26T02:27:00.000Z","dependencies_parsed_at":"2024-06-26T04:50:02.336Z","dependency_job_id":null,"html_url":"https://github.com/mkdir700/grafana-easy-installer","commit_stats":null,"previous_names":["mkdir700/grafana-easy-installer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkdir700/grafana-easy-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdir700%2Fgrafana-easy-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdir700%2Fgrafana-easy-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdir700%2Fgrafana-easy-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdir700%2Fgrafana-easy-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkdir700","download_url":"https://codeload.github.com/mkdir700/grafana-easy-installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdir700%2Fgrafana-easy-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32738965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["grafana","installer-tools","loki","promtail","windows"],"created_at":"2025-01-22T01:18:44.550Z","updated_at":"2026-05-07T13:08:55.811Z","avatar_url":"https://github.com/mkdir700.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grafana Loki Promtail 一键安装器\n\n## 简介\n\n这是一个使用 Golang 实现的安装器，旨在简化 Grafana、Loki 和 Promtail 的安装过程。对于那些不适合在本机使用 Docker 的用户，特别是 Windows 用户，此安装器提供了一键安装的便捷方式。通过此安装器，用户可以快速安装这三个程序，并在安装完成后直接通过浏览器访问 Grafana，无需进行复杂的配置。\n\n## 功能\n\n- 一键安装 Grafana、Loki 和 Promtail\n- 自动配置，使 Grafana 可以直接使用\n- 目前仅支持 Windows 平台\n\n## 安装\n\n### 准备工作\n\n在开始安装之前，请确保您的系统满足以下条件：\n\n- Windows 操作系统\n\n### 下载安装器\n\n请下载我们预构建的安装器 `installer.exe`，并将其保存到您的本地计算机。\n\n### 运行安装器\n\n双击运行下载的 `installer.exe` 文件。安装器会自动下载并安装 Grafana、Loki 和 Promtail，并进行必要的配置。\n\n安装完成后，您可以通过浏览器访问 Grafana：\n\n```\nhttp://localhost:3000\n```\n\n默认登录账号为 `admin`，默认密码为 `admin`。\n\n## 使用\n\n### Grafana\n\nGrafana 是一个开源的分析和监控平台。安装完成后，您可以通过 `http://localhost:3000` 访问 Grafana 的 Web 界面。\n\n### Loki\n\nLoki 是一个日志聚合系统，专为高效存储和查询日志而设计。Loki 将作为 Grafana 的数据源之一。\n\n### Promtail\n\nPromtail 是一个日志收集器，负责将日志从主机收集并发送到 Loki。安装器会自动配置 Promtail 以收集本地日志。\n\n## 贡献\n\n如果您有任何建议或改进，欢迎提交 Pull Request 或 Issue。\n\n## 许可证\n\n该项目使用 MIT 许可证，详情请参阅 LICENSE 文件。\n\n---\n\n感谢您使用 Grafana Loki Promtail 一键安装器！如果您有任何问题，请随时联系我。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkdir700%2Fgrafana-easy-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkdir700%2Fgrafana-easy-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkdir700%2Fgrafana-easy-installer/lists"}