Albanir Neves
Albanir Neves
TTypebot
Created by Mavis on 7/25/2024 in #help-and-questions
Ngrok
server {
listen 80;
server_name <your_subdomain>.ngrok.io;

location / {
proxy_pass http://localhost:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
server {
listen 80;
server_name <your_subdomain>.ngrok.io;

location / {
proxy_pass http://localhost:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
11 replies
TTypebot
Created by Mavis on 7/25/2024 in #help-and-questions
Ngrok
As an alternative, you can set up a reverse proxy (such as Nginx) to forward requests to the correct service using the Ngrok public URL
11 replies
TTypebot
Created by Mavis on 7/25/2024 in #help-and-questions
Ngrok
docker-compose logs -f
11 replies
TTypebot
Created by Mavis on 7/25/2024 in #help-and-questions
Ngrok
Check the logs of your services to identify if there are any error messages indicating why the application is reverting to the localhost URL.
11 replies
TTypebot
Created by Mavis on 7/25/2024 in #help-and-questions
Ngrok
in .env
11 replies
TTypebot
Created by Mavis on 7/25/2024 in #help-and-questions
Ngrok
BASE_URL=https://<seu_subdominio>.ngrok.io VIEWER_URL=https://<seu_subdominio>.ngrok.io/viewer
11 replies
TTypebot
Created by Mavis on 7/25/2024 in #help-and-questions
Ngrok
can you share yout docker-compose file?
11 replies
TTypebot
Created by Albanir Neves on 7/23/2024 in #help-and-questions
Mysql node
Could you develop that?
3 replies
TTypebot
Created by Albanir Neves on 7/22/2024 in #help-and-questions
Optional input
Thanks
3 replies