17 lines
504 B
INI
17 lines
504 B
INI
![]() |
[update_manager octoapp]
|
||
|
type: git_repo
|
||
|
# Using `channel: beta` makes moonraker only update to the lasted tagged commit on the branch. Which lets us control releases.
|
||
|
channel: beta
|
||
|
path: /home/nixolas/octoapp
|
||
|
origin: https://github.com/crysxd/OctoApp-Plugin.git
|
||
|
env: /home/nixolas/octoapp-env/bin/python
|
||
|
requirements: requirements.txt
|
||
|
install_script: install.sh
|
||
|
managed_services:
|
||
|
octoapp
|
||
|
|
||
|
# This allows users of OctoApp to get announcements from the system.
|
||
|
[announcements]
|
||
|
subscriptions:
|
||
|
octoapp.
|