×huggi×
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.
How can I attach Filebrowser to an existing volume?
Thank you.
6 replies
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
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