greader

command module
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

greader

RSS service, providing api similar to google reader.

Start Server

By Docker
  • Run
docker run -d \
  -e MYSQL_HOST=xx \
  -e MYSQL_USERNAME=root \
  -e MYSQL_PASSWORD=your-password \
  -e MYSQL_DATABASE=greader \
  -e ADMIN_USERNAME=admin \
  -e ADMIN_PASSWORD=greader-password \
  -p 8081:8081 \
  ghcr.io/chyroc/greader:latest
By Docker Compose
  • Create docker-compose.yml
curl -fsSL https://raw.githubusercontent.com/chyroc/greader/master/docker-compose.yaml > docker-compose.yml
``
  • Run
docker-compose up -d
By Binary
  • Install Binary
go install github.com/chyroc/greader@latest
  • Run
MYSQL_HOST=xx \
  MYSQL_USERNAME=xx \
  MYSQL_PASSWORD=xx \
  MYSQL_DATABASE=xx \
  ADMIN_USERNAME=admin \
  ADMIN_PASSWORD=greader-password \
  greader start

RSS API

<your host>/api/greader

TODO

  • Newsletter Address
  • filter && action
  • import && export opml file

Ref

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
app
dal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL