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/README.md

28 lines
438 B
Markdown
Raw Normal View History

# 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|