Skip to content

xiaoxuan6/github-profile

Repository files navigation

github-profile

Start locally

  • go 1.22 with go mod
  • go run main.go
  • with token GITHUB_TOKE=xxxx go run main.go

Docker

environment

docker run --name=github-profile -e GITHUB_TOKEN="xxx" -p 11080:11080 -d ghcr.io/xiaoxuan6/github-profile:latest 

.env file

docker run --name=github-profile -v $(pwd)/.env:/src/.env -p 11080:11080 -d ghcr.io/xiaoxuan6/github-profile:latest