ferret
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by ferret on 11/8/2023 in #djs-questions
images in an embed don't load
17 replies
websocket: bad handshake with gorilla websockets
i have a websocket server running on railway with a custom domain, and when going to the websocket route in the browser, i get the expected error:
so i think the server is exposed correctly.
however, when connecting using my cli app with the gorilla websockets package, i get this error:
i'm not entirely sure why.
code for connecting:
19 replies
Question about how logs are gathered
I have a question about how logs are gathered on railway. I have a k8s cluster where user pods are dynamically configured in a new namespace, and I'd like to run a sidecar pod that intercepts logs from another container in the same pod. So far, I haven't found a way to grab the logs from another running container. I'd like to know if railway does something similar
4 replies
Question About Railway & Nixpacks
Hey all, I think nixpacks is super interesting and I'm looking to integrate it in my own project, but I'm confused about how I want to implement it. I'm working on my own hosting platform for fun.
I'm running a Kubernetes cluster that has all the microservices for the platform. I have a deployment microservice where I'd like to build a Docker image using nixpacks and run it. I was curious about how Railway integrated nixpacks into the deployment pipeline and was wondering if anyone could share some insight.
Thanks in advance 🙂
18 replies