You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
|
6 months ago | |
---|---|---|
internal | 6 months ago | |
.drone.yml | 6 months ago | |
.gitignore | 10 months ago | |
.golangci.yml | 10 months ago | |
Dockerfile | 8 months ago | |
LICENSE | 10 months ago | |
README.md | 6 months ago | |
go.mod | 6 months ago | |
go.sum | 8 months ago | |
main.go | 6 months ago | |
manifest.tmpl | 6 months ago | |
renovate.json | 6 months ago |
README.md
lubimyczytacrss
lubimyczytacrss is an RSS feed generator for lubimyczytac.pl.
How to use?
Option 1: Use Docker
$ docker run -d \
-p 9234:9234 \
--name lubimyczytacrss \
kichiyaki/lubimyczytacrss:latest
Or via docker-compose:
version: "3.6"
services:
lubimyczytacrss:
image: gitea.dwysokinski.me/kichiyaki/lubimyczytacrss:latest
restart: unless-stopped
ports:
- '9234:9234'
networks:
- default
Available endpoints
GET /api/v1/rss/authors/{authorID}
Returns the RSS feed of the newest books written by the author with the given ID.