×huggi×
×huggi×
RRailway
Created by ×huggi× on 9/2/2024 in #✋|help
Using another mount point for Filebrowser
I have deployed a Filebrowser template to my existing project. That project already has a volume, that I'd like to attach to. I tried overriding the template variables and using variable references to the existing volume. When viewing the template variables in RAW mode, they show as I set them, but when visiting the variables tab, they show the original template values.
RAILWAY_VOLUME_ID="${{API.RAILWAY_VOLUME_ID}}"
RAILWAY_VOLUME_MOUNT_PATH="${{API.RAILWAY_VOLUME_MOUNT_PATH}}"
RAILWAY_VOLUME_NAME="Data storage"
RAILWAY_VOLUME_ID="${{API.RAILWAY_VOLUME_ID}}"
RAILWAY_VOLUME_MOUNT_PATH="${{API.RAILWAY_VOLUME_MOUNT_PATH}}"
RAILWAY_VOLUME_NAME="Data storage"
How can I attach Filebrowser to an existing volume? Thank you.
6 replies
RRailway
Created by ×huggi× on 6/14/2023 in #✋|help
Upgrade of Nixpacks, causes Node downgrade
Hi there I pushed an update to our Strapi backend hosted on railway today, and suddenly it can't read an environment variable with a private key. After investigating the build logs, i see my build from May 30, is using Nixpacks v1.5.1 and node 16 and the build from today is using Nixpacks v1.9.0 and node 14. Could someone explain to me what is going on? Best regards
13 replies
RRailway
Created by ×huggi× on 4/28/2023 in #✋|help
Railway corporation company information
Hi I need to know the company name, id and full address of Railway. I can't seem to find this on railway.app Can you please help me with this information? Thank you
11 replies
RRailway
Created by ×huggi× on 2/13/2023 in #✋|help
Dayjs timezone causes Invalid Date
Hi Using dayjs, I want to change the timezone from UTC to the user timezone, e.g. Europe/Copenhagen. Using the demo example from dayjs: dayjs("2013-11-18 11:55:20").tz("America/Toronto") Produces: "Invalid Date" https://day.js.org/docs/en/timezone/timezone Node version 16.18.1
21 replies