Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

v1.2.0 - Docker

Compare
Choose a tag to compare
@puffrfish puffrfish released this 02 Jan 04:31
· 259 commits to master since this release
  • Added docker environment for running servers in docker containers
  • pufferd will now log where the config specified through "logPath", default is "log" if not provided
  • BREAKING: Stop API will now by default not wait for the server to stop before returning. Passing in ?wait will now be a blocking call.
  • BREAKING: Console and log API now use the same scope.
  • BREAKING: pufferd will no longer start unless --run is given. This avoids accidentally running the binary and causing collisions.
  • pufferd will now log where the config specified through "logPath", default is "log" if not provided.
  • "pre" section is now properly supported. This follows the syntax that "install" uses.
  • REMOVED: --installService is no longer supported by pufferd, using repos is recommended