caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
638 stars 56 forks source link

Release schedule #95

Closed sderuiter closed 1 year ago

sderuiter commented 1 year ago

:question: Question

On apprise, my reported bug was fixed in this Pull request

However, for my project it makes more sense to go the apprise-api route. My question: is there a schedule for releases for apprise-api, that would include this pull request?

caronc commented 1 year ago

I'll try to put an official release of Apprise out this weekend if i can. But you can also just create a Dockerfile and deploy the Apprise-API that references the master branch (here) of Apprise. Then you'll have an instant fix 🙂

sderuiter commented 1 year ago

I did not know that. I currently have this in my docker-compose:

services: apprise-api: image: caronc/apprise:latest

How should I change this to reference the master branch directly?

Another question: can I completely disable the dashboard? I'm only using stateless mode.

caronc commented 1 year ago

You can find this information on the main README.md file in this repository 😊

caronc commented 1 year ago

Closing this ticket off anyhow as all of the code has now been merged into the last release.