Reverse Proxy with Caddy and Custom (Dynamic) Domain Names
3
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...
Wishaway Mike 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
Dedicated Servers i want rent 100
4
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
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
URI::InvalidComponentError (bad component(expected scheme component): : https):
0
Servers
First of all, this problem is a persistent, and I'm trying to solve it for a week with 0 progress.I'm working on a Ruby on Rails website and using Devise and Omniouth-<social media> for authe...
Bye bye Heroku 👋 welcome Hatch 🐣 Deploying my first app, few trivial question :)
1
Servers
Hello,
Although I've been working with Rails for about 3 years now I was never resposible for deploying apps and dealing with servers – embarrassing, right? – apart from a side project I used Her...
Solved
Could I deploy two different apps on the same server?
6
Servers
Hello everyone,
Yesterday, I started using HatchBox to deploy my Rails applications and it is working just fine.
I was thinking about deploying 2 Rails applications on the same Vultr | 1GB RAM | ...
Solved
How will HatchBox handle manually installed software?
5
Servers
If I installed meilisearch on my server that is managed by HatchBox, how it will handle meilisearch binaries in server updates and deployments?
John Jensen replied
Error on Letsencrypt tutorial
0
Servers
I am following the guide on this site for lets encrypt and I ran into error, I don't know if something is outdated or changed
cd ~
git clone https://github.com/letsencrypt/letsencrypt
cd letsencry...
Ohre Alex posted
Jumpstart Pro - Installing Dependencies on Cloud9
3
Servers
Are there any step-by-step instructions for getting the Jumpstart Pro dependencies installed on Cloud9?
Chris Oliver replied
How do I add an node express proxy server to rails app deployed on DigitalOcean via Classic Hatchbox using an nginx config file?
0
Servers
I’ve added an node express proxy server to an Ubuntu Digitalocean server that is used by my rails app and is deployed via Classic Hatchbox app that utilizes an nginx configuration file.
The node e...
Alfred Montalvo Jr posted