FaxServer
FaxServer copied to clipboard
Send and Receive Faxes Using The Twilio Programmable Fax API.
For a client, I'm needing a Fax printer setup such that someone could send faxes from Epic (Deaconess Healthcare's Electronic Record System) via the print dialog and "Windows Fax and...
I have a CentOS 7 VM running on hyper V. I have the FaxServer running through docker-compose as described in the readme file. I have NGINX installed on the Centos...
Hi, Thanks a lot for this wonderful tool. It works great for sending and receiving faxes. I've added my mailgun API key and set up the URL but I'm not...
When using the docker method with instructions from here I get a "Permission denied (public key) fatal: Could not read from remote repository
How can I use this to send our catalog to multiple fax numbers, like a CSV list?
Generate proper QR codes for 2FA that are readable by apps such as Google Authenticator. This is a repeat of https://github.com/bludesign/FaxServer/pull/10 to conform to the otpauth protocol: "otpauth://TYPE/LABEL?PARAMETERS"
Main code seems to time out with attachments over 1MB. Tried running without proxy to eliminate interference but same result. Under 1MB works fine
I'm trying to get this to run on Heroku, with following commands... but once deployed and released, logs shows no web process running. heroku container:login heroku create heroku container:push faxserver...
### Repro steps * Create droplet on DigitalOcean running Ubuntu 19.04 * `ssh` into droplet as `root` * `git clone https://github.com/bluedesign/FaxServer` * `cd FaxServer` * `docker-compose up` ### Result ```...
Regression. Commit d71824816c89424696d4d07f916f8c4e75ebd4bf reverted this change so now 2FA is broken again. Change `jQuery('#code').qrcode("#(totpToken)");` Into `jQuery('#code').qrcode("otpauth://totp/Fax%20Server:#(email)?secret=#(totpToken)&issuer=Fax%20Server&algorithm=SHA1&digits=6&period=30");` In Resources/Views/user.leaf:5 to fix this. _Originally posted by @ZetaTwo in https://github.com/bludesign/FaxServer/issues/9#issuecomment-500785446_