rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

[Feature Request] Add ngrok feature to expose local site to www #228

Open iamimmanuelraj opened 1 month ago

iamimmanuelraj commented 1 month ago

Description Add support for ngrok to expose the site to www when doing a local development.

Use Case Can be useful when we need to test a oauth app or anything that depends on endpoints and callbacks

Expected Behavior Have the site exposed to www without domain

Current Behavior (if applicable) Site is not accessible outside localhost

Possible Solution Add ngrok support

Additional Context https://github.com/easyengine is a software that does site management in a similar way