Skip to content

Commit

Permalink
docs: update demo image
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns authored Dec 29, 2023
1 parent c358250 commit d9ec4e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ Localias is a tool for developers to securely manage local aliases for developme

Use Localias to redirect `https://server.test` → `http://localhost:3000` in your browser and on your command line.

<img width="464" alt="iTerm showing the most basic usage of Localias" src="https://user-images.githubusercontent.com/824173/235960302-8b6f4bdd-1403-4a8f-a14f-7de938f9d1c4.png">
<img width="464" alt="iTerm showing the most basic usage of Localias" src="https://github.com/peterldowns/localias/assets/824173/5b0121df-237e-47e7-92b8-d09017fcf95f.png">

This is commonly useful for web developers or teams for the following reasons:
### Major Features
- Use convenient names, without ports, in your URLs
- Serve your development website behind TLS, minimizing differences between development and production.
- No more CORS problems!
- Set secure cookies!


### Major Features
- Works on MacOS, Linux, and even WSL2 (!)
- Automatically provisions and installs TLS certificates for all of your aliases
by default.
Expand Down Expand Up @@ -532,4 +529,4 @@ interfering and binding to these ports.
running in wsl2
- [ ] Daemonized server errors are reported if it fails to start
- [ ] Better helpers for getting access to logs
- [ ] General code cleanup and tests
- [ ] General code cleanup and tests

0 comments on commit d9ec4e8

Please sign in to comment.