28 lines
438 B
Markdown
28 lines
438 B
Markdown
|
# Code Forge
|
||
|
|
||
|
Forgejo instance serving https://forge.karnov.club.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
### Starting / restarting
|
||
|
|
||
|
```bash
|
||
|
FORGEJO_ROOT=<path-to-app-storage-root> ./start.sh
|
||
|
```
|
||
|
|
||
|
The storage root should be readable+writable by the user within the container.
|
||
|
|
||
|
Calling the `start.sh` script will replace the containers if they already exists.
|
||
|
|
||
|
### Stopping
|
||
|
|
||
|
```bash
|
||
|
./stop.sh
|
||
|
```
|
||
|
|
||
|
## Networking
|
||
|
|
||
|
| Port | Notes |
|
||
|
|---|---|
|
||
|
|`3000`|Web listening port|
|