{"id":43097078,"url":"https://github.com/nikdoof/simple-webfinger","last_synced_at":"2026-01-31T16:45:22.815Z","repository":{"id":159325567,"uuid":"634592351","full_name":"nikdoof/simple-webfinger","owner":"nikdoof","description":"A simple, Flask-based webfinger handler.","archived":false,"fork":false,"pushed_at":"2026-01-26T05:30:28.000Z","size":603,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T19:59:14.886Z","etag":null,"topics":["python","webfinger"],"latest_commit_sha":null,"homepage":"","language":"Python","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/nikdoof.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-30T16:22:32.000Z","updated_at":"2026-01-26T05:30:31.000Z","dependencies_parsed_at":"2024-07-13T06:45:38.251Z","dependency_job_id":"52817526-389a-4ef5-a027-2bea72044a9b","html_url":"https://github.com/nikdoof/simple-webfinger","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nikdoof/simple-webfinger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fsimple-webfinger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fsimple-webfinger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fsimple-webfinger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fsimple-webfinger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikdoof","download_url":"https://codeload.github.com/nikdoof/simple-webfinger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikdoof%2Fsimple-webfinger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28947849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python","webfinger"],"created_at":"2026-01-31T16:45:19.034Z","updated_at":"2026-01-31T16:45:22.809Z","avatar_url":"https://github.com/nikdoof.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Webfinger\n\nA simple, Flask-based webfinger handler.\n\nSimple Webfinger was created to provide an OIDC href from a basic YAML configuration file. Ideally for use with Tailscale and Authentik.\n\n## Running the application.\n\n`simple_webfinger` is a basic Flask application and can be configured via environment variables. \n\n| Environment Variable           | Description                         |\n| ------------------------------ | ----------------------------------- |\n| `SIMPLE_WEBFINGER_CONFIG_FILE` | Path to the YAML configuration file |\n\n## Configuration File\n\nThe `examples/example-config.yaml` file has the basic layout of the YAML configuratio, The path to the file should be provided in the environment variable  `SIMPLE_WEBFINGER_CONFIG_FILE`.\n\n### Global Values\n\n| Key         | Value Example               | Description                                                   |\n| ----------- | --------------------------- | ------------------------------------------------------------- |\n| `domain`    | `doofnet.uk`                | The domain to respond to, it'll return 404s for anything else |\n| `oidc_href` | `https://id.doofnet.uk/...` | The href to return for OIDC rels                              |\n\n### Accounts\n\nAccounts can be defined under the `accounts` key, and a key for each user, for example:\n\n```yaml\naccounts:\n  nikdoof:\n    mastodon: nikdoof@mastodon.incognitus.net\n    aliases: []\n    properties: []\n    links: []\n```\n\nThe app will only reply to accounts listed in the configuration, otherwise, it'll return a 404.\n\n| Key          | Value Example                     | Description                                                     |\n| ------------ | --------------------------------- | --------------------------------------------------------------- |\n| `mastodon`   | `nikdoof@mastodon.incognitus.net` | A Mastodon account to generate the related links/properties for |\n| `aliases`    | `[]`                              | A list of aliases to include in the response for the account    |\n| `links`      | `[]`                              | A list of dicts to include in the response                      |\n| `properties` | `[]`                              | A list of dicts to include in the response                      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikdoof%2Fsimple-webfinger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikdoof%2Fsimple-webfinger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikdoof%2Fsimple-webfinger/lists"}