Reverse Proxy with Caddy and Custom (Dynamic) Domain Names

4
Servers
TL;DR - how do I override the base_url (akin to CSRF protection?) with a set of valid domains? Hi all I run a PaaS of sorts which at present is hosted on Heroku and I have to map all my custom do...
Kim Shay replied
Solved

Dedicated Servers i want rent 100

2
Servers
Dedicated Servers CPU 16 cores, 3GHz or higher, example AMD 5950x 128GB RAM or more 1TB or more NVME SSD 500 Mbps+ channel, 100TB/month traffic
Davidmenk321 replied

Passenger vs Puma

6
Servers
I notice that there seems to be a preference for Passenger over Puma in your screencasts and hatchbox.io. Can you elaborate? I was curious about HTTP/2, multithreading, performance, etc.
Jonathan Nguyen replied
Solved

Looking for an alternative to cloud 9 - production server will run on digital ocean

5
Servers
I have been using cloud 9 and an IDE but was wondering if anyone is running an IDE on Digital Ocean

Capistrano deployment errors

6
Servers
Hi, I installed the working_hours gem to calculate SLA hours on my ticketsystem. It all works on dev so i was ready to deploy it to the production machine with capistrano now i get the following ...
shakycode replied

Deploy Rails

9
Servers
Hi . Can you help me ? When i start : cap deploy production, i have errors: 1. rake stdout: Nothing written 2. rake stderr: syck has been removed, psych is used instead How can i resolve them?
Artem Kiryanov replied

Passenger Spinning down in Production

5
Servers
My favorite combination of Rails/HTTP is Nginx + Passenger. They work wonderfully together and it's been super easy to setup across all of my apps. One thing I've noticed in some of my apps that ...
shakycode replied

rbenv: bundle: command not found

15
Servers
I'm trying to deploy my Rails app on my Digital Oceans VPS but I'm running into a error: Running `cap production deploy` ends up with this error: INFO[7cd03924] Running ~/.rbenv/bin/rbenv exec b...
shakycode replied

Getting a 403 on Ubuntu + Nginx

3
Servers
My error log outputs the following, [ 2014-11-02 04:18:12.0511 23504/7f64e6a36780 agents/Watchdog/Main.cpp:538 ]: Options: { 'analytics_log_user' => 'nobody', 'default_group' => 'nogroup', ...
Peter Boomsma replied

rbenv: 2.1.2 is not installed or not found

1
Servers
I'm trying to deploy my local Rails app to my Digital Ocean VPS using the GoRails guide > https://gorails.com/deploy/ubuntu/14.04 But I'm running into a error when I want to deploy: cap pr...
Chris Oliver replied

where to look for errors besides nginx error logs

3
Servers
Hi, My currently deployed Rails app seems to have issues with uploading images to Amazon S3 storage through CarrierWave. I get the familiar "We're sorry, but something went wrong." message. I ch...
shakycode replied
Solved

SMTP not relaying SMS text messages

1
Servers
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. ...
Alek Zapatchco replied

How to Access Rails Server from Other Devices on the Same Network?

2
Servers
I’m working with a Ruby on Rails application inside a DevContainer, and I’m trying to access the Rails server running on my localhost from other devices on the same private network. I’ve already tr...

Hatch Deploy

1
Servers
Hi, I recently deployed 2 apps on one server, how do I view the second app coz the view site button redirect me to the first app Ive deployed ?
Solved

Action Cable with Puma, Nginx, Docker Swarm

6
Servers
I setup a DigitalOcean Ubuntu 22 droplet to host a docker swarm with containers for a rails app, postgress, and redis. I’m not able to get action cable to work with puma and nginx. I see errors in ...

How can I solve this problem?

2
Servers
ERROR (SSHKit::Command::Failed): Exception while executing on host 142.93.8.11: docker exit status: 1 docker stdout: Nothing written docker stderr: Error: target failed to become healthy
Alan Reid replied

Deploy rails 7.2+

2
Servers
Rails 7.2 dev containers include a compose file, enabling me to run Rails, PostgreSQL, and Redis locally with just Docker installed on my system. So I created run: rails new --rails-version 7.2.0...
Greg S replied

There are no Phusion Passenger-served applications running whose paths begin with '/path/to/app/directory'

5
Servers
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 runn...
Eloi Riera Lanau replied

Hobby server alternatives since Heroku going paid

3
Servers
In no particular order: * Fly.io * Render.com * [Hatchbox.io](https://app.hatchbox.io) (I built this! 🤓) * DigitalOcean Apps * Railway Hatchbox.io is a bit different because it runs on your serve...
Kentastic replied

How to start and stop ngrok with Thin server?

3
Servers
I'm using the basic Thin server on my dev machine and I'd like to start and stop ngrok automatically with `rails s` - how do I do that?I found several articles but they all involve more complex set...
Solved