Skip to content

Commit

Permalink
Removed debug module, also forgot to include config example in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Richie Crews committed Sep 10, 2022
1 parent e307527 commit 117b891
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions config.ini.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[opnsense]
url: https://192.168.1.1/api/core/firmware/status
self_signed: true
api_key:
api_secret:

[emitter]
emitter: pushover
#emitter: telegram
#emitter:
# pushover
# telegram

[pushover]
app_token:
user_token:

[telegram]
token:
chatid:
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# vim: set ts=4 sts=4 et sw=4 ft=python:

# Python Modules
from pprint import pprint
import json # Parse JSON from OPNsense
import sys # Arguments and exit calls
import argparse # Options
Expand Down

0 comments on commit 117b891

Please sign in to comment.