diff --git a/beszel/.goreleaser.yml b/beszel/.goreleaser.yml index c903df4..8b7e1b9 100644 --- a/beszel/.goreleaser.yml +++ b/beszel/.goreleaser.yml @@ -173,6 +173,41 @@ brews: error_log_path "#{Dir.home}/.cache/beszel/beszel-agent.log" keep_alive true +winget: + - ids: [beszel-agent] + name: beszel-agent + package_identifier: henrygd.beszel-agent + publisher: henrygd + license: MIT + license_url: 'https://github.com/henrygd/beszel/blob/main/LICENSE' + copyright: '2025 henrygd' + homepage: 'https://beszel.dev' + release_notes_url: 'https://github.com/henrygd/beszel/releases/tag/v{{ .Version }}' + publisher_support_url: 'https://github.com/henrygd/beszel/issues' + short_description: 'Agent for Beszel, a lightweight server monitoring platform.' + skip_upload: auto + description: | + Beszel is a lightweight server monitoring platform that includes Docker + statistics, historical data, and alert functions. It has a friendly web + interface, simple configuration, and is ready to use out of the box. + It supports automatic backup, multi-user, OAuth authentication, and + API access. + tags: + - homelab + - monitoring + - self-hosted + repository: + owner: henrygd + name: beszel-winget + branch: henrygd.beszel-agent-{{ .Version }} + pull_request: + enabled: false + draft: false + base: + owner: microsoft + name: winget-pkgs + branch: master + release: draft: true