Skip to content

Commit

Permalink
Update article
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Jan 10, 2025
1 parent 3a5ad52 commit e062651
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/forgejo.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ Yep! Here's our experiment of __NuttX on Forgejo__ (pic below)

Bringing up our __Forgejo Server__ was plain-sailing (especially on Docker)

```bash
## Download the Forgejo Docker Image
## And our Docker Compose Config
docker pull codeberg.org/forgejo/forgejo:9
git clone https://nuttx-forge.org/lupyuen/nuttx-forgejo

## Up the Forgejo Server
cd nuttx-forgejo
sudo docker compose up

## To Configure: Browse to http://localhost:3002
```

- [__"Install our Forgejo Server"__](https://lupyuen.github.io/articles/forgejo#appendix-install-our-forgejo-server)

- Based on the excellent [__Forejo Docs__](https://forgejo.org/docs/latest/)
Expand Down

0 comments on commit e062651

Please sign in to comment.