Ferret Junior - "gh for Forgejo"
Find a file
Nicola Zangrandi 1ccc9a2496
All checks were successful
/ build (push) Successful in 1m0s
Added basic repo CRUD operations
2025-02-05 08:48:22 +01:00
.forgejo/workflows Added initial forgejo actions config 2025-01-21 17:35:01 +01:00
.env.example Added basic repo CRUD operations 2025-02-05 08:48:22 +01:00
.gitignore Added basic repo CRUD operations 2025-02-05 08:48:22 +01:00
fj.go Added basic repo CRUD operations 2025-02-05 08:48:22 +01:00
go.mod Added basic repo CRUD operations 2025-02-05 08:48:22 +01:00
go.sum Added basic repo CRUD operations 2025-02-05 08:48:22 +01:00
LICENSE Initial commit 2025-01-21 17:12:09 +01:00
README.md Added basic repo CRUD operations 2025-02-05 08:48:22 +01:00

fj

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 URL
  • FJ_API_TOKEN: Your Forgejo API token
  • FJ_SSH_KEY_PATH: Path to your SSH key

Environment variables take precedence over values in the .env file.