{"id":19747765,"url":"https://github.com/nikolaysav/tailer","last_synced_at":"2026-06-09T03:40:39.361Z","repository":{"id":225338776,"uuid":"200055576","full_name":"NikolaySav/tailer","owner":"NikolaySav","description":"Remote log streaming program","archived":false,"fork":false,"pushed_at":"2019-10-11T12:54:17.000Z","size":2687,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T08:04:16.561Z","etag":null,"topics":["go","golang","log","logs","ssh","tail"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NikolaySav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-08-01T13:26:27.000Z","updated_at":"2019-10-11T12:20:19.000Z","dependencies_parsed_at":"2024-03-01T14:51:45.354Z","dependency_job_id":null,"html_url":"https://github.com/NikolaySav/tailer","commit_stats":null,"previous_names":["nikolaysav/tailer"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/NikolaySav/tailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaySav%2Ftailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaySav%2Ftailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaySav%2Ftailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaySav%2Ftailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikolaySav","download_url":"https://codeload.github.com/NikolaySav/tailer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikolaySav%2Ftailer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34090751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["go","golang","log","logs","ssh","tail"],"created_at":"2024-11-12T02:18:51.694Z","updated_at":"2026-06-09T03:40:39.345Z","avatar_url":"https://github.com/NikolaySav.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Golang utility program for connecting via ssh and streaming log file.\n\nOnly password authentication can be used for now.\n\n## Usage example\nAccording to config.example.yaml\n\nCreate config.yaml with server and project configurations:\n```yaml\nservers:\n  -\n    name: \"develop\"\n    host: \"111.222.333.444\"\n    port: \"22\"\n    username: \"username\"\n    password: \"password\"\n```\nCreate project config for your target server:\n```yaml\nprojects: \n  - \n    name: \"projectName\"\n    filePath: \"/var/www/projectName/current/storage/logs/laravel.log\"\n    server: \"develop\"\n```\n\nBuild \n```\ngo build tailer.go\n```\n\nRead default number of rows\n```\n./tailer projectName\n```\n\nRead N number of rows\n```\n./tailer projectName 100\n```\n## Bastion host example\nAs usual add bastion and target server configs to servers in config.yaml:\n```yaml\nservers:\n  -\n    name: \"bastionServer\"\n    host: \"111.222.333.555\"\n    port: \"22\"\n    username: \"bastionUsername\"\n    password: \"bastionPassword\"\n  -\n    name: \"target\"\n    host: \"10.1.1.1\"\n    port: \"22\"\n    username: \"username\"\n    password: \"password\"\n```\nCreate project config for your target server:\n```yaml\nprojects: \n  -\n    name: \"bastionProject\"\n    filePath: \"/var/www/bastionProject/current/storage/logs/laravel.log\"\n    server: \"target\"\n    bastionServer: \"bastionServer\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolaysav%2Ftailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikolaysav%2Ftailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolaysav%2Ftailer/lists"}