{"id":20019936,"url":"https://github.com/joeattardi/tailstreamer","last_synced_at":"2025-10-13T14:32:15.773Z","repository":{"id":13128187,"uuid":"15810171","full_name":"joeattardi/tailstreamer","owner":"joeattardi","description":"tail -f for your browser","archived":false,"fork":false,"pushed_at":"2022-01-05T14:54:34.000Z","size":7355,"stargazers_count":59,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T15:50:42.489Z","etag":null,"topics":["java","javascript","logging","real-time","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/joeattardi.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":"2014-01-10T21:28:17.000Z","updated_at":"2024-07-12T03:43:42.000Z","dependencies_parsed_at":"2022-08-28T23:31:21.208Z","dependency_job_id":null,"html_url":"https://github.com/joeattardi/tailstreamer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/joeattardi/tailstreamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Ftailstreamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Ftailstreamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Ftailstreamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Ftailstreamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeattardi","download_url":"https://codeload.github.com/joeattardi/tailstreamer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeattardi%2Ftailstreamer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015736,"owners_count":26085748,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["java","javascript","logging","real-time","spring","spring-boot"],"created_at":"2024-11-13T08:29:14.435Z","updated_at":"2025-10-13T14:32:15.752Z","avatar_url":"https://github.com/joeattardi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"TailStreamer\n============\n\n![](https://travis-ci.org/joeattardi/tailstreamer.svg?branch=master)\n\nTailStreamer is a browser-based log viewer. It's `tail -f` for the web. Built on top of the [Spring Framework](https://github.com/spring-projects/spring-framework), it uses [SockJS](https://github.com/sockjs/sockjs-client) to stream log updates in real-time to your browser.\n\n# Requirements\nTo run TailStreamer, you need:\n* a Java Runtime Environment - Java 7 or later.\n\nTo build TailStreamer, you need:\n* a Java Development Kit - Java 7 or later.\n* Node.js.\n\n# Building\n1. Download and install Node.js\n2. Go to your TailStreamer directory\n3. Run `npm install` to download the necessary JavaScript components\n4. Start the build by running `./gradlew installApp`.\n\nThis will download Gradle, then build TailStreamer. The binaries will be under `build/install/tailstreamer/bin`.\n\n# Usage\nBy default, TailStreamer runs on port 8080:\n\n    tailstreamer /var/log/httpd-access.log\n    \nYou can specify an alternate port with the `--server.port` argument:\n\n    tailstreamer --server.port=8000 /var/log/httpd-access.log\n\nYou can also specify the server port in `application.yml`:\n\n    server:\n        port: 9000\n\n# Configuration\nTailStreamer is configured using YAML. Upon startup, it will look for a file called `tailstreamer.yml` and read\nconfiguration properties from there.\n\nFor a full reference of available configuration options, see the wiki page at https://github.com/joeattardi/tailstreamer/wiki/YAML-Configuration-Reference.\n\n# Security\nBy default, TailStreamer is accessible by anyone. You can restrict access by requiring a username and password. \nAuthentication is configured in `tailstreamer.yml`. For security purposes, user passwords are stored hashed. \n\nThe first step is getting the hashed password. Run TailStreamer with the `--encryptPassword` option to generate\nthe hashed password:\n\n    tailstreamer --encryptPassword myPassword\n    \nThe hashed password will be displayed:\n\nCopy this password to your clipboard, then edit `application.yml` and add it under `auth`: `users`:\n\n    auth:\n        users:\n            - username: joe\n              password: $2a$10$mAlhv2g41/NObkGOSVLvO.ayoFdN7kqnV61Km8PSJ8qjcYnK5q2ke\n        \nNow, when starting TailStreamer, you will be prompted to log in before viewing the log.\n\n# Screenshots\n![Screenshot](https://raw.github.com/joeattardi/tailstreamer/gh-pages/screenshot.png)\n![Screenshot](https://raw.github.com/joeattardi/tailstreamer/gh-pages/screenshot_search.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeattardi%2Ftailstreamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeattardi%2Ftailstreamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeattardi%2Ftailstreamer/lists"}