Clon1998 / mobileraker_companion

Companion for mobileraker, enabling push notification.
MIT License
209 stars 12 forks source link

Update Manager don't work #1

Closed GG-Style closed 2 years ago

GG-Style commented 2 years ago

The Link for the Update Manager don't work in Mainsail. It tells unknown. Der Update Manager zeigt den Status unbekannt. Scheint also irgendwas mit dem Code nicht zu passem

Clon1998 commented 2 years ago

Sadly this is broken for months now already ... I didn't bother trying to fix this issue yet since the companion did not need any updates yet. However, I will look into this issue.

Clon1998 commented 2 years ago

Fixed. Please update the config file with the new update_manager section!

[update_manager mobileraker]
type: git_repo
path: ~/mobileraker_companion
origin: https://github.com/Clon1998/mobileraker_companion.git
primary_branch:main
managed_services: mobileraker
env: ~/mobileraker-env/bin/python
requirements: scripts/mobileraker-requirements.txt
install_script: scripts/install-mobileraker-companion.sh