The Big E in Math -> Σ
The Big E in Math -> Σ
Explore posts from servers
RRailway
Created by The Big E in Math -> Σ on 1/5/2024 in #✋|help
Access internal network VPN
Currently, only one port can be forwarded by the service. In some cases, I want to access another port by the service to either test it or access its web management panel (i.e. rabbitMQ). Since internal network are just a virtual network made by wireguard, would it be possible to access it using the VPN client? Just curious if the VPN is setup in a way that this can be made possible.
8 replies
RRailway
Created by The Big E in Math -> Σ on 12/17/2023 in #✋|help
Obtain git commit hash
Hey, I want to keep track of release version on the release file by using git hash, but railway's CI/CD system doesn't seem to to include .git directory during build process. Is there a way to pull the hash info without needing to run git clone (or calling github API)?
9 replies
RRailway
Created by The Big E in Math -> Σ on 11/14/2023 in #✋|help
Clear dockerfile cache
Hi, I was trying to integrate sleep command before running the source for the internal DNS Resolver to setup. But it seems like it's still using the cached CMD command instead of the newly replaced ENTRYPOINT. Any ways to clear the cache?
23 replies
RRailway
Created by The Big E in Math -> Σ on 11/8/2023 in #✋|help
mTLS Supported?
Hi, I just want to confirm this before implementing it. 1. Can you run an HTTPS server with an self-signed cert over the port (instead of HTTP)? 2. If so, will mTLS work properly over the proxied connection (i.e. client certificate auth)?
11 replies
RRailway
Created by The Big E in Math -> Σ on 7/2/2023 in #✋|help
Application failed to access database
Hey, while I'm trying to run a webapp, the container fails to connect to any databases. Redis shows timeout, while Prisma (PostgreSQL) shows unreachable. But when I run it locally, everything connects.
26 replies
RRailway
Created by The Big E in Math -> Σ on 3/2/2023 in #✋|help
Missing Python Package
Hey, it seems like the NodeJS container does not have Python installed, but some of the dependency requires to be compiled using Python. How would I solve this?
22 replies