https://github.com/podshot/barotrauma-server-mod-manager
https://github.com/podshot/barotrauma-server-mod-manager
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/podshot/barotrauma-server-mod-manager
- Owner: Podshot
- License: agpl-3.0
- Created: 2024-05-02T02:53:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T19:27:02.000Z (about 2 years ago)
- Last Synced: 2025-02-12T00:06:41.900Z (over 1 year ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Barotrauma Server Mod Manager
Barotrauma Server Mod Manager (aka BSMM) allows you to enable and disable mods and other content packages on your Barotrauma server instance. This management is done through a web interface and only allows for enabling and disabling mods, adding new mods or removing the files must be done through the filesystem of the server and currenly cannot be done through this application.
## Application Setup
This application is primarily designed to be ran via a docker container, here is an example `docker-compose.yml` file:
```yaml
---
services:
bsmm:
image: ghcr.io/podshot/barotrauma-server-mod-manager:latest
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- /path/to/barotrauma-server:/barotrauma
```
This will set up the mod manager to be accessible at `http://:3000` and load the Barotrauma files from `/path/to/barotrauma-server`
## Notes
The name Barotrauma and all related names and assets are property of the respective rights holders