Skip to content

y5/mnserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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 get github.com/moson-mo/mnserver

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 95.8%
  • Shell 4.2%