summaryrefslogtreecommitdiff
path: root/user-notify/files/user_notify.uci
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-10-22 14:25:45 +0200
committerKarel Kočí <cynerd@email.cz>2020-10-22 14:25:45 +0200
commit55b66a930c086d57f567e5d72ec7575df4a18fcc (patch)
tree48b461e8c06a86d4f0e787897a560d96a1559f08 /user-notify/files/user_notify.uci
parentcb1b57931e787facba5335cc3ca85613089a91cf (diff)
downloadopenwrt-personal-pkgs-55b66a930c086d57f567e5d72ec7575df4a18fcc.tar.gz
openwrt-personal-pkgs-55b66a930c086d57f567e5d72ec7575df4a18fcc.tar.bz2
openwrt-personal-pkgs-55b66a930c086d57f567e5d72ec7575df4a18fcc.zip
user-notify: remove
Diffstat (limited to 'user-notify/files/user_notify.uci')
-rw-r--r--user-notify/files/user_notify.uci27
1 files changed, 0 insertions, 27 deletions
diff --git a/user-notify/files/user_notify.uci b/user-notify/files/user_notify.uci
deleted file mode 100644
index d654387..0000000
--- a/user-notify/files/user_notify.uci
+++ /dev/null
@@ -1,27 +0,0 @@
-package 'user_notify'
-
-config smtp smtp
- option enable 0
- option use_turris_smtp 1
- option sender_name 'turris'
- #option from 'router@example.com'
- #option server 'example.com'
- #option port 465
- #option username 'router'
- #option password '1234'
- #option security 'ssl' # or 'starttls' or 'none'
- #list to 'user@example.com'
-
-config notifications notifications
- # 1: restarts
- # 2: restarts and errors
- # 3: restarts, errors and updates
- option severity 1
- # Send news severity
- option news 1
-
-config reboot reboot
- # Days, how long to wait before reboot (only if notifications are enabled)
- option delay 3
- # If present, schedule the reboot to specified time
- option time '03:30'