Emanuel Garcia
Emanuel Garcia
This post was very helpfull! In my setup we have agents group, just set the variables the same way the manager generates for all values and worked,
Hey man, i fixed the docker file: `FROM alpine:3.19 RUN apk update RUN apk add --no-cache alpine-sdk RUN apk add --no-cache py3-pip RUN python3 -m venv /opt/venv ENV PATH="/opt/venv/bin:$PATH" RUN...
Use this one to run on background and start on boot `docker run -d --restart unless-stopped --name pushtify -e GOTIFY_TOKEN=zzz -e GOTIFY_HOST=gotify.example.org -e PUSHOVER_USERKEY=xxx ghcr.io/sebw/pushtify:v0.5`