-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
base: main
Are you sure you want to change the base?
feat: Add Beszel Agent #1448
Conversation
Looks like you updated README.md;
|
Oops, let me fix that. |
be77cd9
to
77fb76e
Compare
Done. |
arm64) ARCH=arm64 ;; | ||
*) ;; | ||
esac | ||
get_github_releases "henrygd/beszel" "latest" |
There was a problem hiding this comment.
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-agent
s GitHub releases.
There was a problem hiding this 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
Co-authored-by: Gideon <[email protected]>
It took me a bit to get back to this but I have done what is needed I think. |
Ping |
Closes #1447