Elton Stoneman

Results 22 issues of 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...

enhancement
question

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...

area/windows

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...

enhancement
P2

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`: ``` ... ```...

bug
P1

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...

enhancement
P1

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,

enhancement
P2

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...

enhancement
P2

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.

new discovery artifact request
P2