Multiple SSL certificate for a multiple domain in a multi-tenant application.
No screencast yet, but their readme is pretty well documented. 👍
Chris Oliver repliedNo screencast yet, but their readme is pretty well documented. 👍
Chris Oliver replied@bradley I'm in the same situation with an app like Shopify, have you found a good resource to tackle it?
Alex Ventura replied • SolvedHey! You may try nginx rewrite module - https://www.nginx.com/blog/creating-nginx-rewrite-rules/
Alexey Poimtsev repliedWith SSH you can run commands on remote machines, even if the command requires sudo privileges. solitaire
sacara repliedI 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...
Mountaindog postedI 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 = poo...
Turtle postedLet'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 -...
Mountaindog posted • SolvedHeya 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. ...
chetan98 postedHi, 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 cand...
Ryan V postedTo run staging on your server, make sure you have RAILS_ENV=staging set in the env vars. 👍
Chris Oliver repliedMind 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?
Axel Kee repliedLooks like you need a separate heroku app with shared databases and environment vars.
Andrei A repliedAnd glad it's been so helpful! This is the community I wish I had a long time ago, so that's great to hear!
Chris Oliver replied • SolvedGenerally for staging, you can just deploy the app to a single server to save money compared to the production fully load balanced cluster.
Chris Oliver repliedWhen 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...
Yi Mei Wang postedNow this above cap file problem has been resolved with the below commands: group :development do gem "capistrano", "~> 3.14", require: false ---> make it false end $ bundle install $ bun...
bhavya repliedI'm working on an app that does serves http but also has some parts where ActionCable is used. How do I know how many threads does my app need? Is there a rough number? How does websocket occupy t...
Yi Mei Wang postedmeanwhile, I added gem 'capistrano-ssh-doctor': The error that showed was the following: :$~ bundle exec cap production ssh:doctor [Deprecation Notice] `set :scm, :git` is deprecated. To ensure y...
Bina Darabzand repliedI'm not sure what happened, but I had a production environment/config working with nginx/passenger deployed on Digital Ocean. I am not seeing errors in log files, but nginx is throwing a 500 when I...
Matt Bjornson posted • SolvedPassenger is an Ubuntu Linux package, it will install any dependencies required automatically. You don't have to worry about them.
Chris Oliver replied