Radicale server requires persistent storage. But how? πŸ€”

Radicale server is a CalDav and CardDav server used to store contacts and calendar events, I'm trying to migrate it from existing Kubernetes cluster to Railway.app. But according to their docs https://radicale.org/v3.html#storage they require a persistent folder where different calendars and contact books are stored as many .vcf files. I see there's no existing template for Railway.app so I want to build it myself. How do I handle persistent storage?
5 Replies
JustJake
JustJakeβ€’2y ago
You'll need to handle that remotely There's no primitive for it yet
Vasanth Srivatsa
Vasanth Srivatsaβ€’2y ago
As Radicale is an open-source project maintained by the community. So, at the moment there's no way we can host this on Railway.app? πŸ€” PS: I'm really new to the platform so kindly guide me here. Unfortunately Radicale doesn't support any database storage πŸ€·β€β™‚οΈ
JustJake
JustJakeβ€’2y ago
Then it sadly won't work here You can upvote the persistent storage epic there
Vasanth Srivatsa
Vasanth Srivatsaβ€’2y ago
Doing that right now