https://github.com/stilliard/stapps-debugger
https://github.com/stilliard/stapps-debugger
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stilliard/stapps-debugger
- Owner: stilliard
- Created: 2018-09-03T23:01:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T22:05:34.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T05:12:35.358Z (over 1 year ago)
- Language: PHP
- Homepage: https://debugger.stapps.io/
- Size: 74.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debugger
A place for quickly debugging common issues, we can add & improve these as more conditions are found.
Currently supports:
- Check if an email can be sent from a given IP based on an SPF record.
## Run locally
Either with php directly:
`composer start`
or via docker:
`PORT=8001 docker-compose up --build`