Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 723 Bytes

File metadata and controls

24 lines (15 loc) · 723 Bytes

triangl-scripting

Collection of shell scripts to handle different tasks such as automated slack notifications

On Device the files should be located in /root/scripts

triangl-packet-updater

Run on openWRT before starting:

opkg update
opkg install jq
opkg install curl

Shell script to fetch every successful build and install it on the AP. Also notifies the #hardware_updates channel about success or error of the process.

Don't forget to insert API token.

Script queries circleCI API for successful builds, if a new one is found it is downloaded and installed.

triangl-router-ip-updater

Shell scripts, that sends a notification in a slack channel if the ip address of one of our routers changes.