Elton Stoneman
Elton Stoneman
[Chocolatey](https://chocolatey.org) is a package manager for Windows apps. You can publish packages for open-source software so Windows users could deploy Sqlectron by running `choco install sqlectron`. There's a pretty simple...
The GitHub runner `windows-2019` has Docker installed, so you can build and push images with a workflow like this: - https://github.com/sixeyed/pi/blob/master/.github/workflows/build-windows.yaml Would be great if this action supported Windows image...
Added Dockerfiles for building registry images running on Windows Nano Server and Windows Server Core. The binaries were built from v2.6.0 of `docker/distribution` using the local source for [PR 2209](https://github.com/docker/distribution/pull/2209)....
[Chocolatey](https://chocolatey.org) is a package manager for Windows apps. You can publish packages for open-source software so Windows users could deploy Sqlectron by running `choco install sqlectron-term`. There's a pretty simple...
Where VMs run with many disks attached, we could have the IIS configuration on the `C` drive pointing to apps stored on the `D` drive. Need to be able to...
Currently this breaks in Generate_IIS, but we need to extend Discover_IIS and the artifact JSON to allow for multiple Web Apps under one Web Site. Sample `applicationHost.config`: ``` ... ```...
Enterprises often have a custom CA that their machines are provisioned to trust, which gets used for any custom certs they make. Thinking something like a new flag `/ExportTrustedCertificates` which...
For ASP.NET this is straightforward - but it only really works if a single Website is in the output, so it's dependent on `ArtifactParam` being specified,
Currently for IIS apps, the Dockerfile changes ownership of all files in the site content path to the IIS user group. The only files that should need write access are...
Discovery for existing MSMQ configuration - queues, queue settings (persistence etc.) - and set up in Dockerfile. Does not include an existing message data, just the confguration.