Skip to content

feat: Add Beszel Agent #1448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Justinzobel
Copy link

Closes #1447

@GideonBear
Copy link
Contributor

Looks like you updated README.md;

https://github.com/wimpysworld/deb-get/blob/main/01-main/CONTRIBUTING.md#creating-the-package-definition-file

When submitting a PR, do not manually update README.md. It will be updated by the maintainers.

@Justinzobel
Copy link
Author

Oops, let me fix that.

@Justinzobel Justinzobel force-pushed the Justinzobel-patch-1 branch from be77cd9 to 77fb76e Compare May 23, 2025 07:57
@Justinzobel
Copy link
Author

Done.

arm64) ARCH=arm64 ;;
*) ;;
esac
get_github_releases "henrygd/beszel" "latest"
Copy link
Contributor

@GideonBear GideonBear May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're missing definitions of URL and VERSION_PUBLISHED here. You can see that this doesn't work by copying this file to /etc/deb-get/99.local.d/beszel-agent and running deb-get install beszel-agent:

$ deb-get install beszel-agent
  [+] Including local package beszel-agent
  [!] Please consider contributing back new entries, an issue (or raise a PR) directly at https://github.com/wimpysworld/deb-get/pulls
  [+] Updating /var/cache/deb-get/beszel-agent.json_extract
  [!] ERROR! Missing required information of github package beszel-agent:
URL=
VERSION_PUBLISHED=

See this PR for an example. You'll have to adjust it to the naming scheme of the .deb files of beszel-agents GitHub releases.

@philclifford philclifford changed the title Add Beszel Agent feat: Add Beszel Agent Jun 8, 2025
Copy link
Member

@philclifford philclifford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incomplete, as noted by @GideonBear

@Justinzobel
Copy link
Author

It took me a bit to get back to this but I have done what is needed I think.

@Justinzobel
Copy link
Author

Ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App request: Beszel Agent
3 participants