Mobile support to come.
RUST_LOG=debug
# Git repository storage location
# Production: /srv/git
# Development: Use a local directory like ~/Desktop/repos, /tmp/ maybe auto-collected beware
GIT_PROJECT_ROOT=/srv/git
# Posgres direct connection URI
DATABASE_URL=postgresql://postgres:[PASSWORD_HERE]@db.[PROJECT_ID_HERE].supabase.co:5432/postgres
# Supabase public key
SUPABASE_JWT_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----
...
...
-----END PUBLIC KEY-----"
# OAuth device flow verfication URI
OAUTH_DEVICE_VERIFICATION_URI=https://your-url.com/path
replaced create_user api with validate_name api
mikkel•0e0bf523d ago
implemented create user endpoint
mikkel•5b3ad656d ago
updated get device code request into query param
mikkel•5152d6c7d ago
wired up oauth in backend
mikkel•13cdd308d ago
implemented optional extractor to extract auth user from jwt token in request header
mike•988f77f22d ago
adding sort hunks
baepaul•4b9011d22d ago
invoking difft as shell in-process in backend
baepaul•aea2f1725d ago
Added common middlewares
mike•f33dc561mo ago
Implemented get repo tree and file APIs
mike•21890191mo ago
Initial attempt to implement smart HTTP protocol
mike•a9e489d1mo ago
Added settings struct
mike•b5281491mo ago