aurelienbrabant
Use case: render html script
Had to do this for homemade mailing templates.
What I basically did is create a collection in appwrite that holds my templates' data among which lies the html content.
I then fetch the template I want to use and pass the html field to a windmill script that renders it using ejs.
5 replies
I have reached the limit of my 1000 executions on the free plan: how to self-host on free services?
While it could technically run anywhere (that's software after all) I believe the primary focus for self hosted environments is indeed docker and kubernetes.
If you want to be able to control the cost and manage it using docker you could rent a VPS for like 5 or 10 bucks a month and run the windmill stack on it. Of course you'll be limited in terms of computing power RAM and all but that's what I'd go for.
71 replies