Unsmart
Explore posts from serversBrute force attack
Guarding against this would be your responsibility. I think they have some pretty basic ddos stuff that they block but generally everything is on your own to make sure you are handling. Would recommend you put something like cloudflare in front to setup firewall rules to try and stop any botted traffic.
8 replies
[WORKAROUND]: Eschew Railway Proxy connection via Cloudflare Tunnel
You probabaly need to change the ssl settings: https://docs.railway.app/guides/public-networking#provider-specific-instructions
75 replies
Deployment removed before healthcheck
Well I have found the issue and I guess its as expected. Was going to look into potentially trying to auto scale replicas for the service but noticed I cant make a replica and its because of volumes... says that it prevents multiple deployments thus the healthcheck is basically pointless lol. Sucks because this service only needs a single file that is read only :sad:
21 replies