a year ago
undb is an open-source no-code platform built on SQLite, designed for building secure, offline-capable, and local-first applications
This bounty will be paid out when:
- A high-quality undb Railway template is presented
- All potential template feedback has been incorporated
- All requirements are met and tested
Template requirements:
- Volume-backed SQLite database using correct mount path
- undb container properly configured for Railway
- Correctly configured domain and port setting to ensure the service is accessible
A few resources to get you started:
Pinned Solution
a year ago
Here is my template: https://railway.com/template/tEWVpP?referralCode=app
Note, the current way undb stores their sqlite makes it unusable with volumes on Railway so I'm using using an sqlite database as storage here (they store it within the root of the application from what I can tell)
8 Replies
a year ago
Here is my template: https://railway.com/template/tEWVpP?referralCode=app
Note, the current way undb stores their sqlite makes it unusable with volumes on Railway so I'm using using an sqlite database as storage here (they store it within the root of the application from what I can tell)
dev
Here is my template: <https://railway.com/template/tEWVpP?referralCode=app> Note, the current way undb stores their sqlite makes it unusable with volumes on Railway so I'm using using an sqlite database as storage here (they store it within the root of the application from what I can tell)
a year ago
Amazing, but seems like you are missing a health check path.
a year ago
I didn't add any because undb doesn't have any healthcheck endpoints, think I should point it to root then?
a year ago
Nevermind, found the endpoint, had to go deep dive their codebase to find it
I added the healthcheck endpoint, thanks for pointing that out
a year ago
Please let me know if @dev's template was accepted, if not I will build one.
Status changed to Solved brody • about 1 year ago

