Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

buckket/gotify-archsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

21 Commits

Repository files navigation

gotify-archsec

A plugin for gotify/server which polls the Arch Linux Security feed for new advisories and sends out messages when needed.

This plugin can easily be modified to watch any other RSS/Atom feed for new entries and act upon it.

Building

For building the plugin gotify/build docker images are used to ensure compatibility with gotify/server.

GOTIFY_VERSION can be a tag, commit or branch from the gotify/server repository.

This command builds the plugin for amd64, arm-7 and arm64. The resulting shared object will be compatible with gotify/server version 2.0.5.

$ make GOTIFY_VERSION="v2.0.5" FILE_SUFFIX="for-gotify-v2.0.5" build

Installation

Copy built shared object to the gotify plugin directory and restart gotify.

Configuration

  • refresh_interval: Polling interval in seconds

License

GNU GPLv3+

About

Poll Arch Linux Security Feed for new advisories

Topics

Resources

Readme

License

GPL-3.0 license

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Go 73.1%
  • Makefile 26.9%