

I want to send a file to an iPad from a cron script. Currently I’m attaching it to a mail, but if the file is bigger than the max attachment size it won’t be sent. Also in this way I’m using an external service when it’s not needed, since both source and destination are on my lan. I tried ntfy because I was already using it for other tasks, so the server was already in place, but then I realized that iPad app is very limited. I also considered to set up a mail server, reachable only within my lan, but since that seems an overkill I’d like to find an alternative.

I’ve already looked at pushover, but discarded it because it’s not self hostable.