Dashboard
Total Accounts
0
Configured accounts
Online
0
Active connections
Total Quota
-
Across all accounts
Status
Active
Proxy operational
Account Overview
đ
No accounts configured
Go to the Accounts page to add your first GitHub Copilot account
Manage Accounts
âšī¸
Add your GitHub accounts here. You'll need a GitHub Personal Access Token for each account with repo, read:user, and copilot permissions.
đĨ
No accounts yet
Click "Add Account" to configure your first GitHub Copilot account
Container Logs
â ī¸
Logs are retrieved directly from Docker containers. If you don't see logs, run this command on your server:
docker logs copilot-account1 --tail 50
Select an account above to view logs
Configuration
âšī¸
After adding accounts above, copy the generated configuration and apply it to your server using the commands below.
1. Environment Variables (.env)
# Add accounts in the Accounts page first
2. Docker Compose Configuration
# Add accounts in the Accounts page first
3. Apply Configuration
# SSH to your server and run: cd /home/viktor/copilot-proxy # Save the .env content above to .env file nano .env # Save the docker-compose content to docker-compose.yml nano docker-compose.yml # Restart all containers docker compose down docker compose up -d # Verify all containers are running docker ps --filter "name=copilot"