Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
A
app
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Site.js
  • app
  • Issues
  • #38

Closed
Open
Opened Jun 08, 2019 by Aral Balkan@aralOwner
  • Report abuse
  • New issue
Report abuse New issue

Proxy: usability: reverse display of live url and proxy url in CLI

Currently, output for the proxy command looks like this:

🚚 [Indie Web Server] Proxying: HTTPS/WSS on localhost:443 ←→ HTTP/WS on localhost:1313

 🔁 [HPM] Proxy created: /  ->  ws://localhost:1313
 🔁 [HPM] Proxy created: /  ->  http://localhost:1313

This is confusing and people could expect to click on the only URLs they see to access their site.

Instead, let’s make it read:

🚚 [Indie Web Server] Proxy set up:

                      http://localhost:1313 will be served from https://localhost
                      ws://localhost:1313 will be served from wss://localhost

                      You can access your web site from https://localhost

 🔁 [HPM] Proxy created: /  ->  ws://localhost:1313
 🔁 [HPM] Proxy created: /  ->  http://localhost:1313
Assignee
Assign to
16.0.1
Milestone
16.0.1 (Past due)
Assign milestone
Time tracking
None
Due date
None
1
Labels
Improvement
Assign labels
  • View project labels
Reference: site.js/app#38

Like this? Fund us! Your patronage helps keep us independent and going.