Alex Thomae

Results 8 comments of Alex Thomae

FYI Gotify has a very nice API documentation here: [Swagger UI](https://gotify.net/api-docs#/).

I would prefer having it configurable in the settings. Something like "Sign Off Commits" or so

Suggestion for this, since I have the same behavior on KDE: I have configured GW2 to be always in the background (Window Option: Keep below others), and only have burrito...

Still affected by it on 3006.6. My "solution" was to downgrade to 3006.2 as well. I think I'll look into creating my own image.

Extremely late, but I've added now the link to the readme. Thanks for the work.

Looks like until https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/91261 is merged, there is no (easy) way to do this, since there are no packages for alpine.

A workaround, in the meanwhile, could be building a custom image: ``` FROM public.ecr.aws/docker/library/postgres:18.0-alpine@sha256:f898ac406e1a9e05115cc2efcb3c3abb3a92a4c0263f3b6f6aaae354cbb1953a AS pgsql FROM ghcr.io/tiredofit/docker-db-backup:4.1.21@sha256:36e7888e4887e57e3ab3ec5ecd4782f345226084df6d3fdd93b2d3e4a2162274 RUN set -ex; \ mkdir -p /usr/libexec/postgresql18; \ rm -f /usr/libexec/postgresql; \...

Should be possible to support it, considering this: ``` $ docker run --rm -it alpine:3.23 apk add postgresql18 ( 1/19) Installing postgresql-common (1.2-r2) [...snip...] (19/19) Installing postgresql18 (18.1-r0) Executing postgresql18-18.1-r0.post-install...