Run with gunicorn or waitress #14
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: W1CDN/aprs_tool#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
gunicorn will be more secure/stable than the internal Flask server. Use and document.
Run with gunicornto Run with gunicorn or waitressIt may have been waitress I was thinking of. Example script:
I think the URL needs to be changed to access from another machine.
My issue with getting this going locally is that I am running my digipeater on an SBC behind another machine running yunohost, so getting ports and subdomains lined up is a new challenge for me. Once I figure it out, I'll share what I did.
I got the reverse proxy figured out.
Now can run in screen with
./start-aprs_api.sh
as of23d52a80da
.