Skip to content

Commit

Permalink
bumped requirements.txt + minor changes to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
msmhome committed Aug 5, 2024
1 parent e70c305 commit 1868c69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This is built around my use case and homelab but is versatile to be deployed as-
* **PDF Faxes, TXT SMS Files**
* **Built Asynchronously**

This has not been tested at scale and outside of my personal at-home use, while it relies on Telnyx to do most of the work, as with all FOSS, no guarantees are made.
This has not been tested at scale and outside of my at-home use, while it relies on Telnyx to do most of the work, as with all FOSS, no guarantees are made.

# Usage

It's useful to deploy this in a container on a NAS and use a network file share or run locally on Docker with host path directories mounted.

miniFaxServer revolves around the /Faxes directory. Faxes and SMS messages received are dumped there in encoded .pdf or .txt files, respectively. 

Add your own IP ranges to the .env whitelist. The default entries are for Telnyx's servers and should not be changed. Try host 0.0.0.0 if you encounter problems with whitelist.
Add your own IP ranges to the .env whitelist. The default entries are for Telnyx's servers and should not be changed. Try host 0.0.0.0 if you encounter problems with whitelist due to cloudflared showing internal IPs.

#### Fax In

Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
bleach==6.1.0
fastapi==0.109.0
pydantic==2.5.3
python-dotenv==1.0.0
Requests==2.31.0
slowapi==0.1.8
starlette==0.35.1
fastapi==0.112.0
pydantic==2.8.2
python-dotenv==1.0.1
Requests==2.32.3
slowapi==0.1.9
starlette==0.37.2
telnyx==2.1.2
uvicorn==0.25.0
watchdog==3.0.0
Werkzeug==3.0.1
uvicorn==0.30.0
watchdog==4.0.1
Werkzeug==3.0.3
ipaddress==1.0.23

0 comments on commit 1868c69

Please sign in to comment.