Got error message when I install Capistrano, stuck at deployment for two days.

26
Servers
Rails, Hatchbox, New SSH Key and Permission denied (publickey)
I am having the same issue - and I just created the cluster!

2
Servers
Deploy rails project using subdirectories
Hey!
You may try nginx rewrite module - https://www.nginx.com/blog/creating-nginx-rewrite-rules/

2
Servers
Multiple SSL certificate for a multiple domain in a multi-tenant application.
I've switched to using https://github.com/acmesh-official/acme.sh for SSL on Ubuntu 20.04 and it works great.
Definitely recommend it. It's what we use in [Hatchbox.io](https://hatchbox.io) for SSL.

2
Servers
How do I execute a sudo command over SSH?
With SSH you can run commands on remote machines, even if the command requires sudo privileges.
solitaire

2
Servers
There are no Phusion Passenger-served applications running whose paths begin with '/path/to/app/directory'
I am trying to deploy my rails 6 application on Ubuntu 18 server which has Nginx + passenger .
when I run cap production deploy
it tell me "There are no Phusion Passenger-served applications r...

1
Servers
Running Yarn offline
I have a production server Running Rails 6 (latest version) that is extremely locked down. I don't manage the infrastructure surrounding (firewalls, IPs, etc...) the server. Only a few things are a...

1
Servers
Address already in use for headless browser
I use Watir and headless Firefox/Chrome to scrape a website deployed with Hatchbox:
def perform(uid_number)
pool = RandomPort::Pool.new #random_port gem to generate a free port
port_number =...

1
Servers
How do I configure Rails to use a Proxy URL
Let's say we have a Rails project operating on the domain https://hello.world.com. The way the organization's infrastructure is set up, https://hello.world.com gets proxied into a new URL called -...

1
Servers
SMTP not relaying SMS text messages
Heya guys, thanks in advance for any assistance on this. I'm getting a weird behavior that just started happening last month. I have a MS Server 2019 (on premise VM) that is setup as a SMTP relay. ...

1
Servers
Having problems getting SSL cert w/Rails app from guide:
Hi,
I was following this guide - https://gorails.com/guides/free-ssl-with-rails-and-nginx-using-let-s-encrypt - and i got past the error of
```Package 'python-virtualenv' has no installation ...

1
Servers
Hatchbox deployment. public/index.html not found
To run staging on your server, make sure you have RAILS_ENV=staging set in the env vars. 👍

6
Servers
Serving Assets on Nginx + Passenger Production Deployment
Mind to elaborate more on your issue? What happens if you didn't set `config.assets.compile = true` ? Does the assets not served? Is the stylesheet/ javascript tag correctly placed in views?

2
Servers
Would love an episode on setting up AnyCable on Heroku
Looks like you need a separate heroku app with shared databases and environment vars.

3
Servers
What's a good way for upgrading a server?
And glad it's been so helpful! This is the community I wish I had a long time ago, so that's great to hear!

5
Servers
How should I go about setting up a staging environment on Hatchbox w/ DigitalOcean?
Generally for staging, you can just deploy the app to a single server to save money compared to the production fully load balanced cluster.

2
Servers
How do I protect myself against brute-force attacks when using Cockpit server administration?
When using Cockpit, I feel that it opens up a big vulnerability as the browser login allows unlimited attempts to login. Once the brute-force is successful, the attacker will be able to run command...

1
Servers