Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
papko26 committed Nov 24, 2024
1 parent cf446b5 commit e12dcb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gtw_stack_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ jobs:
echo "${{ secrets.ENV_FILE }}" > ${{ env.DEPLOY_DIR }}/gtw.env
cd ${{ env.DEPLOY_DIR }}
docker compose pull
docker compose up -d
docker compose up -d --force-recreate
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then this is exactly what you need!
## How It Works

1. Copy the Google Maps link you've been sent.
2. Paste it into (not yet, coming soon) [waze.papko.org](https://waze.papko.org).
2. Paste it into [waze.papko.org](https://waze.papko.org).
3. Click the button and you'l be redirected to Waze

This stack hosts a web server that translates Google Maps links into Waze-compatible destinations. No more guesswork, no more detours—just navigation made simple.
Expand All @@ -42,7 +42,7 @@ Same as for Wazers - feel free to reach me you have any concerns.
## Stack

- **Backend and Frontend**: Python (Flask) for logic and HTML rendering (contributions are always welcome)
- **Reverse Proxy**: NGINX
- **TLS termination and rate limiting**: NGINX
- **SSL**: Managed via Certbot (Let’s Encrypt)
- **Containerized**: Docker Compose orchestrating the magic

Expand Down
2 changes: 1 addition & 1 deletion app/gtw.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def parse_arguments():
<div class="container">
<h1>It does not looks like a google maps link!</h1>
<p>
Look like you gave me the wrong link. At the moment, I can only handle Google Maps.
Looks like you gave me the wrong link. At the moment, I can only handle Google Maps.
<br>
<br>
I’m not a frontend guru at all, so I’ll just send you this message to keep things moving.
Expand Down

0 comments on commit e12dcb1

Please sign in to comment.