Sign inSign up

hashsploit/clank

By hashsploit

Updated about 5 years ago

A containerized image of Clank, a high-performance open source Medius server implementation.

Image
1

157

hashsploit/clank repository overview

Clank

Clank is a high-performance and Open Source implementation of the proprietary SCE-RT Medius server stack used in many PlayStation 2 and PlayStation 3 multiplayer titles. The project was originally intended for Ratchet & Clank: Up Your Arsenal for the UYA Online project. However we decided to redesign it to work with many other Medius titles as well.

Source code: https://github.com/hashsploit/clank

Usage

Required volume mounts
  • Configuration mount: -v "$(pwd)/config/mas.json:/home/clank/config.json:ro"
  • Plugin mount: -v "$(pwd)/plugins:/home/clank/plugins:ro"
Optional environment variables (-e)
  • CLANK_MEM_INIT = Initial JVM memory heap size.
  • CLANK_MEM_MAX = Maximum JVM memory heap size.
  • CLANK_CONFIG = JSON configuration file name.

Example MAS (Medius Authentication Server):

docker run -d --name mas -p 10075:10075 -v "$(pwd)/config/mas.json:/home/clank/config.json:ro" -v "$(pwd)/plugins:/home/clank/plugins:ro" clank

See https://github.com/hashsploit/clank for more details.

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

about 5 years ago

docker pull hashsploit/clank