Skip to content

moson-mo/mnserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mnserver - REST API service providing Manjaro Linux announcements

A small http server which delivers Manjaro announcements for the systray application (see matray repo). It parses the Manjaro Linux announcements RSS feed in a regular interval. Clients can grab news articles from the server via http post request.

Installation

Make sure go is installed on your system.

Install with:

go install github.com/moson-mo/mnserver@latest

Run with:

$(go env GOPATH)/bin/mnserver

For a system-wide installation, just copy the binary to e.g. /usr/local/bin (or run install.sh)

How to build

Run go build in the mnserver directory or use the build script build.sh

Libraries used

About

Manjaro News server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published