Mathesar
21 days ago
Description: An intuitive, open-source UI to view, edit, and query Postgres data
Category: Other
1 Replies
4 hours ago
Mathesar maintainer here, this is awesome, but there are a few issues with this template:
There needs to be a
PORT=8000
environment variable set, otherwise Mathesar isn't exposed to the network by default. This is confusing because it appears broken to users after installation.The ALLOWED_HOSTS environment variable is *, a better default would likely be something like
${{RAILWAY_PUBLIC_DOMAIN}},${{RAILWAY_PRIVATE_DOMAIN}}
How does ownership of these templates work? Are they open source? Is there a license? The Mathesar team would be happy to contribute and maintain this integration if possible.