mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
321 stars 82 forks source link

apprise for moonraker notification #160

Closed luckydevil13 closed 2 months ago

luckydevil13 commented 2 months ago

Hi, could you please be kind to add apprise docker image (separate or inside moonraker) for support notifications via moonraker?

mkuf commented 2 months ago

Apprise is already installed in the moonraker container image as it is part of the upstream requirements

~$ docker run --rm -it --entrypoint bash mkuf/moonraker:latest

moonraker@5a1bfaf880dd:/opt$ ./venv/bin/pip freeze

WARNING: The directory '/home/moonraker/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
apprise==1.8.0
certifi==2024.6.2
charset-normalizer==3.3.2
[...]

Do you have any logs that indicate apprise is missing?

luckydevil13 commented 2 months ago

thanks!