asp.net core
-
-
With the release of .NET 8 a few days ago, I've been renewing my interest in using it. I would not add it to LAMP but instead create another variant of LAMP with .NET added. You could remove PHP. I'm not sure there is an acronym for it though. A quick reddit search found most are setting up "Linux, Kestrel, PostgreSQL/SQL Server, ASPNet Core"
Personally I would use Linux, Kestrel, MariaDB/MySQL, and ASPNET Core instead of Postgre but Postgre has been getting more and more. popular thanks to Supabase
I would love to see this happen if possible for Cloundron. There may be existing containers you can use for the .NET 8 for Linux.
-
@brianb It might be best to find OSS apps that need this stack, and then when one gets packaged the pattern for other apps that need the same stack will emerge.
Otherwise you can install asp.net core (which seems to come with kestrel) in LAMP for testing.
The DBs are provided by Cloudron already via addons.
-