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-04-03 13:41:26 -04:00
..
build.sh fix(forge): add placeholder build script to satisfy Task 2024-04-03 13:41:26 -04:00
config.yml feat(forge): add actions runner 2024-03-29 20:05:29 -04:00
README.md fix(forge): use non-containerized runner 2024-03-30 10:07:01 -04:00
start.sh feat(forge): add postgresql instance 2024-04-02 14:52:02 -04:00
stop.sh fix(forge): use non-containerized runner 2024-03-30 10:07:01 -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