---
title: "Magic Ports, Swag Store, and Updated Header"
date: 2021-06-11T14:00:00.000-07:00
number: 0033
url: https://railway.com/changelog/2021-06-11
---

# Magic Ports, Swag Store, and Updated Header

Signups have been re-opened! Looking forward to meeting plenty of new friends!

## Magic Port

By far the number one thing we new users slip up on is getting their web servers proxied correctly.

So, we've fixed that. If we detect your deployment is listening on the wrong port, we'll prompt you to override the `PORT` variable to match yours!

[Image: Untitled]

## Railway Store

We have a store! Get yourself some Railway merch at [shop.railway.app](https://shop.railway.app/) 🧢

[Image: Untitled]

## Updated Header

The header and navigation links have been cleaned up when you are logged in. Don't worry though, you can still get to all the previous links in the footer.

[Image: Untitled]

## Blog post

- Added a blog post on deploying a [Ghost blog on Railway](http://blog.railway.app/p/ghost).

## Improvements and Fixes

- `railway environment [name]` now switches to an environment if it already exists.
- `railway link` now allows you to pass the project name to link your existing project.
- Passwords in the plugin Connect tab are now obscured by default
- CLI prompts now support filtering
- `railway run` Docker tasks now work with upper-case project names
- The latest GitHub deploy is redeployed when you reset a plugins credentials
- Fixed browser back navigation after clicking on deployment from dashboard