{"id":22111231,"url":"https://github.com/t-fowl/authentik-webfinger","last_synced_at":"2025-03-24T04:28:57.995Z","repository":{"id":261700224,"uuid":"885075041","full_name":"T-Fowl/authentik-webfinger","owner":"T-Fowl","description":"Simple go webserver supporting webfingers backed by authentik","archived":false,"fork":false,"pushed_at":"2024-11-07T23:34:35.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T10:29:47.825Z","etag":null,"topics":["authentik","webfinger"],"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/T-Fowl.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":"2024-11-07T22:58:01.000Z","updated_at":"2024-11-07T23:34:38.000Z","dependencies_parsed_at":"2024-11-08T00:26:34.635Z","dependency_job_id":null,"html_url":"https://github.com/T-Fowl/authentik-webfinger","commit_stats":null,"previous_names":["t-fowl/authentik-webfinger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Fowl%2Fauthentik-webfinger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Fowl%2Fauthentik-webfinger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Fowl%2Fauthentik-webfinger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Fowl%2Fauthentik-webfinger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T-Fowl","download_url":"https://codeload.github.com/T-Fowl/authentik-webfinger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245209406,"owners_count":20578032,"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":["authentik","webfinger"],"created_at":"2024-12-01T10:36:56.000Z","updated_at":"2025-03-24T04:28:57.976Z","avatar_url":"https://github.com/T-Fowl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecation Notice\nAuthentik now has this feature natively, although without avatar support.\n\n## Use case\nProvides webfinger discovery backed by authentik.\n\nAn example of this is setting up a tailscale account with self hosted sso through authentik.\n\n## Config\n\n`config.toml` example:\n```toml\nHost = \":8080\"\nAuthentikHost = \"authentik.example.com\"\nToken = \"changeme\"\nUserAgent = \"tfowl/authentik-webfinger (https://github.com/T-Fowl/authentik-webfinger)\"\nAuthentikApplication = \"tailscale\"\n```\n\n## Reverse Proxy Usage\n\n### Caddy\n```\n:443 {\n    handle /.well-known/webfinger {\n         reverse_proxy localhost:8080    \n    }\n    \n    handle {\n        reverse_proxy other_backend_servers\n    }\n}\n```\n\n### Nginx\n```\nlocation /.well-known/webfinger {\n    proxy_pass http://localhost:8080;\n}\nlocation / {\n    ...\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-fowl%2Fauthentik-webfinger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft-fowl%2Fauthentik-webfinger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-fowl%2Fauthentik-webfinger/lists"}