Files
templates/www/forgejo/README.md
2025-06-21 21:22:34 -07:00

465 B

www/forgejo

Compact self-hosted Git service https://forgejo.org/

Bastille Usage

bastille template TARGET www/forgejo --arg SECRET_KEY=`openssl rand -base64 16` --arg JWT_SECRET=`openssl rand -base64 32` --arg INTERNAL_TOKEN=`openssl rand -base64 64`

Rocinante Usage

bastille template www/forgejo --arg SECRET_KEY=`openssl rand -base64 16` --arg JWT_SECRET=`openssl rand -base64 32` --arg INTERNAL_TOKEN=`openssl rand -base64 64`