Mirand
Mirand
Explore posts from servers
RRailway
Created by Mirand on 1/25/2024 in #✋|help
DB Migrate not showing on my dashboard.
No description
8 replies
RRailway
Created by Mirand on 1/16/2024 in #✋|help
Monitoring 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
RRailway
Created by Mirand on 12/27/2023 in #✋|help
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
RRailway
Created by Mirand on 12/5/2023 in #✋|help
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
RRailway
Created by Mirand on 12/4/2023 in #✋|help
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
RRailway
Created by Mirand on 11/21/2023 in #✋|help
check_suites
Why i’m not able to enable check_suites on my project in order to connect to Github Actions?
30 replies