m missing something to enable github auth from my own app?
```yaml
version: '3.9'
services:
coder:
user: "0:0" # run as root
image: 'ghcr.io/coder/coder:${CODER_VERSION:-latest}'
restart: unless-stopped
environment:
CODER_HTTP_ADDRESS: '0.0.0.0:3000'
CODER_ACCESS_URL: $SERVICE_FQDN_CODER
CODER_PG_CONNECTION_URL: '${CODER_PG_CONNECTION_URL}'
CODER_WILDCARD_ACCESS_URL: '*-${SERVICE_URL_CODER}'
CODER_ENABLE_TERRAFORM_DEBUG_MODE: 'true'
CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS: 'false'
CODER_OAUTH2_GITHUB_DEVICE_FLOW: 'false'
CODER_OAUTH2_GITHUB_DEFAULT_PROVIDER_ENABLE: 'false'
CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS: '${CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS}'
CODER_OAUTH2_GITHUB_CLIENT_ID: '${CODER_EXTERNAL_AUTH_0_CLIENT_ID}'
CODER_OAUTH2_GITHUB_CLIENT_SECRET: '${CODER_EXTERNAL_AUTH_0_CLIENT_SECRET}'
CODER_EXTERNAL_AUTH_0_ID: '${CODER_EXTERNAL_AUTH_0_ID}'
CODER_EXTERNAL_AUTH_0_TYPE: '${CODER_EXTERNAL_AUTH_0_TYPE}'
CODER_EXTERNAL_AUTH_0_CLIENT_ID: '${CODER_EXTERNAL_AUTH_0_CLIENT_ID}'
CODER_EXTERNAL_AUTH_0_CLIENT_SECRET: '${CODER_EXTERNAL_AUTH_0_CLIENT_SECRET}'
CODER_EXTERNAL_AUTH_0_SCOPES: '${CODER_EXTERNAL_AUTH_0_SCOPES}'
CODER_EXPERIMENTS: '*'
CODER_VERBOSE: 'true'
group_add:
- '999'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/root/.ssh:/home/coder/.ssh'
```
im following this doc (https://coder.com/docs/@v2.25.1/admin/users/github-auth)
Hey @everyone, I just shared a blog on our community vision for 2026 and where we’re hoping to go together. It’s a reflection on what I’ve seen from this community so far, what we’ve learned, and how things like Discord, meetups, our open source, and shared projects fit into the bigger picture. If you’re curious where we’re headed, or want a bit more context behind what we are planning this week, I’d love for you to give it a read. https://coder.com/blog/building-together-coder-s-community-vision-for-2026 Thanks for being here. This community only works because of the people in it.
Marco (Coder Community Manager) · 14h ago
@everyone Next week, we’re doing something a little different at Coder ❤️ We’re hosting Community Week Feb 9 - 13 It’s a moment to spotlight the people behind the code and this community that’s grown around Coder. What to expect: → Stories from developers building with Coder → Open source highlights → A look at where we’re headed this year → A few moments of appreciation for the folks who show up and help others No launch. No sales pitch. Just community appreciation. If you’ve ever installed Coder, contributed, or followed along quietly, next week is for you. If you’re curious where all of this lives, it starts here: http://cdr.co/yMzI1NQ + a reminder that we have office hours happening February 12 at 10:30am PT. If you have any questions please bring them or start a thread in the <#971231372373033030> channel.
Marco (Coder Community Manager) · 5d ago
Hi @everyone ,
Marco (Coder Community Manager) · 3w ago