Parse server with dashboard.
-
It may not matter, but I prefer this running on Postgres for longevity of support (currently 2029) and integrations from there.
The dashboard uses Postgres too.
The dash I think should stay with the package for completeness of one instance, as all the auth to the server happens there too.
Perhaps have an option to disable it on multiple instances, but then one doesn't have to use it and still configure all the auth across servers.
-
Update : I noticed that Parse had new versions, so am trying to package those.
However Parse has made some security changes which mean the initial approach of mirroring Parse Server and Parse Dashboard as separate apps doesn’t work.
So I am back to building a “mono-app” with latest versions of Parse Server and Parse Dashboard in one container, which has some advantages.Focus on using MongoDB but perhaps could do Parse-Mongo and Parse-Postgres as an option after getting the new versions app working. Naively perhaps, but I’m assuming that Cloudron could make alternative db backend easy.