-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmoonraker-nfc2klipper.cfg
27 lines (24 loc) · 1.01 KB
/
moonraker-nfc2klipper.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Update manager configuration, based on klipper's config:
#
[update_manager nfc2klipper]
type: git_repo
# The update channel. May be set to stable, beta, or dev:
channel: dev
# The absolute path to the client's files on disk (~ is allowed).
path: ~/nfc2klipper
origin: https://github.com/bofh69/nfc2klipper.git
primary_branch: main
virtualenv: ~/nfc2klipper/venv
requirements: requirements.txt
#system_dependencies:
managed_services: nfc2klipper
info_tags:
desc=nfc2klipper
#pinned_commit:
# A git commit hash to "pin" updates to. When specified Moonraker will not
# update the repo beyond the pinned commit. If the repo is already beyond
# the specified commit, or if the commit is not in the repo, futher updates
# are disabled until the pinned_commit is changed. It is recommended to
# specify the complete hash, however abbreviated hashes with a minimum of
# 8 characters are accepted. The "pinned_commit" overrides the update
# behavior set by the "channel" option. The default is no pinned commit.