greader

command module
v0.7.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=xx \
  -e MYSQL_PASSWORD=xx \
  -e MYSQL_DATABASE=xx \
  -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.yml > 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 \
  greader start

Register User

By Docker
  • Run
docker run -d \
  -e MYSQL_HOST=xx \
  -e MYSQL_USERNAME=xx \
  -e MYSQL_PASSWORD=xx \
  -e MYSQL_DATABASE=xx \
  -p 8081:8081 \
  ghcr.io/chyroc/greader:latest \
  greader register -username <username> -password <password>
By Binary
  • Install Binary
go install github.com/chyroc/greader@latest
  • Run
MYSQL_HOST=xx \
  MYSQL_USERNAME=xx \
  MYSQL_PASSWORD=xx \
  MYSQL_DATABASE=xx \
  greader register -username <username> -password <password>
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