Skip to content

Instantly share code, notes, and snippets.

@ressof
ressof / synology-pushover.php
Created February 5, 2020 11:31 — forked from styxit/synology-pushover.php
A php script that can be used on a Synology Nas to revive Pushover notifications. https://styxit.com/2014/05/10/synology-pushover.html
<?php
/************************************/
/********** CONFING START ***********/
// Only allow request made by localhost?
// Set this to false if this script is not running on your synology webserver (less secure)
$localOnly = true;
/********** CONFING END *************/
/************************************/