Skip to content

fragaria/karmen-fakeprinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karmen fake printer

Minimalistic emulator of Octoprint API.

Development

The preferred way is to use the composed docker package as described in here.

Docker

docker build -t fragaria/karmen-fakeprinter .
docker run -p8080:8080 fragaria/karmen-fakeprinter

You can control the exposed interface and port with the following environment variables. This is useful when container is run in the docker's networking host mode.

  • SERVICE_HOST - Interface on which the proxy will be exposed, defaults to 0.0.0.0.
  • SERVICE_PORT - Port on which the proxy will be exposed, defaults to 9766

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published