🔨 Where code lives. https://forge.karnov.club
Find a file
2024-04-13 20:22:24 -04:00
images feat(ubuntu-ci): preinstall node20 2024-04-13 20:22:24 -04:00
build-ci.sh feat(ubuntu-ci): preinstall node20 2024-04-13 20:22:24 -04:00
build.sh feat: migrate forge scripts 2024-04-10 23:30:24 -04:00
config.yml feat: migrate forge scripts 2024-04-10 23:30:24 -04:00
README.md feat: migrate forge scripts 2024-04-10 23:30:24 -04:00
start.sh feat: migrate forge scripts 2024-04-10 23:30:24 -04:00
stop.sh feat: migrate forge scripts 2024-04-10 23:30:24 -04:00

Code Forge

Forgejo instance serving https://forge.karnov.club.

Usage

Starting / restarting

FORGEJO_ROOT=.. FORGEJO_RUNNER_ROOT=... ./start.sh

FORGEJO_ROOT should be a directory with read+write access by the container user, this is where application data will get stored.

FORGEJO_RUNNER_ROOT should also be read+write accessible and will be where the runner stores data.

Calling the start.sh script will replace the containers if they already exists.

Note that the runner(s) must be registered and started manually.

Stopping

./stop.sh

Networking

Port Notes
3000 Web listening port