{"id":18508936,"url":"https://github.com/bst27/fs-webhook","last_synced_at":"2025-05-14T10:14:59.792Z","repository":{"id":144319065,"uuid":"287218469","full_name":"bst27/fs-webhook","owner":"bst27","description":"Send webhooks for filesystem changes.","archived":false,"fork":false,"pushed_at":"2020-08-13T10:49:47.000Z","size":847,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T16:13:28.330Z","etag":null,"topics":["100daysofcode","filesystem-monitoring","filesystemwatcher","go","golang","webhook","webhooks"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bst27.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":"2020-08-13T08:03:11.000Z","updated_at":"2020-08-13T10:49:49.000Z","dependencies_parsed_at":"2024-06-19T08:01:36.169Z","dependency_job_id":"a6787dd4-929c-4782-9af8-415dc963e9f0","html_url":"https://github.com/bst27/fs-webhook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Ffs-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Ffs-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Ffs-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Ffs-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bst27","download_url":"https://codeload.github.com/bst27/fs-webhook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254120179,"owners_count":22017953,"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":["100daysofcode","filesystem-monitoring","filesystemwatcher","go","golang","webhook","webhooks"],"created_at":"2024-11-06T15:15:53.730Z","updated_at":"2025-05-14T10:14:59.771Z","avatar_url":"https://github.com/bst27.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![filesystem-webhook](https://raw.githubusercontent.com/bst27/fs-webhook/master/website/banner.png)\n\n# About\nThis app sends webhooks for filesystem changes. You can define an URL to receive webhooks and a filesystem path\nto be monitored for changes.\n\n# Usage\n```\n./fs-webhook -url \"\u003cURL\u003e\" -path \"\u003cPATH\u003e\"\n```\n\n# Example\nExecute the application with the following config:\n```\n./fs-webhook -url \"http://localhost/webhook-receiver\" -path \"/tmp/hello-world\"\n```\n\nWhen you make a change to `hello-world` you will receive the following http post request at your defined url:\n```\nPOST /webhook-receiver HTTP/1.1\nHost: localhost\nContent-Length: 56\nContent-Type: application/json\n\n{\n   \"action\": \"write\",\n   \"path\": \"/tmp/hello-world\"\n}\n```\n\n# Build\nTo build executables for multiple platforms you can use the build script at `scripts/build.sh`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbst27%2Ffs-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbst27%2Ffs-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbst27%2Ffs-webhook/lists"}