This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
spadinastan/services/code-forge
2024-03-29 20:05:29 -04:00
..
config.yml feat(forge): add actions runner 2024-03-29 20:05:29 -04:00
README.md feat(forge): add actions runner 2024-03-29 20:05:29 -04:00
start.sh feat(forge): add actions runner 2024-03-29 20:05:29 -04:00
stop.sh feat(forge): code-forge start+stop scripts 2024-03-27 23:53:19 -04:00

Code Forge

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

Usage

Starting / restarting

FORGEJO_ROOT=.. FORGEJO_RUNNER_ROOT=... FORGEJO_RUNNER_CONFIG=... ./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.

FORGEJO_RUNNER_CONFIG should point to the runner configuration YAML file. If undefined, the default included with the scripts is used.

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

Stopping

./stop.sh

Networking

Port Notes
3000 Web listening port