Merge branch 'main' of github.com:frrobert2/StationNotifier into main
authorfrrobert2 <frrobert@stnectarios.org>
Sun, 9 May 2021 21:11:46 +0000 (17:11 -0400)
committerfrrobert2 <frrobert@stnectarios.org>
Sun, 9 May 2021 21:11:46 +0000 (17:11 -0400)
README.md
notificatorossl

index f9e11ab10d955e44e27c30d8191a156edfd5d4ae..cb4027ddb3c3a45845cb6ccfd61bd7076ae5443c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,17 @@
+This is a fork of https://github.com/ThatsRedacted/StationNotifier
+
+The orginal version uses a version of curl that supported gemini.  
+
+Due to library issues on Ubuntu I could not get the version of curl that supports Gemini to run correctly.
+
+My version of the script, notificatorossl, uses openssl rather than curl.
+
+I did add an option to run amfora if you have a notification.  I have not been ablle to test it yet.
+
+Besides changing the variables key, cert, url you should also change the number next to sleep.  Currently if you run either version the script will check for notifications every minute.  You may want to increase that time so you are not hitting the site that often.
+
+### Original Reademe from Original Version
+
 # StationNotifier
 Simple CLI notifier for Station
 
index 4b2a9e5e6d97205d747b28a12596dba9eece1f72..5ade715bab70900bb851d0422bf7e53f689c5a03 100755 (executable)
@@ -2,8 +2,8 @@
 # notifitcatorossl is a fork of https://github.com/ThatsRedacted/StationNotifier
 # This program uses openssl rather than curl to connect to a gemini site`
 
-key='/home/frrobert/.config/amfora/7debbb3fae40dbe77746aa465300febaec5abb778faa8a550f8e5924f0977983.key'
-cert='/home/frrobert/.config/amfora/7debbb3fae40dbe77746aa465300febaec5abb778faa8a550f8e5924f0977983.crt'
+key=''
+cert=''
 connectto=30
 howoften=