33 lines
658 B
Markdown
33 lines
658 B
Markdown
|
# 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|
|