Ferret Junior - "gh for Forgejo"
.forgejo/workflows | ||
.env.example | ||
.gitignore | ||
fj.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
logo.png | ||
README.md |

A Forgejo CLI - "gh for Forgejo"
Configuration
The application can be configured using environment variables or a .env file. Create a copy of .env.example
as .env
and modify the values:
cp .env.example .env
Required variables:
FJ_HOST
: Your Forgejo instance URLFJ_USERNAME
: Your Forgejo usernameFJ_API_TOKEN
: Your Forgejo API tokenFJ_SSH_KEY_PATH
: Path to your SSH keyFJ_SSH_USER
: SSH user for your Forgejo instance
Environment variables take precedence over values in the .env file.