loyahdev
loyahdev
RRailway
Created by loyahdev on 6/21/2024 in #✋|help
my phone bootlooped and i had to wipe it
i dont have my backup or authenticator codes for railway and I need to find a way to longin
24 replies
RRailway
Created by loyahdev on 5/17/2024 in #✋|help
how do I setup gunicorn so my flask server works online?
I can’t seem to figure this out in railway
7 replies
RRailway
Created by loyahdev on 5/14/2024 in #✋|help
How could I connect to a mongodb database from railway?
im searched online but its been a bit confusing based on what info railway gives me
66 replies
RRailway
Created by loyahdev on 5/10/2024 in #✋|help
Railway is not detecting my flask server or website
No description
7 replies
RRailway
Created by loyahdev on 4/7/2024 in #✋|help
How would I go about setting up CloudFlare R1 as a storage server?
I'm wondering how I could do this as currently my project just saves files to its own ephemeral storage and then serves those files to users to view online but I'm wondering how I could do this with cloudflare r1 which was recommended to me from here.
10 replies
RRailway
Created by loyahdev on 3/20/2024 in #✋|help
The pro plan has gotten so expensive
i only used it for the extra processing power but now ive paid $55 for one month. the usage is fine but the extra seat plan for users is a lot considering its $20USD and I live in canada, with conversing im paying close to double. I'm not even using it as a team which I don't need all this user seats stuff. All i need is extra processing power. is there any compromises?
25 replies
RRailway
Created by loyahdev on 3/14/2024 in #✋|help
Help with mounting a raspberry pi directory to railway
I have a raspberry pi and its accessible over ssh but I'm wondering how I could that in railway to mount /mnt/SamSign to /app/storage in railway? instead of using my storage system now
15 replies
RRailway
Created by loyahdev on 3/12/2024 in #✋|help
how can i download whats stored in a volume?
i just want to backup the files if something were to happen
22 replies
RRailway
Created by loyahdev on 3/12/2024 in #✋|help
I've got a few questions with the Pro Subscription
1. I recently cancelled the subscription due to its price but railway says estimated bill is $45 but stripes payment says estimated is $25 which was our usage. Does the team member price of $20 just get voided for this month or how does that work? 2. It got really expensive from egress prices of 1000s of users downloading files from the server each day which for my very small team itll become a lot of money for our server. I'm wondering if theres anything I can do about this to continue using railway.
11 replies
RRailway
Created by loyahdev on 2/22/2024 in #✋|help
How can I run a php website on railway?
Its saying: [server:info] Server starting on port 6476 2024/02/22 04:07:39 [error] 50#50: *1 directory index of "/app/" is forbidden, client: 192.168.0.2, server: localhost, request: "GET / HTTP/1.1", host: "samsign-website-production.up.railway.app"
8 replies
RRailway
Created by loyahdev on 2/21/2024 in #✋|help
I need to pay $10,000 for any amount of extra storage?!
I was told I could request storage using a pro account but not this amount of money for such a small amount of storage. Is there anything I can do?
82 replies
RRailway
Created by loyahdev on 2/20/2024 in #✋|help
How much storage could I request using the pro plan per project to use?
im just wondering a the pricing docs say 50gb but i would need more
8 replies
RRailway
Created by loyahdev on 2/18/2024 in #✋|help
Is it possible to ssh into my railway server and manage my projects files?
im wondering if this is possible using ssh or possibly the cli?
6 replies
RRailway
Created by loyahdev on 2/17/2024 in #✋|help
so I'm using the hobby plan since I dont need as much power as the pro plan but i need storage
im hosting a server but i need like 50gb of storage
24 replies
RRailway
Created by loyahdev on 2/17/2024 in #✋|help
my node js api isn’t getting a domain
No description
24 replies
RRailway
Created by loyahdev on 2/11/2024 in #✋|help
Trying to run a python api
the api console says Running on http://127.0.0.1:5000 but a domain wasnt made and i cant access it. even with a munal domain it isnt working
18 replies
RRailway
Created by loyahdev on 2/2/2024 in #✋|help
Is there any way to get more than a 100gb or storage for railway?
im currently using the hobby plan but the hobby and pro dont show how much storage they give. would I have to do the enterprise plan?
7 replies
RRailway
Created by loyahdev on 2/1/2024 in #✋|help
problems when trying to install a requirements.txt in a nodejs and python project
I was trying to use chatgpt to help with this being my docker file:
# Use an official Node runtime as a parent image
FROM node:latest

# Set the working directory in the container
WORKDIR /usr/src/app

# Copy package.json and package-lock.json
COPY package*.json ./

# Install Node.js dependencies
RUN npm install

# Install Python and other necessary tools
RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
git

# Run the install-pyzule.sh script
RUN bash -c "$(curl https://raw.githubusercontent.com/asdfzxcvbn/pyzule/main/install-pyzule.sh)"

# Copy the requirements.txt file and install Python packages
COPY requirements.txt ./
RUN pip3 install --no-cache-dir -r requirements.txt

# Copy the rest of your application into the container
COPY . .

# Give execution rights to the pyzule script
RUN chmod +x ./pyzule/pyzule.py

# Expose port 3000
EXPOSE 3000

# Command to run the app
CMD ["node", "index.js"]
# Use an official Node runtime as a parent image
FROM node:latest

# Set the working directory in the container
WORKDIR /usr/src/app

# Copy package.json and package-lock.json
COPY package*.json ./

# Install Node.js dependencies
RUN npm install

# Install Python and other necessary tools
RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
git

# Run the install-pyzule.sh script
RUN bash -c "$(curl https://raw.githubusercontent.com/asdfzxcvbn/pyzule/main/install-pyzule.sh)"

# Copy the requirements.txt file and install Python packages
COPY requirements.txt ./
RUN pip3 install --no-cache-dir -r requirements.txt

# Copy the rest of your application into the container
COPY . .

# Give execution rights to the pyzule script
RUN chmod +x ./pyzule/pyzule.py

# Expose port 3000
EXPOSE 3000

# Command to run the app
CMD ["node", "index.js"]
but this is railways error: ERROR: failed to solve: process "/bin/sh -c pip3 install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
278 replies
RRailway
Created by loyahdev on 2/1/2024 in #✋|help
my railway javascript api is saying server running on port 3000 but its not creating a domain
when i create a domain it just says application failed to respond
10 replies
RRailway
Created by loyahdev on 1/18/2024 in #✋|help
What are the general usage prices or just what to consider when using railway with tailscale vpn?
im wondering if its cheap or very expensive if im connecting to this vpn a lot. or is it possible to change the railway ip address instead of it being just one
6 replies