{"id":17748095,"url":"https://github.com/jdrews/logstation","last_synced_at":"2026-01-16T19:36:44.201Z","repository":{"id":50548477,"uuid":"59709500","full_name":"jdrews/logstation","owner":"jdrews","description":"Tail log files in web browser","archived":false,"fork":false,"pushed_at":"2025-12-28T21:39:39.000Z","size":2187,"stargazers_count":97,"open_issues_count":16,"forks_count":12,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-12-31T14:27:48.372Z","etag":null,"topics":["go","golang","log","logfile","logging","logs","react","server","tail","tailing","webui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdrews.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-05-26T01:22:43.000Z","updated_at":"2025-12-28T21:39:41.000Z","dependencies_parsed_at":"2023-11-06T03:26:24.077Z","dependency_job_id":"0b2beb90-fa42-4242-8338-ed2765ee25d6","html_url":"https://github.com/jdrews/logstation","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/jdrews/logstation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdrews%2Flogstation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdrews%2Flogstation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdrews%2Flogstation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdrews%2Flogstation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdrews","download_url":"https://codeload.github.com/jdrews/logstation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdrews%2Flogstation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28481889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["go","golang","log","logfile","logging","logs","react","server","tail","tailing","webui"],"created_at":"2024-10-26T10:01:14.008Z","updated_at":"2026-01-16T19:36:44.132Z","avatar_url":"https://github.com/jdrews.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\r\n# ![image](https://raw.githubusercontent.com/jdrews/logstation/master/web/public/favicon-32x32.png)  logstation #\r\n\r\nTails a set of log files and serves them up on a web server with syntax colors via regex. \r\n\r\nBinaries available in [releases](https://github.com/jdrews/logstation/releases). See [usage](https://github.com/jdrews/logstation#usage) below.   \r\n   \r\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) \r\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=jdrews_logstation\u0026metric=security_rating)](https://sonarcloud.io/summary/new_code?id=jdrews_logstation)\r\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jdrews_logstation\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=jdrews_logstation)\r\n[![Build/Test](https://github.com/jdrews/logstation/actions/workflows/build-test.yml/badge.svg)](https://github.com/jdrews/logstation/actions/workflows/build-test.yml)\r\n\r\n\r\n\r\n\r\nGoals:\r\n- Run on anything and everything \r\n- Support as many browsers as possible\r\n- Ease deployment and usage with a single executable with minimal configuration required\r\n\r\n![image](https://user-images.githubusercontent.com/172766/232646725-4943f11e-a26b-4932-a8d7-c85110cd019a.png)\r\n\r\nDeveloped with Go and React \r\n\r\n### Usage ###\r\n* Call `logstation` or `logstation.exe` \r\n   * It will create an logstation.conf in your current directory if one doesn't exist and exit\r\n   * Update logstation.conf as desired\r\n   * Call `logstation` or `logstation.exe` again\r\n* Navigate to `http://127.0.0.1:8884` to start tailing (refer to [logstation.conf](logstation.default.conf) for listen IP and port)\r\n\r\nYou can also use `-c your-logstation.conf` argument to specify a config file\r\n\r\nTake a look at [an example logstation.conf here](logstation.default.conf).\r\n\r\n### Building ###\r\n\r\nlogstation uses [goreleaser](https://github.com/goreleaser/goreleaser) for all releases   \r\n\r\nStart by building the web frontend: \r\n* `cd web; yarn build`\r\n\r\nTo build all targets locally you can run the following in the root directory:    \r\n\r\n* `goreleaser build --snapshot --clean`  \r\n   \r\nIf you want to build for a specific target you can set environment variables   \r\n* In bash this would look like:    \r\n`GOOS=linux GOARCH=amd64 goreleaser build --snapshot --clean --single-target`\r\n* In powershell this would look like:    \r\n`$env:GOOS=\"linux\"; $env:GOARCH=\"amd64\"; goreleaser build --snapshot --clean --single-target`   \r\n   \r\n\r\nReference the [releases](https://github.com/jdrews/logstation/releases) and [.goreleaser.yaml](.goreleaser.yaml) for all officially supported targets. \r\n\r\n### Releasing ### \r\n\r\n* Push a tag following [semver](https://semver.org/)\r\n  * `git tag -a 2.0.0-beta1 -m \"2.0.0-beta1\"`\r\n  * `git push origin 2.0.0-beta1`\r\n* Ensure you have an environment variable with `GITHUB_TOKEN=\"YOUR_GH_TOKEN\"` and minimum of `write:packages` permissions\r\n* Release!   \r\n  * `cd web; yarn build`\r\n  * `cd ..; goreleaser release`\r\n* Read the [goreleaser quickstart](https://goreleaser.com/quick-start/) for more details\r\n\r\n### Versions ###\r\nPrior to 2.x, this app was built using Scala/Play/JS. At 2.x this app was rewritten in Go and React. If you're looking for the older versions reference the releases prior to 2.x. \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdrews%2Flogstation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdrews%2Flogstation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdrews%2Flogstation/lists"}