The Big E in Math -> Σ
Explore posts from serversAccess 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
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
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
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