Mirand
Explore posts from serversMonitoring tools
Which of the monitoring tools e.g Grafana, Prometheus etc, would be the best choice in order to monitor logs from the application on Railway. I know that i can see logs from the dashboard, but however i need the logs older then 7 days. any documentation how to implent or how to integrate withing Railway?
13 replies
HTTP basic auth
Hello, is it possible inside the Railway, to configure restriction for HTTP with basic auth. similar to Nginx restriciton with basic auth. e.g, i want my staging root URL to restrict HTTP with basic authentication. is it possible inside Railway with any service?
15 replies
Railway login
hello, i have a question when using Github Actions to deploy the app to the Railway. I have currently on Railway frontend, backend. i want to use a workflow when anything is changed on the code for backend or frontend. i have generated a token from dashboard, and i saved on the github secrets, and tried: - name: Deploy to Railway
run: |
railway up --service NestJs Generic TQUEEN
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
this one to login, but the workflow is not able to log in and deploy the app. Also, i have used railway login --token, but is saying that --token is not recognized. please let me know which one is correct way in order to configure login for specific service on Github Actions.
24 replies
railway login issue.
hello, i have a question when using Github Actions to deploy the app to the Railway. I have currently on Railway frontend, backend. i want to use a workflow when anything is changed on the code for backend or frontend. i have generated a token from dashboard, and i saved on the github secrets, and tried: - name: Deploy to Railway
run: |
railway up --service NestJs Generic TQUEEN
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
this one to login, but the workflow is not able to log in and deploy the app. Also, i have used railway login --token, but is saying that --token is not recognized. please let me know which one is correct way in order to configure login for specific service on Github Actions.
4 replies