An open API service indexing awesome lists of open source software.

https://github.com/luxchanlu/docker-dmp-ksp


https://github.com/luxchanlu/docker-dmp-ksp

dmp ksp mod

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## KSP DMP Server (https://d-mp.org/)

#### TL;DR
```bash
docker run -d -p 6702:6702 \
-v /Config:/DMPServer/Config \
-v /Plugins:/DMPServer/Plugins \
-v /Universe:/DMPServer/Universe \
-v /logs:/DMPServer/logs \
hugome/docker-dmp-ksp
```
##### Volumes

- /DMPServer/Config (Config)
- /DMPServer/Plugins (Plugins)
- /DMPServer/Universe (World save)
- /DMPServer/logs (Server logs)

##### Other volumes

- /DMPServer/DMPIPBans.txt (Banned IPS)
- /DMPServer/DMPKeyBans.txt (Banned RSA)
- /DMPServer/DMPModControl.txt (Mods)
- /DMPServer/DMPPlayerBans.txt (Banned pseudos)