Forgefriends installation instructions

Forgefriends is released as docker images published on hub.docker.com.

Installation

It can be installed with:

  • docker run --name forgefriends -p 3000:3000 -e GITEA__security__INSTALL_LOCK=true -d forgefriends/forgefriends:v0.1.2

And an admin user created for test purposes with:

  • docker exec --user 1000 forgefriends gitea admin user create --admin --username root --password admin1234 --email root@example.com
1 Like