Thank you a lot, Ill try it out
Comment on Get notified on Mastodon for new Github releases
American_Jesus@lemm.ee 9 months agoYou can get the rss of new releases with rss, and use rss plugin for Gotify
github.com/solarkennedy/gotify-rss
piraces.dev/…/github-releases-feed-atom/
rambos@lemm.ee 9 months ago
rambos@lemm.ee 8 months ago
May I ask for some help please. I dont know how to use this command:
$ make GOTIFY_VERSION="v2.0.5" FILE_SUFFIX="for-gotify-v2.0.5" build
Where should I type that? How can I build that plugin?
American_Jesus@lemm.ee 8 months ago
Use the gotify version according to the one installed on your system.
EX:
make GOTIFY_VERSION=“v2.4.0” FILE_SUFFIX=“for-gotify-v2.4.0” build
for the latest releasethe on
build/
you should have some.so
files, copy the one for your machine arch to gotify plugins dirdata/plugins
rambos@lemm.ee 8 months ago
Copying your file to data/plugins worked! Now just have to wait for next feed to test it out. Thank you again <3
Still don’t know how to use command tho :D Sorry, I’m noob. Was trying to enter that command in terminal, but I get:
make: *** No rule to make target 'build'. Stop.
American_Jesus@lemm.ee 8 months ago
Assuming you are on a Debian/Ubuntu based distro, make sure you have the following packages installed
build-essential
golang
However Gotify recomends using docker to build plugins
gotify.net/docs/plugin-deploy#with-docker-recomme…