nils måsén
nils måsén
> > The message is a bit cryptic, but what it means is that the repository responds with something that is not valid JSON. Instead of starting with `{`, it...
You should be able to retrieve the logs from the previous run. Just running `docker logs watchtower` or similar should show them. We don't have much to go on otherwise...
What time zone is 3 AM in? It could be because of a prior bug that I fixed yesterday that caused watchtower to crash, leaving a temporary container (the random...
The payload for `generic` is just the message, there are no special templates built in. I can probably take a stab at implementing support for Notifiarr, but I didn't see...
@austinwbest, sorry about the confusion around `template=json`, it has indeed been added, but you need to use the `generic://dev.notifiarr.app/api/v1/notification/test?event=Watchtower&template=json` (and not `generic+https://`, since that just sends all query parameters through...
> Why would a hash be desired over a version? How would that even work? An image tag has no concept of a `version`. There is nothing that identifies what...
Just as a heads-up, this is how the report looks using the prototype JSON template: Message sent after a "session": ```json { "entries": [ { "data": {"tagged_data_key": "tagged_data_value"}, "level": "info",...
That sounds like `--notification-report` is missing. Then it only sends the log messages instead of the summary ("report").
@austinwbest the structured JSON format is now available in watchtower if you wanted to add an integration. Instead of the `?template=json` suffix in the config URL, you set the watchtower...
It has conflicts, but I think the main problem is that I have no idea what this PR is trying to do. It just looks like it would do a...