tomaski / klipper-motd

Configurable and theme-able MoTD for Klipper. With installer and configurator.
MIT License
60 stars 9 forks source link

Moonraker update tracking entry #8

Open TexZeTech opened 5 months ago

TexZeTech commented 5 months ago

In moonraker you can add entries to check for updates.

In this case you can add the following to moonraker.conf and it will track the git or an individual branch.

https://moonraker.readthedocs.io/en/latest/configuration/#update_manager

https://github.com/Arksine/moonraker/blob/master/docs/configuration.md#update_manager

I request that you add this information to your configuration section. I also request that if there are any config files that need to be persistent to add a secondary folder for them. eg; klipper-motd-conf

[update_manager klipper-motd]
type: git_repo
primary_branch: main
origin: https://www.github.com/tomaski/klipper-motd.git
path: ~/klipper-motd
is_system_service: False
tomaski commented 5 months ago

completely forgot that this Moonraker feature exists :D I'll modify the installer to include it / ask for including that Moonraker config if OS has klipper in it