Skip to content

Commit d057549

Browse files
authored
New package: OpenDsc.Server version 0.5.1 (microsoft#352890)
1 parent b9e5eae commit d057549

3 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
2+
3+
PackageIdentifier: OpenDsc.Server
4+
PackageVersion: 0.5.1
5+
InstallerType: msi
6+
InstallerSuccessCodes:
7+
- 1603
8+
Dependencies:
9+
PackageDependencies:
10+
- PackageIdentifier: Microsoft.DotNet.AspNetCore.10
11+
- PackageIdentifier: Microsoft.DotNet.Runtime.10
12+
ProductCode: '{ADAF2413-76CA-41FE-8B25-D80D1744B82F}'
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/opendsc/opendsc/releases/download/v0.5.1/OpenDSC.Server-0.5.1.msi
16+
InstallerSha256: DD7F1992CB6FB9E3A0E4AA1663DCB26D41208F24F9BB45085EC6A9B280AA984F
17+
ManifestType: installer
18+
ManifestVersion: 1.12.0
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
2+
3+
PackageIdentifier: OpenDsc.Server
4+
PackageVersion: 0.5.1
5+
PackageLocale: en-US
6+
Publisher: OpenDsc
7+
PublisherUrl: https://github.com/opendsc
8+
PublisherSupportUrl: https://github.com/opendsc/opendsc/issues
9+
PackageName: OpenDsc Server
10+
PackageUrl: https://github.com/opendsc/opendsc
11+
License: MIT
12+
LicenseUrl: https://github.com/opendsc/opendsc/blob/main/LICENSE
13+
ShortDescription: A REST API-based centralized DSC configuration pull server.
14+
Description: |-
15+
The OpenDsc Pull Server is a REST API-based centralized configuration server that integrates with the LCM for pull mode operations. It provides configuration storage and distribution, composite configurations, node registration and management with mTLS authentication, automatic certificate rotation, compliance reporting, multi-database support (SQLite, SQL Server, PostgreSQL), and interactive API documentation via Scalar.
16+
Tags:
17+
- dsc
18+
- configuration-management
19+
- infrastructure-as-code
20+
- pull-server
21+
- rest-api
22+
ReleaseNotesUrl: https://github.com/opendsc/opendsc/releases/tag/v0.5.1
23+
InstallationNotes: |-
24+
1. Install the OpenDsc Server using the provided MSI installer.
25+
2. After installation, a Windows Service will automatically start and spawn a localhost endpoint at http://localhost:5000.
26+
3. Configure the server by editing the appsettings.json file to set up database connections, authentication, and other settings as needed.
27+
4. Restart the OpenDsc Server service and ensure it is running properly.
28+
5. Register nodes with the server and configure them to pull configurations as needed.
29+
ManifestType: defaultLocale
30+
ManifestVersion: 1.12.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
2+
3+
PackageIdentifier: OpenDsc.Server
4+
PackageVersion: 0.5.1
5+
DefaultLocale: en-US
6+
ManifestType: version
7+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)