mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-23 22:18:22 +01:00
Fix labelmaker wrong defaults in docs (#520)
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
| HBOX_OPTIONS_CHECK_GITHUB_RELEASE | true | check for new github releases |
|
| HBOX_OPTIONS_CHECK_GITHUB_RELEASE | true | check for new github releases |
|
||||||
| HBOX_LABEL_MAKER_WIDTH | 526 | width for generated labels in pixels |
|
| HBOX_LABEL_MAKER_WIDTH | 526 | width for generated labels in pixels |
|
||||||
| HBOX_LABEL_MAKER_HEIGHT | 200 | height for generated labels in pixels |
|
| HBOX_LABEL_MAKER_HEIGHT | 200 | height for generated labels in pixels |
|
||||||
| HBOX_LABEL_MAKER_PADDING | 8 | space between elements on label |
|
| HBOX_LABEL_MAKER_PADDING | 32 | space between elements on label |
|
||||||
| HBOX_LABEL_MAKER_MARGIN | 8 | space between the label content and edges of the label |
|
| HBOX_LABEL_MAKER_MARGIN | 32 | space between the label content and edges of the label |
|
||||||
| HBOX_LABEL_MAKER_FONT_SIZE | 32.0 | the size of the labels font |
|
| HBOX_LABEL_MAKER_FONT_SIZE | 32.0 | the size of the labels font |
|
||||||
| HBOX_LABEL_MAKER_PRINT_COMMAND | | the command to use for printing labels. if empty, label printing is disabled. `{{.FileName}}` in the command will be replaced with the png filename of the label |
|
| HBOX_LABEL_MAKER_PRINT_COMMAND | | the command to use for printing labels. if empty, label printing is disabled. `{{.FileName}}` in the command will be replaced with the png filename of the label |
|
||||||
|
|
||||||
@@ -64,8 +64,8 @@ OPTIONS
|
|||||||
--options-check-github-release/$HBOX_OPTIONS_CHECK_GITHUB_RELEASE <bool> (default: true)
|
--options-check-github-release/$HBOX_OPTIONS_CHECK_GITHUB_RELEASE <bool> (default: true)
|
||||||
--label-maker-width/$HBOX_LABEL_MAKER_WIDTH <int> (default: 526)
|
--label-maker-width/$HBOX_LABEL_MAKER_WIDTH <int> (default: 526)
|
||||||
--label-maker-height/$HBOX_LABEL_MAKER_HEIGHT <int> (default: 200)
|
--label-maker-height/$HBOX_LABEL_MAKER_HEIGHT <int> (default: 200)
|
||||||
--label-maker-padding/$HBOX_LABEL_MAKER_PADDING <int> (default: 8)
|
--label-maker-padding/$HBOX_LABEL_MAKER_PADDING <int> (default: 32)
|
||||||
--label-maker-margin/$HBOX_LABEL_MAKER_MARGIN <int> (default: 8)
|
--label-maker-margin/$HBOX_LABEL_MAKER_MARGIN <int> (default: 32)
|
||||||
--label-maker-font-size/$HBOX_LABEL_MAKER_FONT_SIZE <float> (default: 32.0)
|
--label-maker-font-size/$HBOX_LABEL_MAKER_FONT_SIZE <float> (default: 32.0)
|
||||||
--label-maker-print-command/$HBOX_LABEL_MAKER_PRINT_COMMAND <string>
|
--label-maker-print-command/$HBOX_LABEL_MAKER_PRINT_COMMAND <string>
|
||||||
--help/-h display this help message
|
--help/-h display this help message
|
||||||
|
|||||||
Reference in New Issue
Block a user