feat: add read-only GitHub App access alongside OAuth

This commit is contained in:
Thomas Durieux
2026-09-09 22:08:12 +02:00
parent e5c44845f0
commit a60ad6a921
49 changed files with 1754 additions and 139 deletions
+9
View File
@@ -0,0 +1,9 @@
# Enable with: docker compose -f docker-compose.yml -f docker-compose.github-app.yml up -d
# App settings are supplied through the existing .env file for both services.
services:
anonymous_github:
volumes:
- ./secrets/github-app.pem:/run/secrets/github-app.pem:ro
streamer:
volumes:
- ./secrets/github-app.pem:/run/secrets/github-app.pem:ro