You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#I created a webservice addition to this portfolio. @aaronlumenhttps://github.com/aaronlumen/signal-cli
It's really basic in principle. A crontab runs a receive service call that parses the received messages for a timestamp, sender and body of message which it appends to a /var/log/signal.log file.
An index.php file running on apache / nginx or whatever you want to roll with reads the log file for the parsed messages and displays them on the screen. It also has a php web applet that allows the execution of signal-cli to send a message to a recipient entered by the webuser. Pretty basic and only a framework. The only issue I have is www-data does not have a bash login and is set to nologin. I am unsure how to give www-data a config file.
Once I figure that simple portion out, It will be able to send messages from the website too. Currently www-data is unable to find signal-cli but I will probably fix that here this evening.
I wrote this for my sons who are continually alienated and abused to be able to make contact if they are being beaten or subjected to further abuse while they are not with me and are abused for talking to me, their father who loves them very much and wants them to be safe.
The text was updated successfully, but these errors were encountered:
#I created a webservice addition to this portfolio.
@aaronlumen https://github.com/aaronlumen/signal-cli
It's really basic in principle. A crontab runs a receive service call that parses the received messages for a timestamp, sender and body of message which it appends to a /var/log/signal.log file.
An index.php file running on apache / nginx or whatever you want to roll with reads the log file for the parsed messages and displays them on the screen. It also has a php web applet that allows the execution of signal-cli to send a message to a recipient entered by the webuser. Pretty basic and only a framework. The only issue I have is www-data does not have a bash login and is set to nologin. I am unsure how to give www-data a config file.
Once I figure that simple portion out, It will be able to send messages from the website too. Currently www-data is unable to find signal-cli but I will probably fix that here this evening.
I wrote this for my sons who are continually alienated and abused to be able to make contact if they are being beaten or subjected to further abuse while they are not with me and are abused for talking to me, their father who loves them very much and wants them to be safe.
The text was updated successfully, but these errors were encountered: