code-forge/README.md

33 lines
658 B
Markdown
Raw Normal View History

2024-04-11 03:30:24 +00:00
# Code Forge
Forgejo instance serving https://forge.karnov.club.
## Usage
### Starting / restarting
```bash
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
```bash
./stop.sh
```
## Networking
| Port | Notes |
|---|---|
|`3000`|Web listening port|