Skip to content

Commit 2d8cf99

Browse files
add @tlc-sundown collection to index (devcontainers#75)
# msquic (msquic) A feature to install the MsQuic library ## Example Usage ```json "features": { "ghcr.io/tlc-sundown/devcontainers-features/msquic:1": { "version": "latest" } } ``` ## Options | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select or enter an MsQuic library version | string | latest | | verbose | Enable verbose mode during install | boolean | false | ## References - HTTP/3 with ASP.NET Core - see requirements for [Kestrel web server](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/http3?view=aspnetcore-7.0). - QUIC protocol implementation - see [MsQuic on github](https://github.com/microsoft/msquic) - configuring the Microsoft repository on a Linux system - see [Linux Software Repository for Microsoft Products](https://learn.microsoft.com/en-us/windows-server/administration/linux-package-repository-for-microsoft-software) Co-authored-by: Josh Spicer <[email protected]>
1 parent 197fa3e commit 2d8cf99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_data/collection-index.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@
9393
contact: https://github.com/shyim/devcontainers-features/issues
9494
repository: https://github.com/shyim/devcontainers-features
9595
ociReference: ghcr.io/shyim/devcontainers-features
96+
- name: libmsquic feature for HTTP/3 support
97+
maintainer: tlc-sundown
98+
contact: https://github.com/tlc-sundown/devcontainers-features/issues
99+
repository: https://github.com/tlc-sundown/devcontainers-features
100+
ociReference: ghcr.io/tlc-sundown/devcontainers-features
96101
- name: Assorted Features
97102
maintainer: Enrico Secondulfo
98103
contact: https://github.com/enricosecondulfo/devcontainer-features/issues

0 commit comments

Comments
 (0)