The lockdown of Teams implies the existence of a security group. Any idea what their tolerance is for plugging unknown equipment annex a web server into the production network?
The "on a stick" web server is intended for a single user. The backend seems to be SQLite. The current version does support concurrent thread writes, but I suspect performance may heavily depend on how the web server handles write requests.
The microApache webserver is a stripped down Apache homebrewed by the DocuWiki crew. The Github page has little practical information regarding its configuration, but the project it is based on (abandoned ~2011) came with a warning that the security configuration might be too lax beyond the single user scenario (i.e. it was set up to make it easy to get things going.) If confidentiality across the enterprise is a concern, that may need tightening down regardless of concern #1.
The "on a stick" web server is intended for a single user. The backend seems to be SQLite. The current version does support concurrent thread writes, but I suspect performance may heavily depend on how the web server handles write requests.
The microApache webserver is a stripped down Apache homebrewed by the DocuWiki crew. The Github page has little practical information regarding its configuration, but the project it is based on (abandoned ~2011) came with a warning that the security configuration might be too lax beyond the single user scenario (i.e. it was set up to make it easy to get things going.) If confidentiality across the enterprise is a concern, that may need tightening down regardless of concern #1.