Removed unsupported options that cause warnings: - allow_offline_updates (not a valid option) - update_sensors (not a valid option) - persisted_version (not a valid option) - needs_refresh (not a valid option) These options are either outdated or from a different update manager implementation. Moonraker manages version tracking internally.
14 lines
647 B
INI
14 lines
647 B
INI
# ============================================================================
|
|
# MOONRAKER UPDATE MANAGER - Neptune 4 Plus Configs
|
|
# ============================================================================
|
|
# This file configures Moonraker to track the open4neptune-new repository
|
|
# and allow updates directly from Mainsail/Fluidd UI
|
|
# ============================================================================
|
|
|
|
[update_manager open4neptune-configs]
|
|
type: git_repo
|
|
path: ~/printer_data/config/open4neptune-new
|
|
origin: https://git.sky-net.it/nocci/open4neptune-new.git
|
|
install_script: install.sh
|
|
managed_services: klipper
|
|
primary_branch: main
|