Skip to content

Commit

Permalink
docs: add spoolman to readme and update unreleased changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf committed Sep 1, 2023
1 parent 78a98ea commit 6322f38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!--
## [Unreleased]
### Added
- profile: spoolman
### Fixed
### Changed
### Removed
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,15 @@ docker compose -f docker-compose.extra.link-obico.yaml run --rm link-obico
docker compose --profile mainsail --profile moonraker-obico up -d
```

#### Spoolman
[Spoolman by Donkie](https://github.com/Donkie/Spoolman) can be enabled via the `spoolman` Profile.

After starting the stack via
```bash
docker compose --profile fluidd --profile spoolman up -d
```

Navigate to http://<yourprinter>/spoolman to access the spoolman webinterface.

## Updating
Images are built daily and tagged with latest and the first seven chars of the commit-sha of the remote repo.
Expand Down

0 comments on commit 6322f38

Please sign in to comment.