Skip to content

Commit

Permalink
Explain why self-hosting is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Dec 28, 2023
1 parent 2677f7e commit 977b931
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,12 @@ frontend in parallel on your machine.

## Deployment

The application servers are deployed on [Fly.io](https://fly.io/).
I host the application servers on [Fly.io](https://fly.io/) and with
[Redis Cloud](https://redis.com/).

```shell
fly deploy
```
Self-hosted deployments are not supported at the moment. If you want to deploy
sshx, you'll need to properly implement HTTP/TCP reverse proxies, gRPC
forwarding, TLS termination, private mesh networking, and graceful shutdown.

Please do not run the development commands in a public setting, as this is
insecure.

0 comments on commit 977b931

Please sign in to comment.