sevensolutions / nomad-iis

🧩 A TaskDriver plugin for HashiCorp Nomad to run IIS workloads.
MIT License
13 stars 1 forks source link

Add some real sample apps #52

Closed sevensolutions closed 1 month ago

sevensolutions commented 1 month ago

The sample-job isn't really practical because it just hosts the default IIS start page from an absolute path. In a real world you would eg. download your own app via nomad's artifact block. Therefore I'll add some simple sample apps to the repo. Maybe a simple static page and a simple ASP.Net App.

sevensolutions commented 1 month ago

I've now added a second example job for a simple ASP.Net app which can also be used to inspect environment variables and test permissions.