{"id":29240115,"url":"https://github.com/app-nerds/fireplace","last_synced_at":"2025-07-03T19:10:03.651Z","repository":{"id":37654065,"uuid":"138248944","full_name":"app-nerds/fireplace","owner":"app-nerds","description":"Logrus storage server, viewer, and hook","archived":false,"fork":false,"pushed_at":"2023-10-25T02:33:16.000Z","size":31083,"stargazers_count":4,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-20T22:42:08.878Z","etag":null,"topics":["golang","logging","middleware"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/app-nerds.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":"2018-06-22T03:13:40.000Z","updated_at":"2022-09-24T19:41:30.000Z","dependencies_parsed_at":"2023-01-19T12:01:29.153Z","dependency_job_id":"76ca2776-0e7b-4230-8750-48d4ee2cbb88","html_url":"https://github.com/app-nerds/fireplace","commit_stats":null,"previous_names":["adampresley/fireplace"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/app-nerds/fireplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-nerds%2Ffireplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-nerds%2Ffireplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-nerds%2Ffireplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-nerds%2Ffireplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-nerds","download_url":"https://codeload.github.com/app-nerds/fireplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-nerds%2Ffireplace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263385760,"owners_count":23458745,"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":["golang","logging","middleware"],"created_at":"2025-07-03T19:10:01.872Z","updated_at":"2025-07-03T19:10:03.648Z","avatar_url":"https://github.com/app-nerds.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fireplace\n\n![Fire Pit](assets/fire-pit.jpg)\n\nFireplace is a set of tools for capturing and viewing structured log entries\nfrom your applications. Currently it is specifically tailored to log entries\ncoming from Go applications using [https://github.com/sirupsen/logrus](Logrus)\nfor logging. Fireplace provides a hook which will automatically send logs\nto Fireplace Server and capture them into a MongoDB database. Fireplace\nViewer can then be used to sort through logs using a web UI.\n\n### Screenshots\n\n![Viewing logs screenshot](assets/screenshot-1.png)\n\n![View log details](assets/screenshot-2.png)\n\n## Getting Started\nFireplace Server is a Go application that runs an HTTP server for capturing\nand serving up structured log entries. Fireplace Viewer is a web application\nused to view these captured logs.\n\nHere we'll show how to get setup using Docker. If you wish to know more details \nabout either the server or viewer, check out their respective READMEs.\n\n* [Fireplace Server README](./cmd/fireplace-server/README.md)\n* [Fireplace Viewer README](./cmd/fireplace-viewer/README.md)\n* [Fireplace Logrus Hook](./cmd/fireplace-hook/README.md)\n* [CSharp Library](./cmd/sharpfireplace/README.md)\n* [Wix Fireplace Adapter](./cmd/wix-adapter/README.md)\n\n### Build and Run from Docker Registry\n\n```bash\ndocker run --name fireplace -d appnerds/fireplace\n```\n\n### Local Docker Build and Run\n\nTo run the server, viewer, and database, the first task is to setup an \nenvironment file. In the root of this repository there is a file named\n`env.template`. \n\nMake a copy of this file and rename it to `.env`. Then open the file\nand modify the values for your configuration. Also be sure to include\nyour private GITHUB_TOKEN. Be sure to use a token that has access to \nthe private App Nerds repositories for building.\n\nNow, run the following to build and run.\n\n```bash\ndocker-compose up\n```\n\nThen open your browser to `http://localhost:8090`.\n\n### License\n\nMIT License\n\nCopyright (c) 2022 App Nerds LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-nerds%2Ffireplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-nerds%2Ffireplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-nerds%2Ffireplace/lists"}