Gotify, Pushover and ntfy – real-time notifications

  1. https://github.com/gotify/server/issues/87
    https://github.com/androidseb25/iGotify-Notification-Assistent ↩︎

Akamai – API e Cli

  • httpie-edgegrid – Dockerfile
FROM alpine:latest
RUN apk --no-cache update
RUN apk add --no-cache build-base python3 python3-dev py3-pip git libffi libffi-dev openssl openssl-dev bash
RUN pip install httpie-edgegrid
RUN rm -rf /var/cache/apk/*