a year ago
Description: Turn any SQL database into an API. Optional S3 and WebSockets Included!
Category: CMS
15 Replies
a year ago
Nice work!!
NOTE:
Communication to Postgres is done exclusively over the private network and the database is not exposed externally in any way by default, This is done so that there are no egress fees for the database, if you want to enable access from outside of the private network you can go to the databases settings page to enable TCP proxying and enter the internal port 5432. The TCP proxy can be again removed at any point to close off external access.
a year ago
Happily recommending this template - I use (a slightly modified version of) it on a production website and it works marvelously!
a year ago
I am using this template with agentOS, Auth not works probably because of CORS, is it possible have it as variable, or How can I modify it from your template?
a year ago
Please see the docs for CORS here - https://docs.directus.io/self-hosted/config-options.html#cors
a year ago
Thanks for this!
Any idea how I can change the base.liquid e-mail template in Railway?
File location: https://github.com/directus/directus/blob/main/api/src/services/mail/templates/base.liquid
10 months ago
Hi, so I don't think this template supports cloudinary when you try to enabled the feature. I have tried numerous attempts to setup cloudinary and I keep getting build failures.
10 months ago
Yes this template does, please follow cloudinary's documentation on how to set that up.
10 months ago
Hi brody, maybe it is good to enable CORS on default? Was looking very long for a "Page not found" error that had to to with CORS being disabled.
10 months ago
Hi brody, maybe it is good to enable CORS on default? Was looking very long for a "Page not found" error that had to to with CORS being disabled.
Directus defaults it to “false” and I will keep it that way since this is intended to be a barebones template and there’s multiple reasons for this value to be initially “false”, it can be easily changed with an env var if needed 🫡
7 months ago
this was awesome and super easy. However, I now need to install some extensions - how can I do that now that it is deployed on railway? I've created my data models, branding, user types, content, custom domain etc
Am I going to have to start from scratch?
Thanks
Jonathan
7 months ago
Hi Jonathan, I replied to you in the directus discord server but basically u can install extensions through the official marketplace or by using the filebrowser template with the directus volume and installing your custom extensions in the extensions folder.
21 days ago
Hello, I like the template but I'm wondering I should take the time to also include redis cache?
jayshoe
Hello, I like the template but I'm wondering I should take the time to also include redis cache?
20 days ago
Hi! You can deploy the template then add a redis db and point it using the redis related vars as stated in the Directus docs
https://docs.directus.io/self-hosted/config-options.html#redis