{"id":27695064,"url":"https://github.com/outadoc/woolly-server","last_synced_at":"2026-05-17T19:40:19.589Z","repository":{"id":51333433,"uuid":"367447192","full_name":"outadoc/woolly-server","owner":"outadoc","description":"Application server for the Woolly app.","archived":false,"fork":false,"pushed_at":"2021-05-15T18:35:44.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-04-27T12:14:03.676Z","etag":null,"topics":["ktor-server","mastodon"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/outadoc.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}},"created_at":"2021-05-14T18:21:22.000Z","updated_at":"2021-05-15T18:35:46.000Z","dependencies_parsed_at":"2022-09-11T15:11:37.717Z","dependency_job_id":null,"html_url":"https://github.com/outadoc/woolly-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/outadoc/woolly-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2Fwoolly-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2Fwoolly-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2Fwoolly-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2Fwoolly-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outadoc","download_url":"https://codeload.github.com/outadoc/woolly-server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2Fwoolly-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33152348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["ktor-server","mastodon"],"created_at":"2025-04-25T14:15:11.084Z","updated_at":"2026-05-17T19:40:19.571Z","avatar_url":"https://github.com/outadoc.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# woolly-auth-proxy\n\nMastodon authentication middleware server.\n\n## Description\n\nOn Twitter, you could just register your app on their website, get a `client_id` and `client_secret`, and embed those in\nyour app to authenticate your users.\n\nMastodon being a decentralized network, OAuth clients cannot be setup once and for all; this app setup process can be\nautomated, and should be done once per instance.\n\nThis necessitates a central server that will proxy the app's OAuth-related requests to the proper instance and add the\nproper `client_id` and `client_secret` to calls, registering the app automatically if needed, or picking from its\ndatabase of already known instances.\n\n## Configuration\n\nRun this as a standard Java application. The settings JSON file will be loaded from `/etc/woolly/server_config.json` by\ndefault, but this path can be overridden with the `WOOLLY_CONFIG_PATH` environment variable.\n\nThe JSON file should be structure like this:\n\n```json\n{\n  \"application\": {\n    \"name\": \"Woolly\",\n    \"website\": \"https://woolly.app\",\n    \"scopes\": [\n      \"read\",\n      \"write\",\n      \"follow\",\n      \"push\"\n    ],\n    \"redirectUris\": [\n      \"urn:ietf:wg:oauth:2.0:oob\",\n      \"woolly://oauth/callback\",\n      \"https://woolly.app/oauth/callback\"\n    ]\n  },\n  \"mysql\": {\n    \"connectionString\": \"jdbc:mysql://localhost:3306/test\",\n    \"username\": \"root\",\n    \"password\": \"root\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutadoc%2Fwoolly-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutadoc%2Fwoolly-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutadoc%2Fwoolly-server/lists"}