{"id":16883344,"url":"https://github.com/hardillb/gofingerd","last_synced_at":"2026-05-20T06:03:32.236Z","repository":{"id":68666230,"uuid":"385057512","full_name":"hardillb/goFingerd","owner":"hardillb","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-15T16:32:24.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T06:12:47.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/hardillb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"hardillb"}},"created_at":"2021-07-11T21:42:43.000Z","updated_at":"2024-09-15T16:32:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbfe80b2-d3a1-4413-96fa-5b972c4c38b6","html_url":"https://github.com/hardillb/goFingerd","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/hardillb%2FgoFingerd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2FgoFingerd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2FgoFingerd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2FgoFingerd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardillb","download_url":"https://codeload.github.com/hardillb/goFingerd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554042,"owners_count":20471172,"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":[],"created_at":"2024-10-13T16:11:19.540Z","updated_at":"2026-05-20T06:03:27.211Z","avatar_url":"https://github.com/hardillb.png","language":"Go","funding_links":["https://github.com/sponsors/hardillb"],"categories":[],"sub_categories":[],"readme":"# Finger Daemon in Go\n\nA simple Finger Daemon written in Go.\n\nInspired by [Happy Net Box](happynetbox.com)\n\n## Build\n\nCheckout the project and run\n\n```bash\n$ go build -v\n```\n\n## Run\n\nThis application need to bind to port 79 which normally requires root access. You can get round this by running\nthe following command\n\n```bash\n$ sudo setcap CAP_NET_BIND_SERVICE=+eip fingerd\n```\n\nThis will grant the `fingerd` binary the ability to open port 79 as a normal user\n\n```bash\n$ ./fingerd\n```\n\n### Docker\n\n```bash\n$ docker build . -t fingerd\n```\n\n\n```bash\n$ docker run -d -v /path/to/plans:/root/plans -p 79:79 fingerd\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fgofingerd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardillb%2Fgofingerd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fgofingerd/lists"}